Xcode 11 beta 5 - Unsupported Xcode error - ios

I am trying to upload to Testflight but I receive this error while uploading the archive, any workaround?
ERROR ITMS-90744: "Unsupported Xcode or SDK Version. Your app was
built with a version of Xcode or SDK that is not yet supported for
upload to App Store Connect. For more information about supported
versions of Xcode and SDK for Testflight or App Store submissions,
view the App Store Connect What's New page
(https://developer.apple.com/app-store-connect/whats-new/)."

Related

Error ITMS - 90725 : "SDK Version Issue."

Error ITMS 90745: SDK Version Issue. This app was built with the iOS 11.4 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later
I'm facing this issue since three weeks, can't upload my app on app store.

How do I upload a build to TestFlight from a beta version of Xcode?

I'm using Xcode 8 Beta 4. When I archive the project and then hit Upload to App Store with the intent to distribute the build through TestFlight, I get an error from Xcode saying:
Invalid Toolchain. New apps and app updates must be build with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds
I understand that I can't go to the App Store until Xcode 8 GM is released, but is there a way to simply distribute through TestFlight with a not-yet-Gold Master version of Xcode? The version of the app I'd like to have tested won't build with Xcode 7 because I've migrated to and utilized some new features in Swift 3.0

Unable to upload iPhone app using Xcode 6 beta

I am trying to upload a new version of my iPhone app but I am getting following error:
unable to validate application archives of type 0x0
I can't upload it from Xcode 5 as I am getting error because of new api of push notification. My app is not using swift and has a small code change in previous version. How can I upload this new version of the app?
Apple does not allow developers to upload apps using beta versions of Xcode. Xcode 6 is now out on the App Store, and the GM can also be downloaded from their developer site.
Do not submit apps built using beta software, as beta versions of Xcode, Operating Systems, and SDKs are for development and testing only.
Source: Apple's Dev Site

App Reject By ios App Store

I am using libgdx to create an ios app. I checked the sdk that is is compiling with, and it is 7.0.2. How do I fix this?
1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp -
Error Messages: Apple's web service operation was not
successful Unable to authenticate the package:
834524929.itmsp ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with
public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps
built with beta software." at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage) Could not start delivery: all
transports failed diagnostics
This bundle is invalid. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Let's look at this part carefully:
Must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Zoom in a bit, please?
Do not submit apps built with beta software.
You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".
Simply open up Xcode with this project, fix any errors that may come, recompile and submit.

can't submit app to app store with error: "non-public selector"

I have problem: can't submit app to the App Store.I build an archive of the app in Xcode 5, validate the archive for the App Store and have error: "the app references non-public selectors in Payload/MyProj.app/MyProj:startIndex".
In app used Googleplus SDK (latest version). When i delete this SDK from app, validation was successful. I find similar problem:https://code.google.com/p/google-plus-platform/issues/detail?id=677.
Can any help?
Same Issued I found when submitted App to Apple with Google Analytics SDK as no sloution. But it just gave me the Warning like Non-public selectors and after the 3-4 days of stress means Review the app got approved and it now on app store. As you too describe these perfect steps and worked fine for me too.
Use google-plus-ios-sdk 1.3.0 in an iOS app
Build an archive of the app in Xcode 5
Validate the archive for the App Store
Xcode 5 complains that "startIndex" is in Apple's private API.

Resources