We got an error, when we tried to upload new build to itunesconnect via Xcode 8 (from App Store and from http://developer.apple.com/download/more/ — the same behavior). We use Swift 2.3 in our project and some pods.ERROR ITMS-90596: Invalid Bundle. The asset catalog at 'Payload/***.app/Assets.car' can't be read. Try rebuilding the app with a non-beta version of Xcode and submit it again.Any ideas? 😕
Search results for
ITMS-90158
1,681 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
ITMS-90338: Non-public API usage - The app contains one or more corrupted binaries. Rebuild the app and resubmit.. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ There weren't any third party SDK or Unity updates since the last version. And the last version(20220723) is OK, how can I identify the source of the problem? I'm using Unity 2019.4.17f1c1 with MacOS 12.4 and XCode 13.4.1.
<main> DBG-X: parameter FilesToUpload = [metadata.xml, JS.ipa]<main> DBG-X: parameter MinimumFileSizeThresholdForCheckum = 104857600<main> ERROR: ERROR ITMS-90161: Invalid Provisioning Profile. The provisioning profile included in the bundle com.jschat.jschatapp [Payload/JS.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal.<main> DBG-X: The error code is: 1102<main> INFO: Done performing authentication.<main> DBG-X: Returning 1First thanks to viewing my issue.I dont know why i'm facing this issue i have created the provisioning file according to the apple documentation.My app is done just to upload on app store.Please help me as soon as possible.I shall be very thankful to you.Thanks
I recently upgraded my project's deployment target version to iOS 12.0 and started getting warnings saying: ITMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle at 'MyProject.app/PlugIns/StickerPack.appex' specifies a MinimumOSVersion of '12.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later. I did some research and found a few people having the same issue, one common suggestion is to lower the project's deployment target version, this isn't possible for the main target because I have a few libraries that have minimum OS version requirements. So I wonder what should be the right way to fix this, so far I can think of two solutions: The Message Extension target's Architectures is currently $(ARCHS_STANDARD) which translates to (arm64, armv7), so I can change it explicitly to arm64 only, or add armv7 to Excluded Architectures which sounds better. Change the iOS Deployment Target to some version lower and do this only for the Message Extension target. I'
Trying to upload an iOS26 app archive with Xcode 26 beta 7 and getting ITMS-90717: Invalid large app icon, meaning my app is not eligible for TestFlight testing. My App contains an IconComposer .icon asset, so I'm not sure what it's complaining about. I'm not seeing anything in the release notes about this, and I'm not sure if I'm doing something wrong or not.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Organizer Window
We received this error after submitting to apple connect today. How can we resolve this issue? Dear Developer, We identified one or more issues with a recent delivery for your app, ****** 1.14 (33). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public selectors in ErgoAuditor: isKeyDown, modifiedInput, _modifierFlags. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ Best regards, The App Store Team
Hello, we are having this response when submitting our application, but in the return email from the Apple Store Connect it does not show what would be the point to correct. Is anyone else having this too? any idea what to do? Thanks in advance.. Dear Developer, We identified one or more issues with a recent delivery for your app, []. Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app contains one or more corrupted binaries. Rebuild the app and resubmit.. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ Best regards, The App Store Team
I got the following message when I tried to send my build to TestFlight. And I got the ARCore/AugmentedFaces when I searched for that Non-public symbols % find . -type f -exec grep -l 'ddReplaceEii' {} ; ./Pods/ARCore/AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework/ARCoreAuentedFaces Is there any way to solve this issue? ITMS-90338: Non-public API usage - The app references non-public symbols in MYAPP: ZN3icu5Edits10addReplaceEii, ZN3icu5Edits12addUnchangedEi. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
ITMS-90338: Non-public API usage - The app contains one or more corrupted binaries. Rebuild the app and resubmit.. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ They haven't mentioned Non-public APIs which we have used how can we resolve it? How can we resolve with this information?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
iOS
App Store Connect
App Submission
ReDeploying an App today after a deployment yesterday. No changes to the build. Receiving this error message below, however no binaries are listed as corrupted in the error message.. ITMS-90338: Non-public API usage - The app contains one or more corrupted binaries. Rebuild the app and resubmit.. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. Any help would be appreciated.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
iOS
App Store Connect
Debugging
TestFlight
Can anyone tell me what is causing the following ITMS error:[2018-09-15 21:12:14 CEST] <main> ERROR: ERROR ITMS-6000: Unknown or unsupported package version [software5.10].[2018-09-15 21:12:14 CEST] <main> DBG-X: The error code is: 1102I'm using XCode 9.4.1 and the included Application Loader 3.7.1.Edit: Version 5.10 is now supported, the upload now also works with 5.10 🎉
I am using multi-targeted react native app i have deployed most of then but i didi''t get any error but one of my app greeted validated successfully and uploaded successfully but i got error message from play store that's is given below , ITMS-90338: Non-public API usage - The app references non-public selectors in ETCiso: _isKeyDown, _modifiedInput, _modifierFlags. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at every setting are same as other, If there any error and issue in binaory then why its geeting approved in validation and geeted upload
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
I have built a framework for my app setting supported minimum OS version to 7.0. I was able to build successfully & integrate with my iOS app.Even the App Store validation phase went through successfully.At the time of uploading the binary to AppStore, i got this error - 'ERROR ITMS-90362: Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle/Frameworks/xyz.framework is invalid. The minimum value is 8.0'Now, I am forced to update my minimum OS version to 8.0If only Xcode had suggested this at the compile time that the minimum OS version is 8.0, it would have saved my effort in building & validating the binary.Can Apple fix this in XCode 7 ?
ITMS - 90338: Non -public API usage - The app references non-public selectors in xfApp1.iOS: accessibilityBrailleMapRenderRegion, accessibilityBrailleMapRenderer, activePlayer, beginAuthorizationWithRequest:, cancelAuthorizationWithRequest:, checkFocusGroupTreeForEnvironment:, commissioningComplete:, connectionTypesMask, pairDevice:address:port:discriminator:setupPINCode:error:, playerId, serviceExtensionWillTerminate, session:didReceiveData:fromPlayer:, session:didReceiveMessage:withData:fromPlayer:, session:player:didChangeConnectionState:, session:player:didSaveData:, setAccessibilityBrailleMapRenderRegion:, setAccessibilityBrailleMapRenderer:, setConnectionTypesMask:, setListenPort:, sharedController, sleep:, test:, toggle:. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions.In addition, note that one or more of the above APIs may be located in a static library that was inclu
I get the folling error when trying to upload an app to TestFlight with an iMessage stickers extension with XCode 8.0 beta 3:ERROR ITMS-90644: Missing Image Asset. Your app is missing the Large App Icon asset 'iMessage App Icon' in 'Payload/App.app/PlugIns/StickerPackExtension.appex'.Is ITC accepting TestFlight builds at the moment, or is there something wrong with my extension? I've allocated images to every space in my iMessages App Icon in my .xcstickers bundle.I did notice though that the various settings images and the 1024x768 iMessages App Store image don't make it through to the built .appex file though.