Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

XCode not allowing pre-existing Bundle ID
I have an application, released a few years back. The bundle ID starts with a digit, this used to be allowed. Now Xcode replaces the digit with a dash -, ie. 7K998EA8RN.org.nelsonmandela.quotes becomes -K998EA8RN.org.nelsonmandela.quotes Therefore on upload I get an error saying that the bundle ID does not match. If I end it the info manually and set the Bundle ID there, I can make it further down the process but still errors out as the application-identifier still becomes A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes the error returned is: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes' for key 'application-identifier' in 'Payload/MandelaQuotes.app/MandelaQuotes' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier. Any idea on how to resolve this
1
0
1k
Nov ’21
How do I resolve the Transporter error "The provisioning profile included in the bundle is invalid. [Missing code-signing certificate]"?
I have successfully built, signed, and archived my app! However, when I try to send it to App Store Connect (I've tried using Transporter and Fastlane), I get this error: ERROR ITMS-90161: Invalid Provisioning Profile. The provisioning profile included in the bundle com.myapp [Payload/My App.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. I am indeed using a distribution provisioning profile, and I have the codesigning certificate on the machines doing the building. I've tried deleting both from all machines, then re-downloading them from Apple Developer, but that doesn't seem to have fixed the issue.
4
0
4.8k
Nov ’21
ITMS-90496
Hi, I have xcode 13 and when trying to publish with this version for the first time I get this error in validation. ITMS-90496: Invalid Executable - The executable 'xxxxx WatchKit App.app/PlugIns/xxxx WatchKit Extension.appex/xxx WatchKit Extension' does not contain bitcode. How could i fix it? thanks!!!
3
0
3.1k
Nov ’21
Reply to CFBundleShortVersionString with 4 period-separated integers
Hello, has anyone found a definite way of solving this issue? Due to some circumstances I'd like to release a version with 4 integers, and even though I was able to create the release on the App Store Connect, I get error ITMS-90060 from XCode. If setting different values for Bundle Version and Short Bundle Version, what is the recommended setting? If I want to release version 2.0.2.3 and set the Bundle version as 2.0.2.3, should the Short bundle version be 2.0.2? What if I have already released version 2.0.2 in the past? Overall, is it recommended to just avoid using 4 integers in versions? Or on simple terms, is it impossible to use 4 integer versions nowadays? Thanks in advance for any help.
Nov ’21
Error on upload/submission: UIUserInterfaceStyle can't be 'light'.
As usual, it worked yesterday.We get the following error on uploading our app to the app store using Xcode Organizer:ERROR ITMS-90785: UIUserInterfaceStyle can't be 'light'. It can only be 'Light', 'Dark', or 'Automatic'.This seems to be a new error, because it worked last time and I can't find any web results.We also set the UIUserInterfaceStyle to 'Light' in our Info.plist files (for the app target, the today widget extension target, but not for the watch app target because it's not supported) but the error remains.Any solutions for that?
4
0
2.4k
Oct ’21
Getting error at the time of publish the app on app store
App store connect operation error error itms-90086: missing 64-bit support. ios apps submitted to the app store must include 64-bit support and be built with the ios 8 sdk or later. we recommend using the default standard architectures build setting for architectures in xcode, to build a single binary with both 32-bit and 64-bit support. (In the xcode 12.5) and App store connect operation error error itms-90203: invalid architecture: apps that include an app extension and framework must support arm64. (In the xcode 12.5)
2
0
643
Oct ’21
-ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.
Hello,I am trying to distribute my iOS app to App Store Connect in xCode and I get two App Store Connect Operation Errors:ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.ERROR ITMS-90030: Nib file 'ContentView~ipad.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.STEPS TO REPRODUCEIn XCode, at the top, click on Window > Organizer.In the Organizer, select your iOS app and click on Distribute App. Select the distribution method App Store Connect, next select Upload, check Include Bitcode and Upload app's symbols and click Next. Select Automatically Manage Signing and click Next. Click on Upload. Error message shows up during the Uploading process. Distribution failed with errors.How do I fix these errors? Where does these files come from? How do I recreate them if th
8
0
1.4k
Oct ’21
Failed to upload due to extension issue - ERROR ITMS-90347: Bad bundle identifier
Hello Guys,I got a problem when uploading a new version of an existing app. The error messages were as below:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier com.mycompany..share of the application extension xxx.app/Plugins/shareExtension.appex should start with the application's bundle identifier com.mycompany. and not contain more than one period . after the application bundle ID.Before someone make a judement that there are two dots, I shall explain some more background.Bundle Id of our app: com.mycompany. (please pay attention to the last dot, it is part of the bundle id)Bundle Id of extension: com.mycompany..shareApp Bundle Id may appear a bit weired but that is a historical story and has no problem.This app has been online for several years. And we started using extension since last year. All worked fine till this Sep.According to the error message, bundle id of extensions should comply with the following format:<app bundle id> + . + <extension name>So our extension co
6
0
1.8k
Oct ’21
Cannot upload IPA file
I'm trying to upload an .IPA file to the AppStore. Since the Application Loader has been removed, I use the following command in the terminal: xcrun altool --upload-app --type ios --file /Users/XXX/Downloads/Release/de.XXX.App.iOS.ipa --username XXX@icloud.com --password XXX --verbose.But nothing happens, stuck at The app is uploaded to the AppStore (if I try it over Visual Studio for Mac). Last Lines in Log:2019-09-28 12:46:37.422 altool[89190:5921740] Web service call (validateSoftwareSPIUsage) result: (null) 2019-09-28 12:46:37.549 altool[89190:5921740] Using template named: purple-metadata-template 2019-09-28 12:46:37.551 altool[89190:5921749] Sending request to iTunesTransporter... 2019-09-28 12:46:37.551 altool[89190:5921749] Command: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter 2019-09-28 12:46:37.551 altool[89190:5921749] Arguments: -m upload -u 'XXX@icloud.com' -vp json -TxHeaders eyJqZXXXJvdXRlIjoicHYifQ== -sessionid
10
0
4.1k
Sep ’21
Packaging a Java Application ITMS-90238: Invalid Signature Error
Hi, When packaging an application using JDK 17 and the latest version of jpackage I get the below error when uploading to the App Store. All test prior to uploading complete just fine. I think it might be realated to the structure of the .app folder but not sure, any ideas would be helpful ITMS-90238: Invalid Signature - The main app bundle Test at path Test.app has following signing error(s): a sealed resource is missing or invalid. Refer to the Code Signing ... and ITMS-90296: App sandbox not enabled - The following executables must include the 'com.apple.security.app-sandbox' entitlement with a Boolean value of true in the entitlements property list: [[Test.app/Contents/MacOS/Test]] The app verifies in Transporter just fine and codesign as well. codesign --verify --verbose=4 'Test.app' Test.app: valid on disk Test.app: satisfies its Designated Requirement Also entitlements seems to be fine. codesign -d --entitlements :- ./Test.app/Contents/MacOS/Test Executable=/Users/ryan/flat/Test.app/C
3
0
1.6k
Sep ’21
Xcode 13 beta 5 cannot submit TF builds
The usual problem, has to happen at least once each summer I suppose :) Could the person responsible take a moment and update the relevant records please? It's been days now, thanks! ERROR ITMS-90744: Unsupported Xcode or SDK Version. Your app was built with a version of Xcode or SDK that is not yet supported for upload to App Store Connect. For more information about supported versions of Xcode and SDK for Testflight or App Store submissions, view the App Store Connect What's New page (https://developer.apple.com/app-store-connect/whats-new/).
6
0
2.3k
Oct ’21
Enterprise developer program, 'Unable to install "my app". Please try again later.' on iOS 14 devices.
used https server and ssl TLS version is v1.2 certifications wasn't wrong itms, download link wasn't wrong Only iOS 14.* gets an error but Xcode-device iOS14 simulator install is success Other iOS version devices were success Here this my log, plz help me.. Download failed with error: Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo={NSErrorFailingURLKey=https://www.*/path1/path2/*appname***.ipa, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSURLErrorFailingURLSessionTaskErrorKey=BackgroundDataTask .<9>, NSURLErrorRelatedURLSessionTaskErrorKey=( BackgroundDataTask .<9>, LocalDataTask .<9> ), NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLStringKey=https://www.*/path1/path2/*appname*.ipa, kCFStreamErrorDomainKey=3, kCFStreamErrorCodeKey=-9824} ... installcoordinationd -[IXSClientConnection remotepr
1
0
2.6k
Sep ’21
XCode not allowing pre-existing Bundle ID
I have an application, released a few years back. The bundle ID starts with a digit, this used to be allowed. Now Xcode replaces the digit with a dash -, ie. 7K998EA8RN.org.nelsonmandela.quotes becomes -K998EA8RN.org.nelsonmandela.quotes Therefore on upload I get an error saying that the bundle ID does not match. If I end it the info manually and set the Bundle ID there, I can make it further down the process but still errors out as the application-identifier still becomes A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes the error returned is: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes' for key 'application-identifier' in 'Payload/MandelaQuotes.app/MandelaQuotes' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier. Any idea on how to resolve this
Replies
1
Boosts
0
Views
1k
Activity
Nov ’21
How do I resolve the Transporter error "The provisioning profile included in the bundle is invalid. [Missing code-signing certificate]"?
I have successfully built, signed, and archived my app! However, when I try to send it to App Store Connect (I've tried using Transporter and Fastlane), I get this error: ERROR ITMS-90161: Invalid Provisioning Profile. The provisioning profile included in the bundle com.myapp [Payload/My App.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. I am indeed using a distribution provisioning profile, and I have the codesigning certificate on the machines doing the building. I've tried deleting both from all machines, then re-downloading them from Apple Developer, but that doesn't seem to have fixed the issue.
Replies
4
Boosts
0
Views
4.8k
Activity
Nov ’21
ITMS-90496
Hi, I have xcode 13 and when trying to publish with this version for the first time I get this error in validation. ITMS-90496: Invalid Executable - The executable 'xxxxx WatchKit App.app/PlugIns/xxxx WatchKit Extension.appex/xxx WatchKit Extension' does not contain bitcode. How could i fix it? thanks!!!
Replies
3
Boosts
0
Views
3.1k
Activity
Nov ’21
Reply to CFBundleShortVersionString with 4 period-separated integers
Hello, has anyone found a definite way of solving this issue? Due to some circumstances I'd like to release a version with 4 integers, and even though I was able to create the release on the App Store Connect, I get error ITMS-90060 from XCode. If setting different values for Bundle Version and Short Bundle Version, what is the recommended setting? If I want to release version 2.0.2.3 and set the Bundle version as 2.0.2.3, should the Short bundle version be 2.0.2? What if I have already released version 2.0.2 in the past? Overall, is it recommended to just avoid using 4 integers in versions? Or on simple terms, is it impossible to use 4 integer versions nowadays? Thanks in advance for any help.
Replies
Boosts
Views
Activity
Nov ’21
Reply to Direct link to all my apps in App Store not working in iOS 12
itms-apps://?action=search&kind=iosSoftwere&q=App%20Store
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Hello i have a big problem i can't get around. error 90171
You have included something in the Bundle that you shouldn't have. Read this and tell if you get the explanation and solution: https://stackoverflow.com/questions/28621297/iphone-app-submitting-error-itms-90171-invalid-bundle-structure-cant-contain
Replies
Boosts
Views
Activity
Nov ’21
Error on upload/submission: UIUserInterfaceStyle can't be 'light'.
As usual, it worked yesterday.We get the following error on uploading our app to the app store using Xcode Organizer:ERROR ITMS-90785: UIUserInterfaceStyle can't be 'light'. It can only be 'Light', 'Dark', or 'Automatic'.This seems to be a new error, because it worked last time and I can't find any web results.We also set the UIUserInterfaceStyle to 'Light' in our Info.plist files (for the app target, the today widget extension target, but not for the watch app target because it's not supported) but the error remains.Any solutions for that?
Replies
4
Boosts
0
Views
2.4k
Activity
Oct ’21
Getting error at the time of publish the app on app store
App store connect operation error error itms-90086: missing 64-bit support. ios apps submitted to the app store must include 64-bit support and be built with the ios 8 sdk or later. we recommend using the default standard architectures build setting for architectures in xcode, to build a single binary with both 32-bit and 64-bit support. (In the xcode 12.5) and App store connect operation error error itms-90203: invalid architecture: apps that include an app extension and framework must support arm64. (In the xcode 12.5)
Replies
2
Boosts
0
Views
643
Activity
Oct ’21
Reply to iTMSTransporter could not generate an itmsp
I'm having the same issue using itms v2.2 on windows, Null at com.apple.transporter.operation.DeveloperAPIUpload.generatePackage Has anyone solved this?
Replies
Boosts
Views
Activity
Oct ’21
-ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.
Hello,I am trying to distribute my iOS app to App Store Connect in xCode and I get two App Store Connect Operation Errors:ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.ERROR ITMS-90030: Nib file 'ContentView~ipad.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.STEPS TO REPRODUCEIn XCode, at the top, click on Window > Organizer.In the Organizer, select your iOS app and click on Distribute App. Select the distribution method App Store Connect, next select Upload, check Include Bitcode and Upload app's symbols and click Next. Select Automatically Manage Signing and click Next. Click on Upload. Error message shows up during the Uploading process. Distribution failed with errors.How do I fix these errors? Where does these files come from? How do I recreate them if th
Replies
8
Boosts
0
Views
1.4k
Activity
Oct ’21
Failed to upload due to extension issue - ERROR ITMS-90347: Bad bundle identifier
Hello Guys,I got a problem when uploading a new version of an existing app. The error messages were as below:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier com.mycompany..share of the application extension xxx.app/Plugins/shareExtension.appex should start with the application's bundle identifier com.mycompany. and not contain more than one period . after the application bundle ID.Before someone make a judement that there are two dots, I shall explain some more background.Bundle Id of our app: com.mycompany. (please pay attention to the last dot, it is part of the bundle id)Bundle Id of extension: com.mycompany..shareApp Bundle Id may appear a bit weired but that is a historical story and has no problem.This app has been online for several years. And we started using extension since last year. All worked fine till this Sep.According to the error message, bundle id of extensions should comply with the following format:<app bundle id> + . + <extension name>So our extension co
Replies
6
Boosts
0
Views
1.8k
Activity
Oct ’21
Cannot upload IPA file
I'm trying to upload an .IPA file to the AppStore. Since the Application Loader has been removed, I use the following command in the terminal: xcrun altool --upload-app --type ios --file /Users/XXX/Downloads/Release/de.XXX.App.iOS.ipa --username XXX@icloud.com --password XXX --verbose.But nothing happens, stuck at The app is uploaded to the AppStore (if I try it over Visual Studio for Mac). Last Lines in Log:2019-09-28 12:46:37.422 altool[89190:5921740] Web service call (validateSoftwareSPIUsage) result: (null) 2019-09-28 12:46:37.549 altool[89190:5921740] Using template named: purple-metadata-template 2019-09-28 12:46:37.551 altool[89190:5921749] Sending request to iTunesTransporter... 2019-09-28 12:46:37.551 altool[89190:5921749] Command: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter 2019-09-28 12:46:37.551 altool[89190:5921749] Arguments: -m upload -u 'XXX@icloud.com' -vp json -TxHeaders eyJqZXXXJvdXRlIjoicHYifQ== -sessionid
Replies
10
Boosts
0
Views
4.1k
Activity
Sep ’21
Packaging a Java Application ITMS-90238: Invalid Signature Error
Hi, When packaging an application using JDK 17 and the latest version of jpackage I get the below error when uploading to the App Store. All test prior to uploading complete just fine. I think it might be realated to the structure of the .app folder but not sure, any ideas would be helpful ITMS-90238: Invalid Signature - The main app bundle Test at path Test.app has following signing error(s): a sealed resource is missing or invalid. Refer to the Code Signing ... and ITMS-90296: App sandbox not enabled - The following executables must include the 'com.apple.security.app-sandbox' entitlement with a Boolean value of true in the entitlements property list: [[Test.app/Contents/MacOS/Test]] The app verifies in Transporter just fine and codesign as well. codesign --verify --verbose=4 'Test.app' Test.app: valid on disk Test.app: satisfies its Designated Requirement Also entitlements seems to be fine. codesign -d --entitlements :- ./Test.app/Contents/MacOS/Test Executable=/Users/ryan/flat/Test.app/C
Replies
3
Boosts
0
Views
1.6k
Activity
Sep ’21
Xcode 13 beta 5 cannot submit TF builds
The usual problem, has to happen at least once each summer I suppose :) Could the person responsible take a moment and update the relevant records please? It's been days now, thanks! ERROR ITMS-90744: Unsupported Xcode or SDK Version. Your app was built with a version of Xcode or SDK that is not yet supported for upload to App Store Connect. For more information about supported versions of Xcode and SDK for Testflight or App Store submissions, view the App Store Connect What's New page (https://developer.apple.com/app-store-connect/whats-new/).
Replies
6
Boosts
0
Views
2.3k
Activity
Oct ’21
Enterprise developer program, 'Unable to install "my app". Please try again later.' on iOS 14 devices.
used https server and ssl TLS version is v1.2 certifications wasn't wrong itms, download link wasn't wrong Only iOS 14.* gets an error but Xcode-device iOS14 simulator install is success Other iOS version devices were success Here this my log, plz help me.. Download failed with error: Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo={NSErrorFailingURLKey=https://www.*/path1/path2/*appname***.ipa, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSURLErrorFailingURLSessionTaskErrorKey=BackgroundDataTask .<9>, NSURLErrorRelatedURLSessionTaskErrorKey=( BackgroundDataTask .<9>, LocalDataTask .<9> ), NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLStringKey=https://www.*/path1/path2/*appname*.ipa, kCFStreamErrorDomainKey=3, kCFStreamErrorCodeKey=-9824} ... installcoordinationd -[IXSClientConnection remotepr
Replies
1
Boosts
0
Views
2.6k
Activity
Sep ’21