iPhone iOS 8.2 with Xcode 6.1.1 - ios

I just updated my phone to newest iOS version (8.2) and now I have in Xcode (6.1.1) my device under Ineligible devices. I don't use Xcode beta version but I guess I should started. I just update Xcode when Store notify me but I think I should download Beta now because it fix my problem. Or is there a fix where I can run my apps in device without updating to Beta Xcode?

Actually this is the problem as your device has the higher OS version 8.2 which is not supported by the current Xcode version 6.1.1 you have to update your Xcode version now.
So, Now you simply update your Xcode version to the latest version of Xcode using the following link.

Your options are upgrading Xcode to 6.2 or downgrading your phone to a version compatible with Xcode
try this: http://www.idownloadblog.com/downgrade/

Related

Xcode 11.3 does not have latest iOS version

Any reason the latest version of iOS is not available in the update version of Xcode ? 13.3 is missing and this allowed for me to upload a tested version of an application which was subsequently approved and then once released caused a crash.
Downloaded the latest BETA release of Xcode and that has 13.3 as well as 13.4.
The current stable release of Xcode allows my code to build but it will not pass approval in the store because of the missing SDK. Just be aware of this should you have a similar issue.

iOS App with Swift5 is not compatible with the ios 10.3 version

I have develop one app in the latest xcode (11.1) with swift 5 and have a mac OS version (10.14.6). When I try to installed this app build on iOS version 10.3 through the testflight public link , then it says
"This App isn't compatible with this device". But works in 11, 11.2 , 13.1.3 etc.
Please help me to solve this issue.
I tried lower the deployment target from the xcode build setting but app is not installing in to the device having the version 10.3 and lower.
Is there any way to have one build with the latest swift and work in all the version's of iOS.
Any help would be appreciated.
Thank You.

This iPhone 6 is running iOS 11.3.1 (15E302), which may not be supported by this version of Xcode

I'm using Xcode 9.2 with Sierra 10.3.3 . And my iPhone 6 is with 11.3.1 (15E302). I'm unable to use my iPhone 6 for the test purpose of my IOS apps. Because, the Xcode says, Could not locate device support files. This iPhone 6 is running iOS 11.3.1 (15E302), which may not be supported by this version of Xcode.
Please help me if anyone have the device support for 11.3.1 (15E302)
Thanks
You need to update to Xcode 9.3.
Another option is to download the 11.3 device support
iOS 11.3
Remove "(15E217)" from folder name, so it became "11.3". Restart Xcode.
You need to upgrade your xcode version to make the app capable to run in that version of iPhone , or you can get the support files form Here and put in this path ( after unZip )
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
Xcode 9.2 only supports up to iOS 11.2
Update Xcode

This iPhone 5s is running iOS 11.0.3 , which may not be supported by this version of Xcode

I just updated my phone to 11.0.3
I'm trying to test my app on the phone but its stating :
This iPhone 5s (Model A1457, A1518, A1528, A1530) is running iOS 11.0.3 (15A432), which may not be supported by this version of Xcode.
I checked the app store if there was a new version of xcode but it turned out that I had the latest one installed
The current version of Xcode in AppStore is 9.0.1. The Xcode 8.3.3 does not support iOS 11.0.3.
Do not forget to update your macOS to the latest version.
The latest version of XCode is 9.0 and it can be downloaded from MacOS Sierra 10.12.6 up. So you need to updated MacOS first, then download the new XCode 9, then you'll be able to use your phone for debug

Is there a way to get iOS 7 simulator on Xcode 7

I just updated my Xcode to the newest version (7.0 7A220) and I lost the iOS 7 simulator that I had in the previous version. I still have the iOS 7 SDK and was wondering if there is way to use it on the newest version of Xcode, instead of installing another version of Xcode on my OS X.
Download the official installation package from: https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/com.apple.pkg.iPhoneSimulatorSDK7_1-7.1.1.1354140590.dmg
This is where Xcode 6.4 is downloading it from.
But it won't work on El Capitan, only on Yosemite. The runtime has a problem with El Capitan... So until Apple solves it (if they want to), we're stuck.
As for my initial analysis referred from link you cant install it and use older version of Xcode version for using respective iOS simulators. To use iOS 7.1 go for Xcode 6.4 or earlier. Install Xcode 6.4 and download respective simulator from Preference.
To download older version of Xcode you need to login with developer account https://developer.apple.com/downloads/

Resources