iPhone - wont let compile apps from the Xcode - ios

I updated the iPhone 7 OS and now i cant submit my apps in iPhone 7 from my Xcode, constantly failing. How do i fix it?
Before updating my OSX and iPhone 7, all was working but since i updated the OSX and iPhone 7, now Xcode is failing with my stable app which was working before updates.
EDIT: after Xcode update, throwing new warning / build error

You need Xcode 8.3 (just download via App Store). Xcode 8.2.1 is not compatible with iOS 10.3 on your phone.

Related

iPhone 5s not working for iOS development with iOS 11.0.2

I am working on a camera app in Swift. Because it is a camera app I have to use the iPhone to run versions of the software. I recently upgraded to iOS 11.0.2 on the iPhone 5s. Now when I try to run the app on the phone I get the following message "This iPhone 5s (Model A1453, A1533) is running iOS 11.0.2 (15A421), which may not be supported by this version of Xcode." and the software will not load. Is there a way around this?
You should update your Xcode to Xcode 9. Xcode 8 will not compile for iOS 11.
Update your xcode to xcode 9. This issue is because of the mismatch version of xcode and your device. To run the app on IOS 11 you must have xcode 9.
Install the xcode 9 because the iOS 11 is only supported run using xcode 9. The previous xcode couldn't run in iOS 11
Please make sure your app is 64bit. Also check https://developer.apple.com/news/?id=06282017b

Distribution Enterprise app for iOS 6

I would distribute app for iOS 6.
Actually I have XCode 8.2.1 and if I try to distribute with this version of XCode the app doen't work on iOS 6 but works with the highter versions.
So I tried to to distribute my app with XCode 6.4 but it doesn't work either on iOS 6, but works perfecty with highter versions.
I'm starting to think that MAYBE, just MAYBE, the app installation il locked by o.s of iOS.
Can someone help me to understand the issue?
The minimum deployment target with Xcode 8 is iOS 8. To support target
the iOS SDK 7.x and below, use Xcode 7.
If you try to use a deployment target of iOS 7.x or below, Xcode will
suggest you change your target to iOS 8
And Mac OS Sierra you cannot start Xcode 7.x as it crashes on launch due to a missing library.

XCode 8.1 (8B62) - not able to build app on iPad Retina (ipad 4)

Recently I upgraded my Xcode to 8.1 (8B63) and migrated the 7.3.4 project successfully. Tested on simulators and was able to build on iPad Retina (iPad 4) simulator with deployment target 8.4. But when I connected my device (iPad 4), I got the following error:
Could not locate device support files.
This iPad (4th generation Model A1458) is running iOS 10.2.1 (14D27), which may not be supported by this version of XCode.
I am not able to understand why - as the project can work on iPad 4 simulator, but not able to connect to the device. Can you please help me in this?
Thanks
You need to update Xcode again. I have this same problem sometimes when I update my iDevice right when Apple pushes an update to iOS. The problem is that your device's iOS is too current, and your Xcode actually doesn't recognize it (it's outdated - the latest is 8.2.1 I believe).
If you're an Apple Developer with a current account, you can actually see the latest version of Xcode (and beta versions) here: https://developer.apple.com/download/more/?q=xcode Also you can bypass the annoying time-outs and bugs you sometimes will experience downloading Xcode through the AppStore
I think Xcode 8.2.1 should help, if not - try Xcode 8.3 Beta (if it's available)

iPad is not connecting it's showing OS Version

I am new for iOS and when I connect my iPad with my system it's showing an exception like in the image below.
I am using Xcode 6.1.1 and the iPad is running iOS 8.4.1.
[
If you're running iOS 8.4.1 on your iPad, then you'll need to upgrade to Xcode 6.4
additional reference
When you running on device then above problem occur, so You have to download new Xcode, Download Xcode 6.4 as below links.
XCode 6.4
You will require Xcode 6.4 in-order to mount your iPad: https://developer.apple.com/xcode/download/
This occurs when you plug in a device that is running an OS version above what your current version of Xcode is.
One solution is to always use the most recent non-beta versions of Xcode and iOS.
However, if you have a beta version of iOS on your device, but still want to develop and build with the non-beta release of Xcode, there is a workaround!
1) Have both the current release of Xcode, and the Xcode-beta installed on your machine.
2) Make sure they are both closed.
3) Plug-in your device.
4) Open Xcode-beta and allow it to recognize your device (process symbols...)
5) With phone still plugged-in, quit Xcode-beta.
6) Open stable Xcode version, and your device will be recognized!
I currently do this all the time because I have iOS 9 beta on my test device, but submitting apps to TestFlight using Xcode 7 (beta) is not yet supported, so I needed to use Xcode 6.4 as my main IDE.

Device ineligible in Xcode 6.1 when device connected powered by iOS 8.3

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.

Resources