Could not locate device support files [duplicate] - ios

This question already has answers here:
This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode
(5 answers)
Closed 5 years ago.
I want to run my IOS application on iphone but I am getting below mentioned error.
"This iPhone 6 is running iOS 10.3.2 (14F89), which may not be supported by this version of Xcode."
How to fix it.

Your version of xCode does not support iOS 10.3.2.
Just check, your deploy target contains iOS 10.3 or not. If not, you should use another version of xCode.

You have to upgrade your Xcode to v8.3 in order to install your build on iOS 10.3.
If you wish to use the Xcode 8.2 in order to run a build on iOS 10.3 then check this thread: How to use iOS 10.3 devices with Xcode 8.2.1

Your Xcode version doesnot support devices above 10.3 iOS version. The device which you connected is above 10.3. One solution is to download the respective developer disk image from somewhere and save it to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and restart Xcode. Second solution is to update your Xcode.

Just create .ipa file and run using itunes, otherwise you need to update your xcode to newer version

Related

This iPhone ... is running iOS 11.4.1 (15G77), which may not be supported by this version of Xcode [duplicate]

This question already has answers here:
This iPhone 6 is running iOS 11.3.1 (15E302), which may not be supported by this version of Xcode
(3 answers)
Closed 4 years ago.
I tried to run my app on my device in Xcode and I got this error -
This iPhone 8 Plus ... is running iOS 11.4.1 (15G77), which may not be supported by this version of Xcode
I have macOS 10.12.6 and Xcode 9.1 and Xcode 9.2 but I get the error on both versions.
How can I still run the app on my device, should I downgrade the IOS or there is another way ?
You can download device support files if you don't want to change your Xcode right now from here
And then put at a location.
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
But ideally, Xcode update should be done so that you will be on latest track.
You have to use at least Xcode 9.4 for iOS 11.4.1 devices.
Download and install the latest Xcode to work with iOS 11.4 device.

iOS: xcode 9.3 no simulator found for iOS 11.3 after update [duplicate]

This question already has answers here:
xcode8 list of simulators not showing
(16 answers)
XCode 7. iOS simulators missing and not installable
(10 answers)
Closed 4 years ago.
Recently i have updated my Mac OS version to High Sierra(10.13.4).Then I updated the XCODE version to Version 9.3. After successful installation i am trying to run my project on it i found there is no simulator for this version of xcode 10.13.4.
Then i tried to download simulator from xcode preferences it only shows simulator list with 11.2 as latest simulator.Also in
Window --> Devices and Simulator
nothing found.
Is there any other link from where i can download the simulator for iOS 11.3?
Yes, you are right, ios 11.3 simulator is not listed in component list but it is by default available with Xcode 9.3. And there is no other reference to download it manually.
Remove all reference of previous Xcode and install Xcode 9.3 source. From Xcode - target device list, it will automatically launch simulator with iOS 11.3.

Latest iOS device support folder

I'm using Xcode 7.3.1, which supports up to iOS 9.3.1.
Now I'd like to check my app on a device on a relatively current version of iOS (10.x), so I added some OS Support folders (using Xcode 7.3.1 with iOS 10 support
), which seems to have worked well.
Now I need the latest OS support folder (i.e. 10.2.1(14D7)). I have checked other StackOverflow answers, but I haven't found one that helps.
Just use Xcode 8. It supports iOS 9 and the latest iOS 10. If you need to keep Xcode 7 in order to run on older iOS versions you can just rename your Xcode to Xcode7 and install Xcode 8 next to it. You can run both of them but it would be wise to do it not at the same time.
Is there any reason that you need to stick to Xcode 7? If you want to support older iOS versions you can download different simulator in Xcode 8. And also, you need to build in latest Xcode to support latest iOS. Xcode 7 doesn't have iOS 10 SDK.
As #MacMark said, you can keep both Xcode 7 and 8 in your mac but I don't see any benefit for doing so.

Connect iOS 7 device with Xcode 4.6 for debugging [duplicate]

This question already has answers here:
Deploy from Xcode 4.6.2 to iOS 7 (beta) device
(15 answers)
Closed 9 years ago.
I learnt from somewhere that if i update my apple device to iOS 7 it would not be able to connect it with Xcode 4.6 for debugging. But I am able to use my iPod 5 running iOS 7 with Xcode 4.6, used it to debug my code. Most of the time Xcode do not connect with device but sometimes it do.
Please advise what kind of problem it can be?
When you update your device with iOS7 or any newest iOS which are not suporting the old version of Xcode but when you open it with new version of Xcode you are able to access it. Once you do so than it run on your older version of Xcode too and you can easily test your app using old version of Xcode.

Xcode cannot run using the selected device xcode 4.41 IOS 5.1 [duplicate]

This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
Xcode 4.4.1, iOS 5.1: Xcode cannot run using the selected device
My xcode version is 4.4.1 and my iOS 5.1 .I intalled valid provisioned profile and certificates also.
when i deploy xcode through device it shows error Xcode cannot run using the selected device No provisioned iOS devices are available with a compatible iOS version. If anyone know
can you solve my problem?
There are a few things you need to look into:
Is your device included in the provisioning profile?
Is the provisioning profile installed on the device?
What OS are you compiling for? Maybe your Deployment target is set to 6.0 while your device is 5.1. Your device needs to be at least the same version or higher than your deployment target.

Resources