Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

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
Validation fails with selector not found, submission fails with ITMS-90168
I am having trouble submitting my app with an iMessage extension to App Store.Using Xcode 8b4, I can export my app fine for AdHoc distribution over Hockeyapp.However when I try to use TestFlight, validation fails with [_NSCFConstantString isFileURL]: unrecognized selector sent to instance…I have no `isFileURL` calls in my code. I assume this is Xcode internal.Trying to submit the app anyway results in an ITMS-90168 invalid binary error:Anybody having similar issues?
2
0
506
Aug ’16
ITMS-90809: Deprecated API Usage - UIWebView are no longer accepted
Facing this below issue even my app is not using UIWebView any where ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). We submitted the apps to store that does not contain UIWebview. how to solve it
0
0
547
Apr ’21
tvOS Upload Error ITMS-90471 Missing Images
When attempting a routine* update to my tvOS app, I'm getting blocked by uploading from both Xcode and Application Loader with three errors:iTunes Store Operation FailedERROR ITMS-90471: Missing Image Asset. Your app is missing the Home Screen Icon asset in 'Payload/Lightbow.app'.ERROR ITMS-90471: Missing Image Asset. Your app is missing the App Store Icon asset in 'Payload/Lightbow.app'.ERROR ITMS-90471: Missing Image Asset. Your app is missing the Top Shelf Image Wide asset in 'Payload/Lightbow.app'.These assets exist, same as they ever did, in an asset catalog that was set up by Xcode. I deleted my asset catalog, manually re-added all my assets to a freshly created asset catalog with freshly-created Brand Assets folder inside with the templates usually there for tvOS, Cleaned, Nuked Derived Data folder, restarted Xcode, built a fresh archive and tried to upload to the App Store. Same result.Anybody else run into this or have a fix? I'm on Xcode 9.1 (9B55) and I believe the last s
8
0
3.3k
Nov ’17
ITMS-90424: Invalid Swift Support
Hello I have a problem with Xcode when I want to publish my archive on Appstore Connect, everything goes well, but once the application sent I receive an e-mail from App Store Connect with the following error :Dear Developer,We identified one or more issues with a recent delivery for your app, Notorioustrade 1.4 (1). Please correct the following issues, then upload again.ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.Best regards,The App Store TeamConfiguration :Mac Os Mojave 10.14.16Xcode Version 11.2.1 (11B500)My application is a simple WKWebView with cocoapods for OneSignal Notification extension.I really need Help, i have try to call Apple but the services don't know where the problem come from.
16
0
29k
Nov ’19
ITMS-90863: Macs with Apple silicon support issue (HomeKit library)
Recently I started getting emails from AppStoreConnect when I submit new builds. The email states: ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftHomeKit.dylib I can run this app on Apple Silicon from TestFlight or directly from Xcode and it runs just fine including all HomeKit functions. This app has been using HomeKit for several years now. This issue seems to be the same kind of this other about CloudKit, but with HomeKit libs: https://developer.apple.com/forums/thread/756325 Please, how it can be fixed? Many thanks.
2
0
585
Dec ’24
ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier
Hi Everyone, I have an iPhone app with watch app and extension. I'm getting the following error when building: ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app. The thing is I always used the second id (yes with triple p). I already check my identifiers on developer.apple site, there is no identifier with watchkitapp but watchkitappp is. Same for the XC side. When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string. Any help is appreciated. Thx.
10
0
5.1k
Feb ’21
ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match
I am trying to upload a new build of my app from the new Xcode 14.1 RC but it keeps failing with the below error: ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. My bundle contains a watchOS 4.3 app which I thought might have been an issue, so I tried increasing it to watchOS 7.0 but still got the error. Bitcode is disabled for all targets. I don't have post-processing enabled either.
12
0
4.7k
Oct ’22
Reply to Uploading iOS 11 SDK builds failing?
The errors are:iTunes Store Operation FailedERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedERROR 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.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedWARNING ITMS-90704: Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not inclu
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’17
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
Validation fails with selector not found, submission fails with ITMS-90168
I am having trouble submitting my app with an iMessage extension to App Store.Using Xcode 8b4, I can export my app fine for AdHoc distribution over Hockeyapp.However when I try to use TestFlight, validation fails with [_NSCFConstantString isFileURL]: unrecognized selector sent to instance…I have no `isFileURL` calls in my code. I assume this is Xcode internal.Trying to submit the app anyway results in an ITMS-90168 invalid binary error:Anybody having similar issues?
Replies
2
Boosts
0
Views
506
Activity
Aug ’16
ITMS-90809: Deprecated API Usage - UIWebView are no longer accepted
Facing this below issue even my app is not using UIWebView any where ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). We submitted the apps to store that does not contain UIWebview. how to solve it
Replies
0
Boosts
0
Views
547
Activity
Apr ’21
Reply to URL scheme for the Movies app
I don't have the device yet, so I couldn't try this: Is itms:// registered by the store app on tvOS?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
Reply to itmsservices not working in iOS 11 beta
Hi Mate ,Any luck to work ITMS Service Protocol in iOS 11 ?BIrju
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’18
tvOS Upload Error ITMS-90471 Missing Images
When attempting a routine* update to my tvOS app, I'm getting blocked by uploading from both Xcode and Application Loader with three errors:iTunes Store Operation FailedERROR ITMS-90471: Missing Image Asset. Your app is missing the Home Screen Icon asset in 'Payload/Lightbow.app'.ERROR ITMS-90471: Missing Image Asset. Your app is missing the App Store Icon asset in 'Payload/Lightbow.app'.ERROR ITMS-90471: Missing Image Asset. Your app is missing the Top Shelf Image Wide asset in 'Payload/Lightbow.app'.These assets exist, same as they ever did, in an asset catalog that was set up by Xcode. I deleted my asset catalog, manually re-added all my assets to a freshly created asset catalog with freshly-created Brand Assets folder inside with the templates usually there for tvOS, Cleaned, Nuked Derived Data folder, restarted Xcode, built a fresh archive and tried to upload to the App Store. Same result.Anybody else run into this or have a fix? I'm on Xcode 9.1 (9B55) and I believe the last s
Replies
8
Boosts
0
Views
3.3k
Activity
Nov ’17
error itms-90639 “invalid binary”
have an emoji keyboard app selling on the app store and im trying to replace it with the new IOS 10 iMessaging app and keep getting this error. anyone seen this issue? see picture in link belowThankshttp://i.stack.imgur.com/mTBAW.jpg
Replies
0
Boosts
0
Views
277
Activity
Sep ’16
ITMS-90539: Invalid nested bundle?
I just got my first version of an app with watchOS support ready. The iOS app has 6 embedded frameworks and the watchOS 3 embedded frameworks. Upon delivering to iTunesConnect I'm cursed with the following error:So... three embedded frameworks are exceeding the maximum number of nested frameworks? Really?
Replies
2
Boosts
0
Views
1k
Activity
Apr ’17
ITMS-90424: Invalid Swift Support
Hello I have a problem with Xcode when I want to publish my archive on Appstore Connect, everything goes well, but once the application sent I receive an e-mail from App Store Connect with the following error :Dear Developer,We identified one or more issues with a recent delivery for your app, Notorioustrade 1.4 (1). Please correct the following issues, then upload again.ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.Best regards,The App Store TeamConfiguration :Mac Os Mojave 10.14.16Xcode Version 11.2.1 (11B500)My application is a simple WKWebView with cocoapods for OneSignal Notification extension.I really need Help, i have try to call Apple but the services don't know where the problem come from.
Replies
16
Boosts
0
Views
29k
Activity
Nov ’19
ITMS-90863: Macs with Apple silicon support issue (HomeKit library)
Recently I started getting emails from AppStoreConnect when I submit new builds. The email states: ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftHomeKit.dylib I can run this app on Apple Silicon from TestFlight or directly from Xcode and it runs just fine including all HomeKit functions. This app has been using HomeKit for several years now. This issue seems to be the same kind of this other about CloudKit, but with HomeKit libs: https://developer.apple.com/forums/thread/756325 Please, how it can be fixed? Many thanks.
Replies
2
Boosts
0
Views
585
Activity
Dec ’24
ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier
Hi Everyone, I have an iPhone app with watch app and extension. I'm getting the following error when building: ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app. The thing is I always used the second id (yes with triple p). I already check my identifiers on developer.apple site, there is no identifier with watchkitapp but watchkitappp is. Same for the XC side. When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string. Any help is appreciated. Thx.
Replies
10
Boosts
0
Views
5.1k
Activity
Feb ’21
ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match
I am trying to upload a new build of my app from the new Xcode 14.1 RC but it keeps failing with the below error: ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. My bundle contains a watchOS 4.3 app which I thought might have been an issue, so I tried increasing it to watchOS 7.0 but still got the error. Bitcode is disabled for all targets. I don't have post-processing enabled either.
Replies
12
Boosts
0
Views
4.7k
Activity
Oct ’22
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
Reply to Uploading iOS 11 SDK builds failing?
The errors are:iTunes Store Operation FailedERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedERROR 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.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedWARNING ITMS-90704: Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not inclu
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’17
Reply to Can't submit app to iTunesConnect
Hi guys.. Add me to the list of complaints. getting same ITMS-3000 error message
Replies
Boosts
Views
Activity
Jul ’15