Search results for

“ITMS-90158”

1,697 results found

Post

Replies

Boosts

Views

Activity

WARNING ITMS-90889 TestFlight
Hi, When submitting manually signed macOS apps then this warning is shown after submission: WARNING ITMS-90889: Cannot be used with TestFlight because the bundle at is missing a provisioning profile. Main bundles are expected to have provisioning profiles in order to be eligible for TestFlight. I use the following commands for signing the app: export VM_CERTIFICATE=Apple Distribution codesign --deep -f -s $VM_CERTIFICATE -v --entitlements $VM_SOURCE_PATH/macos/App.entitlements $VM_APPNAME productbuild --component $VM_APPNAME /Applications --sign 3rd Party Mac Developer Installer: MyCompany outmac.pkg How can I get rid of the warning, so that the package can be used in TestFlight? Regards,
2
0
2.3k
Dec ’21
Trouble submitting to iTunes - ITMS-90471
Trying to submit a tvOS build of an app I'm working on, and I'm getting the following error:ERROR ITMS-90471: Missing Image Asset. Your app is missing the Large App Icon asset 'App Icon - Small' in 'Payload/MadBombzTV.app'.Confused on what it thinks is missing? Large or small? Either way I have all the assets setup in the Assets.xcassets, 'App Icon - Large', 'App Icon - Small', 'Top Shelf Image', and 'LaunchImage'.Any thoughts to what's going on?Thanks!Kevin
6
0
1.6k
Oct ’15
Swift Standard Libraries - ITMS 90668
Hello Recently I updated one pod version and because of that I needed to set the ALWAYSEMBEDSWIFTSTANDARDLIBRARIES setting to YES. But then while sending the build to the iTunes there was an error with code ITMS-90668 that mentions Bitcode problem. But I have bitcode disabled for the project and all of the pods. However by looking to the build logs I can see that the bitcode was being stripped from that standard Swift libraries which means that it is enabled for them. My question is why is that and how to disable bitcode for swift standard libs as well? The pod mentioned earlier is Helpshift 7.9.1-withCampaigns.
0
0
298
Jan ’21
ITMS-90755: Invalid Binary
After uploading a debug build to testflight getting an email stating ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: AppName.app/App. Remove the instructions from the binaries, rebuild and resubmit.. To the best of our knowledge we haven't added any prohibited instructions of any kind, and the email also doesn't provide any information on what the offending instruction is. After much trial and error we found switching a property from an array to a non-array makes the error go away and testflight accepts the build, which obviously doesn't make any sense as to why that change produces this error. Is this some kind of false positive happening or what else is going wrong? Any help to resolving the issue is much appreciated.
1
0
671
May ’23
Reply to Uploading iOS 11 SDK builds failing?
Project in Xcode 8 - no issues. Open it in Xcode 9 - archive, upload. Now I have ITMS-90022, ITMS-90023, ITMS-90023, and ITMS-90391 - all of them are provably wrong. I can archive/export. I can unpack the IPA, open the result and find the files. I can see the images are there. The plist is correct. Nothing is wrong.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’17
ITMS-90111: Invalid Toolchain (again)
Hello to all,I have read almost all the posts related to this error, both on this forum and on other external ones, but apparently the origin is varied and often unknown.Like everyone, I compiled the App and sent it via Transporter, but the result is ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK ....These are the environmental characteristics:MacOS Catalina Version 10.15.2Xcode: 11.3 (15712)Tools: 11.3 (64532.3)SDK: iOS: 13,2: (17B102) iOS Simulator: 13,2: (17B102) macOS: 10,15: (19B90) 19,0: tvOS: 13,2: (17K90) tvOS Simulator: 13,2: (17K90) watchOS: 6,1: (17S80) watchOS Simulator: 6,1: (17S80)Note: the App is the first build and contains purchases in the AppStore and admob advertising.I also recreated all the certificates.I also tried compiling with MacOS High sierra (xcode 10.1), same result.Clearly I don't have beta software, what can be the cause? does it happen to someone else?Thank you
0
0
439
Jan ’20
ITMS-90809: Deprecated API Usage
ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). We have removed every single instance of UIWebView from our app mostly the pods were using that and we fixed that but still we are getting the error. We don't understand how to submit our app to App Store
0
0
592
Mar ’21
ERROR ITMS.90328 Invalid characters
HI, I'm trying to publish the first version of my iOS application in TestFlight.My app runs succesfully in my iPhone but I cannot publish it in TestFlight due to following error:ERROR ITMS.90328 Your package contains a file 'Applaudi.app/ApplaudiLocalStorageModel.momd/VersionInfo.plist' with a name that contains invalid characters. Avoid using control characters in the file names.I cannot find this file in proyect, and I have no idea how to solve the problem.Any suggestion????Thanks!!PD- I'm using Core Data for model Local Database.
0
0
491
Dec ’19
iOS Info.plist to overcome error ITMS: 90096
While uploading archive after a minor update, I'm encountering ITMS error:90096 that reads as follows.------------------------------------------------------------------------------------------------------------------------------------------------------ERROR ITMS-90096: Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle ...-------------------------------------------------------------------------------------------------------------------------------------------------------What is the Info.plist entry needed to correct this?I already have LaunchImage (320, 568) and (320, 480) in top level of the project.MacOS Sierra 10.12.3 and Xcode 8.2.1 (8C1002).Thanks!
1
0
1k
Feb ’17
error itms 90534 (Solved! Thank you!)
ITMS-90534: Invalid toolchain. New apps and app updates must be built with the public (GM) versions of XCode 6or later, and ios 8 SDK or later. ios 9 apps for internal TestFlight testers must be built with the latest seed of the ios SDK and uploaded with the latest seed of XcodeI just got this error when Submitting my app. I am using xCode beta currently. Does anyone know how to get around this problem??Thanks!!Coleman
12
0
1.8k
Nov ’15
ITMS-90535: Unexpected CFBundleExecutable Key
Hi All I am trying to submit my app on the app store for testflight and i am getting the following email: ITMS-90535: Unexpected CFBundleExecutable Key - The bundle at '/Payload/App.app/public/ios_/App/App/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue My Info.plist file does not have CFBundleExecutable that the message is asking me to remove. What must i do?
0
0
923
Nov ’20
ERROR ITMS-90534 Invalid Tool Chain
With Xcode 8 beta 2, App Submission causes ERROR ITMS-90534.Full Message is:ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.PS. I don't use macOS beta.I think that this is a temporary issue on iTunesConnect side. Any idea?
4
0
3.1k
Jul ’16
WARNING ITMS-90889 TestFlight
Hi, When submitting manually signed macOS apps then this warning is shown after submission: WARNING ITMS-90889: Cannot be used with TestFlight because the bundle at is missing a provisioning profile. Main bundles are expected to have provisioning profiles in order to be eligible for TestFlight. I use the following commands for signing the app: export VM_CERTIFICATE=Apple Distribution codesign --deep -f -s $VM_CERTIFICATE -v --entitlements $VM_SOURCE_PATH/macos/App.entitlements $VM_APPNAME productbuild --component $VM_APPNAME /Applications --sign 3rd Party Mac Developer Installer: MyCompany outmac.pkg How can I get rid of the warning, so that the package can be used in TestFlight? Regards,
Replies
2
Boosts
0
Views
2.3k
Activity
Dec ’21
Trouble submitting to iTunes - ITMS-90471
Trying to submit a tvOS build of an app I'm working on, and I'm getting the following error:ERROR ITMS-90471: Missing Image Asset. Your app is missing the Large App Icon asset 'App Icon - Small' in 'Payload/MadBombzTV.app'.Confused on what it thinks is missing? Large or small? Either way I have all the assets setup in the Assets.xcassets, 'App Icon - Large', 'App Icon - Small', 'Top Shelf Image', and 'LaunchImage'.Any thoughts to what's going on?Thanks!Kevin
Replies
6
Boosts
0
Views
1.6k
Activity
Oct ’15
Swift Standard Libraries - ITMS 90668
Hello Recently I updated one pod version and because of that I needed to set the ALWAYSEMBEDSWIFTSTANDARDLIBRARIES setting to YES. But then while sending the build to the iTunes there was an error with code ITMS-90668 that mentions Bitcode problem. But I have bitcode disabled for the project and all of the pods. However by looking to the build logs I can see that the bitcode was being stripped from that standard Swift libraries which means that it is enabled for them. My question is why is that and how to disable bitcode for swift standard libs as well? The pod mentioned earlier is Helpshift 7.9.1-withCampaigns.
Replies
0
Boosts
0
Views
298
Activity
Jan ’21
ITMS-90755: Invalid Binary
After uploading a debug build to testflight getting an email stating ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: AppName.app/App. Remove the instructions from the binaries, rebuild and resubmit.. To the best of our knowledge we haven't added any prohibited instructions of any kind, and the email also doesn't provide any information on what the offending instruction is. After much trial and error we found switching a property from an array to a non-array makes the error go away and testflight accepts the build, which obviously doesn't make any sense as to why that change produces this error. Is this some kind of false positive happening or what else is going wrong? Any help to resolving the issue is much appreciated.
Replies
1
Boosts
0
Views
671
Activity
May ’23
Reply to Uploading iOS 11 SDK builds failing?
Project in Xcode 8 - no issues. Open it in Xcode 9 - archive, upload. Now I have ITMS-90022, ITMS-90023, ITMS-90023, and ITMS-90391 - all of them are provably wrong. I can archive/export. I can unpack the IPA, open the result and find the files. I can see the images are there. The plist is correct. Nothing is wrong.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’17
ERROR ITMS-90190: Invalid Info.plist Key.
this happends today.ERROR ITMS-90190: Invalid Info.plist Key. The key 'UIUserInterfaceStyle' in the Payload/brownie.appInfo.plist file is not valid.
Replies
5
Boosts
0
Views
7.6k
Activity
Aug ’19
ITMS-90111: Invalid Toolchain (again)
Hello to all,I have read almost all the posts related to this error, both on this forum and on other external ones, but apparently the origin is varied and often unknown.Like everyone, I compiled the App and sent it via Transporter, but the result is ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK ....These are the environmental characteristics:MacOS Catalina Version 10.15.2Xcode: 11.3 (15712)Tools: 11.3 (64532.3)SDK: iOS: 13,2: (17B102) iOS Simulator: 13,2: (17B102) macOS: 10,15: (19B90) 19,0: tvOS: 13,2: (17K90) tvOS Simulator: 13,2: (17K90) watchOS: 6,1: (17S80) watchOS Simulator: 6,1: (17S80)Note: the App is the first build and contains purchases in the AppStore and admob advertising.I also recreated all the certificates.I also tried compiling with MacOS High sierra (xcode 10.1), same result.Clearly I don't have beta software, what can be the cause? does it happen to someone else?Thank you
Replies
0
Boosts
0
Views
439
Activity
Jan ’20
ITMS-90809: Deprecated API Usage
ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). We have removed every single instance of UIWebView from our app mostly the pods were using that and we fixed that but still we are getting the error. We don't understand how to submit our app to App Store
Replies
0
Boosts
0
Views
592
Activity
Mar ’21
ERROR ITMS.90328 Invalid characters
HI, I'm trying to publish the first version of my iOS application in TestFlight.My app runs succesfully in my iPhone but I cannot publish it in TestFlight due to following error:ERROR ITMS.90328 Your package contains a file 'Applaudi.app/ApplaudiLocalStorageModel.momd/VersionInfo.plist' with a name that contains invalid characters. Avoid using control characters in the file names.I cannot find this file in proyect, and I have no idea how to solve the problem.Any suggestion????Thanks!!PD- I'm using Core Data for model Local Database.
Replies
0
Boosts
0
Views
491
Activity
Dec ’19
iOS Info.plist to overcome error ITMS: 90096
While uploading archive after a minor update, I'm encountering ITMS error:90096 that reads as follows.------------------------------------------------------------------------------------------------------------------------------------------------------ERROR ITMS-90096: Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle ...-------------------------------------------------------------------------------------------------------------------------------------------------------What is the Info.plist entry needed to correct this?I already have LaunchImage (320, 568) and (320, 480) in top level of the project.MacOS Sierra 10.12.3 and Xcode 8.2.1 (8C1002).Thanks!
Replies
1
Boosts
0
Views
1k
Activity
Feb ’17
error itms 90534 (Solved! Thank you!)
ITMS-90534: Invalid toolchain. New apps and app updates must be built with the public (GM) versions of XCode 6or later, and ios 8 SDK or later. ios 9 apps for internal TestFlight testers must be built with the latest seed of the ios SDK and uploaded with the latest seed of XcodeI just got this error when Submitting my app. I am using xCode beta currently. Does anyone know how to get around this problem??Thanks!!Coleman
Replies
12
Boosts
0
Views
1.8k
Activity
Nov ’15
Invalid binary file (ERROR ITMS-90205)
Hello.When we try to upload app, we received an error message that our build has an invalid binary file. (ERROR ITMS-90205)We researched this issue many times and can’t fix this issue. Could you give a more detail description for this issue or any workaround please? Thanks.
Replies
2
Boosts
0
Views
949
Activity
Jul ’16
ITMS-90535: Unexpected CFBundleExecutable Key
Hi All I am trying to submit my app on the app store for testflight and i am getting the following email: ITMS-90535: Unexpected CFBundleExecutable Key - The bundle at '/Payload/App.app/public/ios_/App/App/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue My Info.plist file does not have CFBundleExecutable that the message is asking me to remove. What must i do?
Replies
0
Boosts
0
Views
923
Activity
Nov ’20
ERROR ITMS-90534 Invalid Tool Chain
With Xcode 8 beta 2, App Submission causes ERROR ITMS-90534.Full Message is:ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.PS. I don't use macOS beta.I think that this is a temporary issue on iTunesConnect side. Any idea?
Replies
4
Boosts
0
Views
3.1k
Activity
Jul ’16
Reply to Xcode Cloud Build Failed with Preparing build for App Store Connect failed
in my case I received an email with these requirements: ITMS-90022: Missing required icon file ITMS-90023: Missing required icon file ITMS-90713: Missing Info.plist value addressing those made the trick
Replies
Boosts
Views
Activity
Jan ’26