I am getting following compile time issue when running the app with Xcode 10.3 beta 2 on iPad Air, I am getting the below issue.
Failed to find a suitable de
If you are running multiple versions of xcode, you should check xcode-select -p
to ensure you are using the correct version of xcode and compiler. If not, use xcode-select -s { correct xcode path }
to set the correct version of xcode.
The only thing that solved it for me was the following:
~/Library/Developer/CoreSimulator/Profiles/Runtimes
folderI solve this by launching the simulator first, Xcode will pass the build.
then run the project on the device.
hope this will help