Search results for

“ITMS-90158”

1,697 results found

Post

Replies

Boosts

Views

Activity

ITMS-90426: Invalid Swift Support
Good day, I've uploaded a build to TestFlight, but received an automated response with the following error: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. Our project started in Objective-C and have mixed swift class and pods. The last uploaded build without any automated response was Nov 8, 2023. I'm using XCode Version 26.0.1 (17A400). I've tried every way i found in internet and i'm not able to find any solution for this. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES use_frameworks! :linkage => :dynamic (in pods) We would appreciate any assistance in clarifying why this issue is occurring and how we should proceed to address it. Your guidance would mean a lot. Thank you.
1
0
206
Nov ’25
ITMS-90398: Invalid WatchKit support
Does anyone encounter this email from the Apple Store Connect? Please correct the following issues and upload a new binary to App Store Connect. ITMS-90398: Invalid WatchKit support - The bundle contains architectures that aren’t allowed or is missing architectures that are required. Verify in the Xcode build settings that the architectures on which your app is built are correct. I'm trying to upload my app with a WatchKit app and WatchKit extension. I'm using standard architecture in build setting architectures settings for my iOS, WatchKit app and WatchKit Extension. I also added excluded architecture of armv7 for the iOS and none for the watchkits. The minimum build deployment for iOS is 12.0 and 4.0 for watchOS. Im using Xcode Version 16.4 (16F6)
1
0
94
Jun ’25
ITMS-90725: SDK Version Issue
While deploying the apps to app store connect, I am getting a mail from app store connect stating: ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later. For context, my minimum deployment version is set to 15.0 and building the apps with xcode 13.4 (ios 15.5). Can anyone please help me with this.
8
0
20k
Mar ’23
ITMS-90023 Missing icon
When I go to upload my app to iTunes (like I've done successfully before), it now gives me an ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.However, the icon file IS there, and the reference to it in plist appears to be correct. What am I missing? What should I check, in what order? I'm not a native Mac user. I'm a windows developer, using Cordova to build mobile apps. I only use the Mac for Apple deployments.On a secondary rant... I can put out an Android AND website release in 5 minutes, but end up spending HOURS on the Apple deployments. Why can't Apple just scale the icon by default and allow overrides for specific resolutions? I'm sure we can find a college freshman to explain image scaling to them. This requiring dozens of icon files is ridiculous. I'm now on my 2nd DAY of trying to fix the Apple deploy. Somebody help!-- one very frustrated developer
5
0
2.9k
Jul ’16
ITMS-90338: Non-public API usage and ITMS-90426: Invalid Swift Support in Expo
Hello, I tried to push a build to TestFlight and received these two errors a few weeks ago. Dear Developer, We identified one or more issues with a recent delivery for your app, App Name. Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public selectors in : _isKeyDown, _modifiedInput, _modifierFlags, determineAppInstallationAttributionWithCompletionHandler:, handleNotification:, isPassthrough, lookupAdConversionDetails:, onSuccess:, removeValuesForKeys:completion:, transform:, viewManager. 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-9
3
0
1.5k
Aug ’22
ITMS-90427
Does anyone know where this is wrong?We identified one or more issues with a recent delivery for your app, Press Voice 1.4.5 (15). Please correct the following issues, then upload again.ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/Press Voice.app/Frameworks.
3
0
3.6k
Jan ’20
Error ITMS-90046 XCode 8
After installation of XCode 8 and project migration to Swift 2.3 I started to seeing this message on archive uploading to TestFlight:ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'AAA00AAAAA.myAppId' for key 'application-identifier' in 'Payload/myApp.app/myApp' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier.Can anyone help me, please?
2
0
1.7k
Sep ’16
ITMS-90427: Invalid Swift Support
Hi, I'm using React-Native and XCode 12.5.1. Since the last update of XCode, I receive this error by mail when I upload my archive : We identified one or more issues with a recent delivery for your app, *** 1.28.5 (83). Please correct the following issues, then upload again. ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/***.app/Frameworks. I don't touch anything, but I can't put a new buld on the App Store...
2
0
2.0k
Sep ’21
ITMS-90426: Invalid Swift Support
Hi,Having issues uploading our build to App Store Connect for use in TestFlight. We get a success when building through Xcode, but we get an email after it uploads via archive manager stating ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.. We have confirmed that we don't have any Swift dependencies and that we are running the latest Xcode (v11.3.1). We've also tried to build/deploy this on multiple computers with the same error. Our app was built using Unity, then brought into Xcode to build/deploy from there. We have never had any Swift dependencies in our project. We are able to deploy directly to our devices, but it seems that the only time we run into issues is trying to. Any help is appreciated.
8
0
15k
Feb ’20
ITMS-90809: Deprecated UIWebView API Usage
• I was using aframework that use UIWebView, that's why when i upload a binnary at iTunnesConnect I got following warning from apple guys...ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.• To solve this I remove that framework clean the build, validate build from xCode validator and upload again. But still getting same email.Can someone suggest me what i do next?
1
0
2.1k
Oct ’19
ITMS-90078: Missing potentially required entitlement
I am trying to create an app with push notification implementation using Flutter. However, when I upload the build file to TestFlight, I receive an email notification with the error ITMS-90078: Missing potentially required entitlement. I have checked Push Notifications in Capabilities under Identifiers in Certificates, Identifiers & Profiles The Capabilities in Xcode are also set as shown below I can't figure out what the cause is. I would appreciate if you could help me.
0
0
959
Dec ’24
ERROR ITMS-90045: "Invalid Code Signing Entitlements.
hola ! Tengo el siguiente problema al publicar en app store un archivo ipa ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleDisplayName' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleIdentifier' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleName' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleS
1
0
826
May ’21
Application Loader error ITMS-90098
Hi all,This morning i tried to upload my application to itunes store to review it.I used the Application Loader from Apple to do this job but, after few minutes, the process failed with this error during the uploading:ERROR ITMS-90098: This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'bluetooth-le' which is incompatible with the MinimumOSVersion value '9.0'I put the key bluetooth-le in the application .plist to force the installation only on the compatible devices. (because the ios app will communicate trought BTLE with a specific device.)Thanks in advance.
1
0
809
Oct ’15
ITMS-91061: Missing privacy manifest
I have these two pods: Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac they are showing this error: ITMS-91061: Missing privacy manifest I've tried manually making privacy files, I've tried updating the SDK's too. I cant update them because firebase depends on GTM Session at a lower version and if I update, MLKit depends on toolbox (even though its deprecating) If I upgrade then the whole project explodes. What do I do. I need help. this is all I get and it doesn't help: https://developer.apple.com/support/third-party-SDK-requirements
2
0
4.3k
Feb ’25
ITMS-90426: Invalid Swift Support
Good day, I've uploaded a build to TestFlight, but received an automated response with the following error: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. Our project started in Objective-C and have mixed swift class and pods. The last uploaded build without any automated response was Nov 8, 2023. I'm using XCode Version 26.0.1 (17A400). I've tried every way i found in internet and i'm not able to find any solution for this. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES use_frameworks! :linkage => :dynamic (in pods) We would appreciate any assistance in clarifying why this issue is occurring and how we should proceed to address it. Your guidance would mean a lot. Thank you.
Replies
1
Boosts
0
Views
206
Activity
Nov ’25
ITMS-90398: Invalid WatchKit support
Does anyone encounter this email from the Apple Store Connect? Please correct the following issues and upload a new binary to App Store Connect. ITMS-90398: Invalid WatchKit support - The bundle contains architectures that aren’t allowed or is missing architectures that are required. Verify in the Xcode build settings that the architectures on which your app is built are correct. I'm trying to upload my app with a WatchKit app and WatchKit extension. I'm using standard architecture in build setting architectures settings for my iOS, WatchKit app and WatchKit Extension. I also added excluded architecture of armv7 for the iOS and none for the watchkits. The minimum build deployment for iOS is 12.0 and 4.0 for watchOS. Im using Xcode Version 16.4 (16F6)
Replies
1
Boosts
0
Views
94
Activity
Jun ’25
ITMS-90725: SDK Version Issue
While deploying the apps to app store connect, I am getting a mail from app store connect stating: ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later. For context, my minimum deployment version is set to 15.0 and building the apps with xcode 13.4 (ios 15.5). Can anyone please help me with this.
Replies
8
Boosts
0
Views
20k
Activity
Mar ’23
ERROR ITMS-4238: "Redundant Binary Upload"
hi, today uploading my app update with xcode i get this:ERROR ITMS-4238: Redundant Binary Upload. There already exists a binary upload with build version '4.2' for train '4.2' at SoftwareAssets/PreReleaseSoftwareAssetwhy?
Replies
6
Boosts
0
Views
7k
Activity
Jun ’15
ITMS-90023 Missing icon
When I go to upload my app to iTunes (like I've done successfully before), it now gives me an ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.However, the icon file IS there, and the reference to it in plist appears to be correct. What am I missing? What should I check, in what order? I'm not a native Mac user. I'm a windows developer, using Cordova to build mobile apps. I only use the Mac for Apple deployments.On a secondary rant... I can put out an Android AND website release in 5 minutes, but end up spending HOURS on the Apple deployments. Why can't Apple just scale the icon by default and allow overrides for specific resolutions? I'm sure we can find a college freshman to explain image scaling to them. This requiring dozens of icon files is ridiculous. I'm now on my 2nd DAY of trying to fix the Apple deploy. Somebody help!-- one very frustrated developer
Replies
5
Boosts
0
Views
2.9k
Activity
Jul ’16
ITMS-90338: Non-public API usage and ITMS-90426: Invalid Swift Support in Expo
Hello, I tried to push a build to TestFlight and received these two errors a few weeks ago. Dear Developer, We identified one or more issues with a recent delivery for your app, App Name. Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public selectors in : _isKeyDown, _modifiedInput, _modifierFlags, determineAppInstallationAttributionWithCompletionHandler:, handleNotification:, isPassthrough, lookupAdConversionDetails:, onSuccess:, removeValuesForKeys:completion:, transform:, viewManager. 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-9
Replies
3
Boosts
0
Views
1.5k
Activity
Aug ’22
ITMS-90427
Does anyone know where this is wrong?We identified one or more issues with a recent delivery for your app, Press Voice 1.4.5 (15). Please correct the following issues, then upload again.ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/Press Voice.app/Frameworks.
Replies
3
Boosts
0
Views
3.6k
Activity
Jan ’20
Error ITMS-90046 XCode 8
After installation of XCode 8 and project migration to Swift 2.3 I started to seeing this message on archive uploading to TestFlight:ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'AAA00AAAAA.myAppId' for key 'application-identifier' in 'Payload/myApp.app/myApp' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier.Can anyone help me, please?
Replies
2
Boosts
0
Views
1.7k
Activity
Sep ’16
ITMS-90427: Invalid Swift Support
Hi, I'm using React-Native and XCode 12.5.1. Since the last update of XCode, I receive this error by mail when I upload my archive : We identified one or more issues with a recent delivery for your app, *** 1.28.5 (83). Please correct the following issues, then upload again. ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/***.app/Frameworks. I don't touch anything, but I can't put a new buld on the App Store...
Replies
2
Boosts
0
Views
2.0k
Activity
Sep ’21
ITMS-90426: Invalid Swift Support
Hi,Having issues uploading our build to App Store Connect for use in TestFlight. We get a success when building through Xcode, but we get an email after it uploads via archive manager stating ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.. We have confirmed that we don't have any Swift dependencies and that we are running the latest Xcode (v11.3.1). We've also tried to build/deploy this on multiple computers with the same error. Our app was built using Unity, then brought into Xcode to build/deploy from there. We have never had any Swift dependencies in our project. We are able to deploy directly to our devices, but it seems that the only time we run into issues is trying to. Any help is appreciated.
Replies
8
Boosts
0
Views
15k
Activity
Feb ’20
ITMS-90809: Deprecated UIWebView API Usage
• I was using aframework that use UIWebView, that's why when i upload a binnary at iTunnesConnect I got following warning from apple guys...ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.• To solve this I remove that framework clean the build, validate build from xCode validator and upload again. But still getting same email.Can someone suggest me what i do next?
Replies
1
Boosts
0
Views
2.1k
Activity
Oct ’19
ITMS-90078: Missing potentially required entitlement
I am trying to create an app with push notification implementation using Flutter. However, when I upload the build file to TestFlight, I receive an email notification with the error ITMS-90078: Missing potentially required entitlement. I have checked Push Notifications in Capabilities under Identifiers in Certificates, Identifiers & Profiles The Capabilities in Xcode are also set as shown below I can't figure out what the cause is. I would appreciate if you could help me.
Replies
0
Boosts
0
Views
959
Activity
Dec ’24
ERROR ITMS-90045: "Invalid Code Signing Entitlements.
hola ! Tengo el siguiente problema al publicar en app store un archivo ipa ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleDisplayName' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleIdentifier' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleName' in 'Payload/sul.iOS.app/sul.iOS' is not supported. ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'CFBundleS
Replies
1
Boosts
0
Views
826
Activity
May ’21
Application Loader error ITMS-90098
Hi all,This morning i tried to upload my application to itunes store to review it.I used the Application Loader from Apple to do this job but, after few minutes, the process failed with this error during the uploading:ERROR ITMS-90098: This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'bluetooth-le' which is incompatible with the MinimumOSVersion value '9.0'I put the key bluetooth-le in the application .plist to force the installation only on the compatible devices. (because the ios app will communicate trought BTLE with a specific device.)Thanks in advance.
Replies
1
Boosts
0
Views
809
Activity
Oct ’15
ITMS-91061: Missing privacy manifest
I have these two pods: Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac they are showing this error: ITMS-91061: Missing privacy manifest I've tried manually making privacy files, I've tried updating the SDK's too. I cant update them because firebase depends on GTM Session at a lower version and if I update, MLKit depends on toolbox (even though its deprecating) If I upgrade then the whole project explodes. What do I do. I need help. this is all I get and it doesn't help: https://developer.apple.com/support/third-party-SDK-requirements
Replies
2
Boosts
0
Views
4.3k
Activity
Feb ’25