Xcode 11.3 does not have latest iOS version - ios

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.

Related

App archived with Xcode 11.2 (11B52) rejected: ITMS-90534: Invalid Toolchain

I have installed both Catalina and Xcode 11 from store and they are up to date:
Catalina: 10.15.1 (19B88)
Xcode: 11.2 (11B52)
Yesterday I have uploaded a new binary using fastlane. Today I got this message from Apple:
Dear Developer,
We identified one or more issues with a recent submission for App
Store review for your app, "Gözen Security" 7.3.2 (67). Please correct
the following issues, then upload again.
ITMS-90534: Invalid Toolchain - Your app was built with an unsupported
version of Xcode or SDK. If you plan to submit this build to the App
Store, make sure you are using the GM version of Xcode 10.1 and the
SDK for iOS 12.1 and watchOS 5.1, Xcode 7.1 and the SDK for tvOS 9, or
Xcode 6 and the SDK for macOS 10.9 or later. If you are using an Xcode
beta version to test your app, make sure you are using the latest
supported version. For more information about supported beta versions,
view the App Store Connect What's New page
(https://developer.apple.com/app-store-connect/whats-new/).
Best regards,
The App Store Team
Since Catalina and Xcode 11 are officially released why Apple still want me to use Xcode 10 and iOS 12?
Xcode was updated to 11.2.1 version. Builds made in Xcode ver 11.2 are not valid anymore. If you do not see the update in the Mac App Store then go to your developer account and download new Xcode manually.
Xcode 11.2 is deprecated by Apple on November 5, 2019
Always working workaround (Manual download)
Download the xip file from here
Also:
Latest Release version (Xcode 11.2.1)
or
Latest Beta version (Xcode 11.3 Beta)
or
Any version you need. And all other downloadable contents
Then extract and move it where you like.
You can find all workaround histry of the issue here.

iOS 13.1 (17A844) folder not available on Xcode 11

Update: Xcode 11.1 has since been released and resolved this issue, if you need to use 11.0 check the accepted answer.
After upgrading to iOS 13.1 I am unable to install onto my device with the following error.
running iOS 13.1 (17A844), which may not be supported by this version of Xcode.
I am aware that I need the 13.1 device support folder however Xcode 11.1 has not been released. I downloaded Xcode 11 from developer/downloads.
Xcode 10 -> /Applications/Xcode.app/Show package Contents/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
-> Download iOS 13.1 here
As a temporary measure until Xcode 11.1 is released,
this git repository has new and old device support files including 13.1!
https://github.com/iGhibli/iOS-DeviceSupport
Xcode 11.1 has since been released which contains the 13.1 folder.

iOS 10.1 (full release version) not compatible with the latest version of Xcode

I need to use IOS 10.1 full release version to run an app I am building. How do I make the latest version of Xcode (version 8.1) work with IOS 10.1 full release version?
Xcode 8.1 is only at Gold Master at the moment. You'll have to wait for the "full" release of 8.1 which will be available on App Store, until then you have to use 8.0 to archive your projects.
FWIW this gist offers a work around by symlinking to the Beta version of Xcode.
Copied for reference:
// The trick is to link the DeviceSupport folder from the beta to the stable version.
ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1\ \(14B54\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
// Then restart Xcode and recommect your devices. You will need to do that for every beta of iOS 10.1+/Xcode 8.
// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)
You can use Xcode 8.1 beta 3 to build on iOS 10.1 devices here:
https://developer.apple.com/news/?id=09212016a

Cannot deploy iOS app to App Store though Xcode is latest

I am trying to deploy an iOS app to the AppStore but I am getting following error;
Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK.
I am constantly facing this problem although I am using Xcode 6.4 and target SDK 8.0. For time being I installed Xcode 7 beta version but later on I uninstalled beta version. I am wondering if beta version is interfering with the build process.
I am facing the same issue. It seems the issue is because you are on OS X El Capitan. See this: https://forums.developer.apple.com/thread/8841. It seems Apple has started to reject binaries from XCode 6.4 on El Capitan which they were accepting before. I think the only solution is to downgrade to Yosamite, re install latest XCode and then submit!

iPhone iOS 8.2 with Xcode 6.1.1

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/

Resources