After Updating to Xcode 10.2: Invalid Toolchain Error When Trying to Submit App to App Store

After updating to Xcode 10.2: Invalid Toolchain error when trying to submit app to App Store

Seems like Apple has fixed it!

Pushed “Submit for review” again, without any changes, with the same binary.

And the build stays in Waiting for Review status for a few hours already.

Problem with uploading app to iTunes connect

It was a bug on the part of Apple. They already fixed it.

App Store refuses my update after installing Xcode 11 beta with keeping Xcode 10.2

Upload App With OS Beta

Don't use Xcode beta

Archive the app; before start upload go

Window -> Organizer

Right click in your app

Show in finder

Will open the folder and you go right click in your app and select

New Terminal Tab at folder

Now you will find the pList to change info

cd Products/Applications/“AppCompany”.app/

Finally will change your BuildMachineOSBuild

open Info.plist

Find the BuildMachineOSBuild and change to build Mojave ( January 22, 2019 )

18D42

iOS app showing Invalid Binary Xcode 11 beta 6

In Xcode beta version I have used collection view in once screen now when I open the project in XCode 10 version then it was showing the issue in collection view "collectionViewCellContentView" I have renamed it to "view"

Xcode 11 Beta - UICollectionview

<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="3lR-aq-iNR">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
</collectionViewCellContentView>

Xcode 10.2

<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="3lR-aq-iNR">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
</view>

Error uploading to App Store Connect in Mojave 10.14.1 full version

I've got it to work now. I assume something was slow at Apple's end in authenticating Xcode 10.1 and Mojave 10.14.1. I reuploaded the same build I was trying to do yesterday and now it is working.

Uploading failed in Xcode 11.2 (11B52) rejected: ITMS-90534: Invalid Toolchain in MacOS Catalina 10.15

The only solution is to update xcode 11.2 to xcode 11.2.1
If you do not see update in appstore you can download xcode 11.2.1 from here Download
Xcode 11.2 is deprecated by Apple on November 5, 2019

Can I upload App to App store developed in Xcode 10.1 and Swift 4.2

Apple required iOS app to be built with iOS 12 SDK which comes with Xcode 10 (reference).

Apple now requires iOS app to be built with Xcode 10.1. (reference).

So as long as you build your app with Xcode 10.1 or higher you will be fine for now.



Related Topics



Leave a reply



Submit