Search results for

“ITMS-90158”

1,697 results found

Post

Replies

Boosts

Views

Activity

ITMS-90426: Invalid Swift Support
After using iOS16's new feature AppIntents, AppStore review is failed: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. I tried all methods in internet, but they all not work. Such as: I'm using the public version of Xcode I'm not using Ad hoc cert or .pp file I tried archive manually without using fastlane I tried change the Always Embed Swift Standard Libraries The only changes is iOS16's AppIntents. Before i use AppIntent, it works fine. After i use AppIntent, it failed. Only one commit between 2 .ipa. Can anyone help me? Many thanks.
1
0
1.5k
Mar ’23
ERROR ITMS-4236
Hi,We seemed to have reached an impasse with Apple support and after sending all relevent information at their request have not recieved a reply, so checking here to see if anyone can help. Thank you in advance.We are getting the following error, eventhough we have incremented the build number as required:xcode settings are:Additional notes:The team is not set in the identity settings, but we we build the project using the following commands:> xcodebuild archive -project /path/to/project/output/Take7_IOS_Release/Take7/Unity-iPhone.xcodeproj -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -scheme Unity-iPhone > xcodebuild -exportArchive -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -exportPath /path/to/project/output/Take7.ipa -exportFormat ipa -exportProvisioningProfile T7-Dist_Store This all works without giving us any code-signing identity errors
3
0
1.3k
Aug ’15
ERROR ITMS-90362
The value for the key 'NSExtensionActivationRule' in bundle InsightOneBeta.app/PlugIns/ViewController.appex is invalid. Please refer to the App Extension Programming Guide. NSExtensionAttributes NSExtensionActivationRule TRUEPREDICATE NSExtensionServiceAllowsFinderPreviewItem Trying to upload to App Store connect but it gives me the following error every time and I am not sure what to try.
0
0
410
Jan ’21
itms error 90684
itunesconnect starts giving following error from 5-oct-2016:The Info.plist file at MyApp.app/Theme/QM-Classic/info.plist is currently named info.plist. Info.plist filename is case-sensitive and must be exactly named as 'Info.plist'Interestingly, I successfully uploaded my another app with the same usage a few hours earlier.My app correctly contains one 'Info.plist' at the root. This other 'info.plist' file is not at the root of app and is for internal app use. Correcting this will need a lot of changes in my 6 years old app.
1
0
765
Oct ’16
ITMS-90683: NSMotionUsageDescription
I've received this email when attempting to upload my app to test flight, but I have a long description like This app collects motion data to track user activity and provide accurate workout insights. Motion tracking helps improve fitness and health-related features. specified in the project.pbxproj file, which is where all of these parameters are (and where I've specified them in the past).
1
0
368
Feb ’25
keep getting this error ITMS-90035
I am trying to submit an old app, but keep getting this errorERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.htmlERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc
0
0
1.5k
May ’16
ERROR ITMS-900158 while submitting application on itunes
ERROR ITMS-900158 :The following URL scheme found in your app are not in correct format: http://luvit.symphony-software.com/components/com_luvit/paypal/luvit.php . URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only.Please see RFC1738 for more detail.Please help me with this issue as im not getting where im going wrong.
1
0
1.5k
Oct ’15
ERROR ITMS-90347: Bad bundle identifier.
A new error is occurring while uploading our app which includes an extension with a bundle identifier in the format xxx.yyy.zzz. The xxx is our application bundle identifier. We're receiving the following error message when submitting to the App Store:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier xxx.yyy.zzz of the application extension xxx.app/Plugins/xxxExtension.appex should start with the application's bundle identifier xxx and not contain more than one period . after the application bundle ID.We've been using this bundle ID for a few months now with no issues. Has anyone else gotten this error or could someone from Apple please comment?Thanks,Bobby
19
0
31k
Aug ’15
Error ITMS-90085: "No architectures found..."
I'm stuck with this error message a day ago. I wanted to upload new version of ios app, but I always get this error message: ERROR ITMS-90085: No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. I tried to create a new app under new bundle id, and the same error occured. I tried to upload from Cordova and by Application loader 3.1 as well, with the same result.My app is generated by cordova and archived by Xcode but it runs on simulator, physical devices, last week version was uploaded, I don't kown what to do now.
1
0
3.1k
Aug ’16
ITMS-90338: Non-public API usage
When I uploaded build on TestFlight its processing and then rejected because of following response 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/
0
0
449
Jul ’22
ERROR ITMS-90725: SDK version issue.
ERROR ITMS-90725: SDK version issue. This app was built with the iOS 15.2 SDK. All iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. Submits my app to testFlight but I am facing this error. I updated but it didn't fix macOS: Big Sur 11.7.7 Xcode: 13.2.1
Replies
2
Boosts
0
Views
1.6k
Activity
May ’23
ITMS-90426: Invalid Swift Support
After using iOS16's new feature AppIntents, AppStore review is failed: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. I tried all methods in internet, but they all not work. Such as: I'm using the public version of Xcode I'm not using Ad hoc cert or .pp file I tried archive manually without using fastlane I tried change the Always Embed Swift Standard Libraries The only changes is iOS16's AppIntents. Before i use AppIntent, it works fine. After i use AppIntent, it failed. Only one commit between 2 .ipa. Can anyone help me? Many thanks.
Replies
1
Boosts
0
Views
1.5k
Activity
Mar ’23
ITMS-91109 for logo as PNG file of about dialog
Hi, I was notified about quarantine files but I don't know why? ITMS-91109: Invalid package contents - The package contains one or more files with the com.apple.quarantine extended file attribute The mentioned file is to project logo as PNG image. The PNG file is located here: MyApp.app/Contents/Resources
Replies
2
Boosts
0
Views
1.2k
Activity
Nov ’24
ERROR ITMS-4236
Hi,We seemed to have reached an impasse with Apple support and after sending all relevent information at their request have not recieved a reply, so checking here to see if anyone can help. Thank you in advance.We are getting the following error, eventhough we have incremented the build number as required:xcode settings are:Additional notes:The team is not set in the identity settings, but we we build the project using the following commands:> xcodebuild archive -project /path/to/project/output/Take7_IOS_Release/Take7/Unity-iPhone.xcodeproj -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -scheme Unity-iPhone > xcodebuild -exportArchive -archivePath /path/to/project/output/Take7_IOS_Release/Take7.xcarchive -exportPath /path/to/project/output/Take7.ipa -exportFormat ipa -exportProvisioningProfile T7-Dist_Store This all works without giving us any code-signing identity errors
Replies
3
Boosts
0
Views
1.3k
Activity
Aug ’15
ERROR ITMS-90362
The value for the key 'NSExtensionActivationRule' in bundle InsightOneBeta.app/PlugIns/ViewController.appex is invalid. Please refer to the App Extension Programming Guide. NSExtensionAttributes NSExtensionActivationRule TRUEPREDICATE NSExtensionServiceAllowsFinderPreviewItem Trying to upload to App Store connect but it gives me the following error every time and I am not sure what to try.
Replies
0
Boosts
0
Views
410
Activity
Jan ’21
itms error 90684
itunesconnect starts giving following error from 5-oct-2016:The Info.plist file at MyApp.app/Theme/QM-Classic/info.plist is currently named info.plist. Info.plist filename is case-sensitive and must be exactly named as 'Info.plist'Interestingly, I successfully uploaded my another app with the same usage a few hours earlier.My app correctly contains one 'Info.plist' at the root. This other 'info.plist' file is not at the root of app and is for internal app use. Correcting this will need a lot of changes in my 6 years old app.
Replies
1
Boosts
0
Views
765
Activity
Oct ’16
Warning ITMS-90076
This warning appear all times I want to upload a new version to AppStore. How can I fix it?
Replies
1
Boosts
0
Views
916
Activity
Nov ’16
ITMS-90683: NSMotionUsageDescription
I've received this email when attempting to upload my app to test flight, but I have a long description like This app collects motion data to track user activity and provide accurate workout insights. Motion tracking helps improve fitness and health-related features. specified in the project.pbxproj file, which is where all of these parameters are (and where I've specified them in the past).
Replies
1
Boosts
0
Views
368
Activity
Feb ’25
keep getting this error ITMS-90035
I am trying to submit an old app, but keep getting this errorERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.htmlERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc
Replies
0
Boosts
0
Views
1.5k
Activity
May ’16
ERROR ITMS-900158 while submitting application on itunes
ERROR ITMS-900158 :The following URL scheme found in your app are not in correct format: http://luvit.symphony-software.com/components/com_luvit/paypal/luvit.php . URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only.Please see RFC1738 for more detail.Please help me with this issue as im not getting where im going wrong.
Replies
1
Boosts
0
Views
1.5k
Activity
Oct ’15
ERROR ITMS-90347: Bad bundle identifier.
A new error is occurring while uploading our app which includes an extension with a bundle identifier in the format xxx.yyy.zzz. The xxx is our application bundle identifier. We're receiving the following error message when submitting to the App Store:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier xxx.yyy.zzz of the application extension xxx.app/Plugins/xxxExtension.appex should start with the application's bundle identifier xxx and not contain more than one period . after the application bundle ID.We've been using this bundle ID for a few months now with no issues. Has anyone else gotten this error or could someone from Apple please comment?Thanks,Bobby
Replies
19
Boosts
0
Views
31k
Activity
Aug ’15
Error ITMS-90085: "No architectures found..."
I'm stuck with this error message a day ago. I wanted to upload new version of ios app, but I always get this error message: ERROR ITMS-90085: No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. I tried to create a new app under new bundle id, and the same error occured. I tried to upload from Cordova and by Application loader 3.1 as well, with the same result.My app is generated by cordova and archived by Xcode but it runs on simulator, physical devices, last week version was uploaded, I don't kown what to do now.
Replies
1
Boosts
0
Views
3.1k
Activity
Aug ’16
ITMS-90338: Non-public API usage
When I uploaded build on TestFlight its processing and then rejected because of following response 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/
Replies
0
Boosts
0
Views
449
Activity
Jul ’22
Archive submission failed with error, ERROR ITMS-90086.
Application validated sucessfully but when i clicked on submit apps to App store then it show error as following. (Archive submission failed with error). ERROR ITMS-90086 “Missing 64-bit support”.
Replies
1
Boosts
0
Views
455
Activity
Jul ’15
itms-services not working with Azure blob storage SAS URL
When I'm using itms-services://?action=download-manifest&url={URL}, itms-services seem to be working. But, when I'm using itms-services://?action=download-manifest&url={SAS URL}, it doesn't seem to work (nothing happens). Can someone explain the issue and show possible alternatives to this?
Replies
0
Boosts
0
Views
550
Activity
Sep ’22