This bundle is invalid – Your archive contains paths that are not allowed: ( “AppThinning.plist” )
When you’re exporting with Xcode 9 or later, they will ask you if you want to Strip Swift symbols: Well, don’t uncheck it! And the error will be gone.
When you’re exporting with Xcode 9 or later, they will ask you if you want to Strip Swift symbols: Well, don’t uncheck it! And the error will be gone.
This problem happens because of the Facebook SDK for iOS. Application Loader forbids the use of the variable “id” from any FBGraphUser related class (maybe others variables too, didn’t test) – e.g. : id<FBGraphUser> friend id<FBGraphUserExtraFields>user Facebook is informed about this problem as of january 2013 : Bug Report The workaround for the moment is … Read more
As far as I’m concerned, it’s easiest to find via iTunes Connect, so go there and log in. Select ‘Contracts, Tax, and Banking’. You should see a contract with a ‘request’ button next to it. Request that contract.
I was facing the same issue but then i used Application Loader and it worked for me. After validating your app Export your app by selecting option as Save for iOS App Store Deployment and then Just upload your apps ipa using Application Loader.
As it mentions already, it’s just an informational message. You don’t need to worry about rejection because of this. What it means is that it cannot do API analysis before upload. It does this analysis to check if you use any restricted API’s from the SDK. So it could warn you and allow you to … Read more
Launch Xcode 5 (Product > Archive to build the archive) Goto Window > Organizer Select the latest archive and click on the Export button Select Save for Enterprise Deployment or Save for Ad Hoc Deployment Select your provisioning profile and then Export Choose a location to save the .ipa file This is basically it. Hope … Read more
Sounds like you may, like me, have accepted the suggestion by XCode 5.0 to migrate your icon files to a catalog. When you do that, you need to remove the CFBundleIconFile (“Icon file”) parameter from your project’s .plist file. That’s the old way of doing this, and once you’ve migrated your icon files, obviously that … Read more
If someone gets here by searching for ERROR ITMS-90046 like me, my solution was to Clean it and delete all precompiled frameworks (the custom ones) and then build again. Note: The error description said something about key “aps-environment” as “development”.
Apple today announced that it is making a new version of its Transporter developer application available on the Mac App Store. This app allows developers to easily upload files to App Store Connect and more. Available in the Mac AppStore Transporter
This only started happening to me today (May 2017) and no answers in this thread solved my issue. The resolution for me was from here; https://forums.developer.apple.com/thread/76803 Open Terminal. Change to home directory, cd ~ Move the current transporter directory, mv .itmstransporter/ .old_itmstransporter/ Invoke the following file to let Transporter update itself. “/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter” Wait till … Read more