"The Run Destination iOS Device Is Not Valid for Running the Scheme"

The run destination iOS Device is not valid for running the scheme

It was a bug in XCode, I closed and reopened Xcode and it started working.

I've noticed this sort of thing many many times now with Xcode with other problems, its very frustrating that the tool is so dodgy.

The run destination [user's] iPhone is not valid for Running the scheme

Scheme > Manage schemes > Autocreate schemes may resove your problem

The Run Destination is not valid Xcode

For me, select the Project from the Project Navigator and then select the target -> go build settings and change the iOS Deployment Target.
That's worked for me.Let me know if you still facing issue.

Unable To Run Unit Tests in Xcode 11: The run destination * is not valid for tests you have chosen to perform

Check your Targets: (test Target) -> Build Settings -> Deployment -> iOS

Deployment Target: select a lower iOS version eg: iOS 10.0

This will be solving your problem.

Run destination iOS Device is not valid for iPod Touch running 3.1.3 with XCode 4

I solved this by Autocreating schemes (Scheme > Manage schemes > Autocreate schemes) and then selecting the iPod Touch instead of "iOS Device" which had appeared in the schemes. D'oh!



Related Topics



Leave a reply



Submit