I have installed XCode 4.5.2. It has simulator for 6.0 only. I want simulator for iOS 6.0.1 iPad. Can somebody please help how can I get it for 6.0.1? I checked for updates on mac app store and it is the latest XCode. If I install Xcode 4.6, it has 6.1 simulator but not 6.0.1
Thanks,
Anish
I don't believe there is a way to get a simulator for iOS 6.0.1. For iOS 5, they didn't have an iOS 5.1.1 simulator, it was just 5.0 and 5.1.
The best thing I can recommend is that you test your code on a device running iOS 6.0.1.
Related
I am getting the following error when trying to run my app using Xcode 7.1 Beta (7B60) with iOS 9.0 GM installed on my iPad:
An error was encountered while enabling development on this device.
Please try rebooting and reconnecting the device. (0xE8000076)
Is there a fix for this issue ? Apple developer forum has one related post , but with no solution
You need to run iOS 9.1 beta together with Xcode 7.1 beta. Using a GM iOS and a beta Xcode together leads to this kind of problems.
I'd suggest to simply use Xcode 7.0 GM with your installed version of iOS.
I am making a Spritekit Swift game in xCode 6.1. We are using iPad device iOS 8.3 to test the game. Right now apple release iOS 8.4 so i upgrade my device 8.3 to 8.4 iOS.
After that when i connect my device to mac and try to select the device to text purpose. It show the Device Ineligible in XCode 6.1.
What is the solution of this problem. May i use my iPad device (iOS 8.4) to test the game?
For running apps on iOS 8.4. You need XCode 6.4. So you have to upgrade your XCode 6.1.
OR
You can download XCode 6.4 from apple developer site here
If device is showing Ineligible, then try to select it from Menubar option as follows:
Product->Destination->select your device.
I hope it will help you.
Because the current Xcode version does not support iOS 8.4.
All you have to do is, open you App Store, in the Updates tab, upgrade the Xcode.
App Store -> Updates -> update Xcode
It's easy.
update your Xcode to support iOS 8.4
When you are connecting your device with ios version 8.3 and you have x-code 6.1 it means that it is SDK version is 8.1 and that's why it will show you the device ineligible.
So that solving this error you need to upgrade your SDK version to the same device ios version.
if device version is ios 8.3 then SDK version also needs 8.3 . xcode 6.3 will give you SDK version 8.3. Hope it will help you.
After install Xcode 6.4. Firstly i run my project on Xcode 6.4. I got a lots of error. Then close Xcode 6.4 and start Xcode 6.1 and clean the project. After clean i successfully run my app by Xcode 6.1 on my iPad device (iOS 8.4). Thanks for all the suggestions.
I just upgraded my iPhone5s to iOS 8.1 from 8.0.2 and now XCode says it is an ineligible device and I can't debug on it. Any ideas?
You will need to install Xcode 6.1. Once you do, connect your iOS 8.1 device so the symbols can be processed. Once this is done you will be able to use the iOS 8.1 device with Xcode 6.1, 6.0, or earlier versions.
My OSX version is 10.9.5, and I want to use simulator 6.1 in XCode 6.0.1. However, there is no iOS 6.1 Simulator
XCode->Preference->Downloads
to download, and i move the directory named "iPhoneSimulator6.1.sdk" to
/Applications/Xcode6.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
which doesn't work for me either. Can anyone use simulator 6.1 in Xcode 6.0.1?
Only the iOS 7, 7.1 and 8 simulators are available in Xcode 6.
In order to use the 6.0 version of the simulator you would need to search for and install an older version of Xcode.
I have build the app using Xcode 4.2.1 and iOS 5.0 SDK target, now i am have iOS 5.1 in my iPad device, what i have to know is, if i upgrade my device to iOS 5.1.1, will my app work. I just googled it, but i can't find solution. Any help appreciated. Thanks.
Yes it will work, it will also work on any ios in the future (ios 6+ etc..)
Please check my answer here Will my app work with a new iOS?
If you're talking of deployment for testing, you need at least Xcode 4.3 (for Lion only) to be able to run your app on a device on iOS 5.1
I have tested my app build with Xcode 4.2.1 and 5.1 deployment target, now i can work the app in iOS 5.1.1 installed device.
Note :
Make sure your Xcode have iOS 5.1 SDK Frameworks support.