Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted.
I am having an issue submitting an update to my existing app in the TestFlight. My project supports iOS 9.0 and up. I am using Xcode Version 11.5 (11E608c). My application works just fine, it compiles fine, and the archives even validate correctly and upload to the App Store just fine. However, once I upload a build and it finishes processing I see this error in App Store Connect: ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted. Rebuild your entire app with the latest GM Xcode and submit the app again. I have absolutely no idea what's causing this. Has anyone ever seen this? Thanks!
5
0
3.1k
Jun ’20
ERROR ITMS-10001 submitting IAP content with Xcode 7.3
SInce upgrading to Xcode 7.3, I can no longer submit IAP content using Application Loader. I was able to upload content before upgrading to Xcode 7.3. Now I need to update my IAP content and I'm getting this error in Application Loader:ERROR ITMS-10001: Multiple items in this package use the same vendor ID. Use unique vendor IDs for the items [software_assets] and resubmit the package.Is anyone else seeing this error?UPDATE:I downgraded to Xcode 7.2.1 and am still seeing this error. It appears that the problem is on the iTunes Connect side.
3
0
574
Mar ’16
App Store Connect Error ITMS-90058: This bundle is invalid
App Store Connect rejects the build with the following error: Please correct the following issues and upload a new binary to App Store Connect. ITMS-90058: This bundle is invalid - The value for key CFBundleVersion [iphoneos] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion But we double-checked at the app level; in all places the CFBundleVersion and versions is mentioned in the correct format. Even though we tried to upload via Xcode and Transporter, both show success. but the build is not reflecting in TestFlight. Receive the above error message via mail. data: { attributes: { cfBundleShortVersionString: 3.25.9, cfBundleVersion: 25, p Validated with the delivery log, but the delivery log also shows correct versioning only.
4
0
215
Aug ’25
Several ITMS Errors submitting iOS 9/watchOS 2 beta app to TestFlight
I'm having a whole host of issues come back from iTunes Connect when trying to upload an iOS 9 app with watchOS 2 app and both Watch and CocoaTouch frameworks embedded. I've waited a week before posting this in case it was an issue with the iTunes Connect server.For the iOS 9 app, I received ITMS-90086: Missing 64-bit support. Architectures is set to $(ARCHS_STANDARD) (armv7, arm64) and Build Active Architecture Only set to NO for Release.For the Watch Framework, I receive ITMS-90087: Unsupported archtectures...[armv7k]. Architectures is set to $(ARCHS_STANDARD) (armv7k) and Build Active Architecture Only set to NO for Release.Also for the Watch Framework, I receive ITMS-90362: Invalid Info.plist value. The value of the key 'MinimumOSVersion' is invalid. The minimum value is 8.0. This key was not set in Info.plist at all. I manually added this key with the value 9.0, rebuilt, and resubmitted, with no change in error message.I also receive ITMS-90125: The binary is invalid.
7
0
3.0k
Jul ’15
Getting validation issues for my app. I'm using Xcode 15 beta.
Below is the message I have received. _Dear Developer, We identified one or more issues with a recent delivery for your app, App-Name 3.1.5 (3106). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app links to non-public libraries in Frameworks/image_picker_ios.framework/image_picker_ios: /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture, /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore. 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_
0
0
535
Jun ’23
error itms-90168 null when trying to archive a build (trying to upload build to testflight)
Hi We're trying to publish an app build to Testflight. We've successfully done the build, but when we archive the build, we get this error: error itms-90168 null. We are able to upload the build, it then SEEMS like the build is successfully archived. Then we validate the app, which is successful, but then when we click distribute, it gives an error: error itms-90168 null We've been struggling with this for quite a while and have tried things to solve the issue, but we haven't been successful this far. It's difficult to try figure out what is wrong, as the error message merely says Null instead of giving specific details.
2
0
2k
Mar ’22
ITMS-90895: Missing Icon - No such asset is present in the asset catalog.
I have added an alternate icon in my iOS app which I am setting using setAlternateIcon method. It works perfectly during development and local app distribution, however when I try to upload a build to App Store Connect, I get the following error: ITMS-90895: Missing Icon - The Info.plist key CFBundleIcons.CFBundleAlternateIcons contains an entry “AppIconTwo” that references asset “AppIconTwo” No such asset is present in the asset catalog. I'm unable to upload builds with this extra app-icon added. Kindly help me solve this.
3
0
1.4k
Nov ’23
Reply to iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services
Danial,I ran into this same issue. I really wish they would fix this among other things they seem to have intentionally broken in iOS 9 for Enterprise Development.However, as a workaround, I found that if you create a shortened url using the itms-services url, using openURL works just fine. Bit.ly doesn't support the itms-services protocol, but t i n y url dot com does.let downloadUrl = NSURL(string: http://example.com/blahblah) //Points to itms-services://?action=download-manifest&url=https://example.com/blahblah.plistUIApplication.sharedApplication().openURL(downloadUrl!)Good luck!Joe.
Sep ’15
How can i solve this problem with iOS game upload?
I´m getting an error all the time when uploading an update for my latest iOS game, yesterday I uploaded the 1st version and everything went good, but today I´m trying to update it and I´m getting all the time this: 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/ I tried multiple things and nothing worked... I saw lots of blogs and videos and nothing... Can anyone help me?
1
0
1.6k
Jul ’22
Uploading iOS 10 beta app gives an error - ITMS-90334
I am trying to upload an app using Xcode 8 beta 6. It is compiled against iOS 10 beta SDK. It has extensions which are also compiled for that SDK. The watchOS app is compiled against watchOS 3 SDK. When I upload it to Testflight through Xcode and Application Loader, it returns back with an errorERROR ITMS-90334: Invalid Code Signature Identifier. The identifier com.apple.WK in your code signature for WatchOSApp must match its Bundle IdentifierCan some one help me solve this issue ?Thanks!
5
0
2.2k
Aug ’16
ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted.
I am having an issue submitting an update to my existing app in the TestFlight. My project supports iOS 9.0 and up. I am using Xcode Version 11.5 (11E608c). My application works just fine, it compiles fine, and the archives even validate correctly and upload to the App Store just fine. However, once I upload a build and it finishes processing I see this error in App Store Connect: ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted. Rebuild your entire app with the latest GM Xcode and submit the app again. I have absolutely no idea what's causing this. Has anyone ever seen this? Thanks!
Replies
5
Boosts
0
Views
3.1k
Activity
Jun ’20
Reply to Privicay manifest help
For more information, see Handling ITMS-91061: Missing privacy manifest.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Error in When Using App Loader to Submit Apps
I have also the ITMS-90208. Even bumping the minimum OS Version to 9.0 does not help.
Replies
Boosts
Views
Activity
Jun ’16
ERROR ITMS-10001 submitting IAP content with Xcode 7.3
SInce upgrading to Xcode 7.3, I can no longer submit IAP content using Application Loader. I was able to upload content before upgrading to Xcode 7.3. Now I need to update my IAP content and I'm getting this error in Application Loader:ERROR ITMS-10001: Multiple items in this package use the same vendor ID. Use unique vendor IDs for the items [software_assets] and resubmit the package.Is anyone else seeing this error?UPDATE:I downgraded to Xcode 7.2.1 and am still seeing this error. It appears that the problem is on the iTunes Connect side.
Replies
3
Boosts
0
Views
574
Activity
Mar ’16
App Store Connect Error ITMS-90058: This bundle is invalid
App Store Connect rejects the build with the following error: Please correct the following issues and upload a new binary to App Store Connect. ITMS-90058: This bundle is invalid - The value for key CFBundleVersion [iphoneos] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion But we double-checked at the app level; in all places the CFBundleVersion and versions is mentioned in the correct format. Even though we tried to upload via Xcode and Transporter, both show success. but the build is not reflecting in TestFlight. Receive the above error message via mail. data: { attributes: { cfBundleShortVersionString: 3.25.9, cfBundleVersion: 25, p Validated with the delivery log, but the delivery log also shows correct versioning only.
Replies
4
Boosts
0
Views
215
Activity
Aug ’25
Several ITMS Errors submitting iOS 9/watchOS 2 beta app to TestFlight
I'm having a whole host of issues come back from iTunes Connect when trying to upload an iOS 9 app with watchOS 2 app and both Watch and CocoaTouch frameworks embedded. I've waited a week before posting this in case it was an issue with the iTunes Connect server.For the iOS 9 app, I received ITMS-90086: Missing 64-bit support. Architectures is set to $(ARCHS_STANDARD) (armv7, arm64) and Build Active Architecture Only set to NO for Release.For the Watch Framework, I receive ITMS-90087: Unsupported archtectures...[armv7k]. Architectures is set to $(ARCHS_STANDARD) (armv7k) and Build Active Architecture Only set to NO for Release.Also for the Watch Framework, I receive ITMS-90362: Invalid Info.plist value. The value of the key 'MinimumOSVersion' is invalid. The minimum value is 8.0. This key was not set in Info.plist at all. I manually added this key with the value 9.0, rebuilt, and resubmitted, with no change in error message.I also receive ITMS-90125: The binary is invalid.
Replies
7
Boosts
0
Views
3.0k
Activity
Jul ’15
Getting validation issues for my app. I'm using Xcode 15 beta.
Below is the message I have received. _Dear Developer, We identified one or more issues with a recent delivery for your app, App-Name 3.1.5 (3106). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app links to non-public libraries in Frameworks/image_picker_ios.framework/image_picker_ios: /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture, /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore. 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_
Replies
0
Boosts
0
Views
535
Activity
Jun ’23
error itms-90168 null when trying to archive a build (trying to upload build to testflight)
Hi We're trying to publish an app build to Testflight. We've successfully done the build, but when we archive the build, we get this error: error itms-90168 null. We are able to upload the build, it then SEEMS like the build is successfully archived. Then we validate the app, which is successful, but then when we click distribute, it gives an error: error itms-90168 null We've been struggling with this for quite a while and have tried things to solve the issue, but we haven't been successful this far. It's difficult to try figure out what is wrong, as the error message merely says Null instead of giving specific details.
Replies
2
Boosts
0
Views
2k
Activity
Mar ’22
ITM S-90725 error occurs even if OS and XCode are updated
I'm trying to send an app to AppStoreConnect using XCode Version 12.4 (12D4e), but I get an ITMS-90725 error and can't upload. I'm building with iOS13 SDK or above, the Development target is 13.2, and I deleted XCode and put it back in, but it didn't work. Is there anyone who can't upload in the same way? I want to know how to upload. Thank you.
Replies
0
Boosts
0
Views
355
Activity
Apr ’21
ITMS-90895: Missing Icon - No such asset is present in the asset catalog.
I have added an alternate icon in my iOS app which I am setting using setAlternateIcon method. It works perfectly during development and local app distribution, however when I try to upload a build to App Store Connect, I get the following error: ITMS-90895: Missing Icon - The Info.plist key CFBundleIcons.CFBundleAlternateIcons contains an entry “AppIconTwo” that references asset “AppIconTwo” No such asset is present in the asset catalog. I'm unable to upload builds with this extra app-icon added. Kindly help me solve this.
Replies
3
Boosts
0
Views
1.4k
Activity
Nov ’23
Reply to iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services
Danial,I ran into this same issue. I really wish they would fix this among other things they seem to have intentionally broken in iOS 9 for Enterprise Development.However, as a workaround, I found that if you create a shortened url using the itms-services url, using openURL works just fine. Bit.ly doesn't support the itms-services protocol, but t i n y url dot com does.let downloadUrl = NSURL(string: http://example.com/blahblah) //Points to itms-services://?action=download-manifest&url=https://example.com/blahblah.plistUIApplication.sharedApplication().openURL(downloadUrl!)Good luck!Joe.
Replies
Boosts
Views
Activity
Sep ’15
How can i solve this problem with iOS game upload?
I´m getting an error all the time when uploading an update for my latest iOS game, yesterday I uploaded the 1st version and everything went good, but today I´m trying to update it and I´m getting all the time this: 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/ I tried multiple things and nothing worked... I saw lots of blogs and videos and nothing... Can anyone help me?
Replies
1
Boosts
0
Views
1.6k
Activity
Jul ’22
Reply to ITMS-90176: Unrecognized Locale
FB13330698 (ITMS-90176: Unrecognized Locale while uploading app with Albanian Kosovo language)
Replies
Boosts
Views
Activity
Nov ’23
Reply to App rejected for invalid binary
Thanks for the answer. The issue is actually: ITMS-91064: Invalid tracking informationy Even though it is there
Replies
Boosts
Views
Activity
Jun ’25
Uploading iOS 10 beta app gives an error - ITMS-90334
I am trying to upload an app using Xcode 8 beta 6. It is compiled against iOS 10 beta SDK. It has extensions which are also compiled for that SDK. The watchOS app is compiled against watchOS 3 SDK. When I upload it to Testflight through Xcode and Application Loader, it returns back with an errorERROR ITMS-90334: Invalid Code Signature Identifier. The identifier com.apple.WK in your code signature for WatchOSApp must match its Bundle IdentifierCan some one help me solve this issue ?Thanks!
Replies
5
Boosts
0
Views
2.2k
Activity
Aug ’16