Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

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
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.5k
Sep ’21
Reply to Connect timeout on notarize
The XCode Content Delivery Services framework is just broken. When invoking xcrun altool --notarize-app, the framework uses the embedded JVM at /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/java/bin/java. Using some trickery, I can see the java command being invoked and it does not include the -Dhttps.proxyHost and -Dhttps.nonProxyHosts system properties needed to configure the JVM to use the proxy server. As such, it can never, ever work from a corporate network where a proxy server is required to reach the Internet. See https://docs.oracle.com/javase/8/docs/api/java/net/doc-files/net-properties.html for more information! What am I supposed to do?
Sep ’21
ITMS-90755: Invalid Binary
I've been trying to upload a test build using Xcode 13 to TestFlight but keep getting the following error after build is uploaded successfully: ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: /Volumes/data01/app_data/awf/SWImportWorker-pv50p00ce-swpr152.cse.apple.com-400203/ff08-SoftwareImportWorker-PV_.0/VWBGHTOVAUPPUUZ65REE64UUN4/eqbyjijjamvooymq/exddmvmbsqjsrxwj/Payload/[App Name].app/[App Name]. Remove the instructions from the binaries, rebuild and resubmit. What does this error mean? What are those prohibited instructions? Where to fine them in the app binary? Any guidance is appreciated. Thanks.
2
0
1.6k
Sep ’21
Xcode 13 Beta: CFBundleExecutable Error on Upload
I'm working on a multi-platform iOS and Mac app. When I try and Archive and Distribute to the App Store I run into this issue: ERROR ITMS-90259: Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file. I've verified that the Info.plist for the Mac target has a CFBundleExecutable So, far I've: Tried Xcode 12 & 13 Tried using App Transporter Used Xcode 13 RC and let that auto-generate the Info.plist Recreated the entire project in Xcode 13 I've tried everything I could find online - there's not much - and I can't get the upload to succeed. However, I was able to replicate the issue with an entirely empty project. No dependencies, no code, nothing. The project archives successfully, but the upload fails. Any help would be appreciated. I've spent two days on this already. An example project that fails: https://drive.google.com/file/d/1qUN5lHEWNyNHQV54fYPXMeRsuO-cpHqW/view?usp=sharing
2
0
1.4k
Sep ’21
Invalid Binary issue in flutter IOS build
So, yesterday I build an app for ios, archive it and upload it to AppStore connect through xcode, everything seemed good but after few moments I received an email from apple saying: Dear Developer, We identified one or more issues with a recent delivery for your app, APP-NAME 1.0.1 (2). Please correct the following issues, then upload again. ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: /Volumes/data01/app_data/awf/SWImportWorker-mr47p00ce-swpr0068.cse.apple.com-300252/ff03-SoftwareImportWorker-MR_.0/NYH74E2GDJSTMWPVXUPB4IZWH4/umuagyjihbsjsrpn/wspvjpsuvltmmknh/Payload/Runner.app/Frameworks/App.framework/App. Remove the instructions from the binaries, rebuild and resubmit. Best regards, The App Store Team I tried again with flutter clean and also increased the IOS deployment target but it didn't help. My device's Flutter info: Flutter (Channel stable, 2.5.0, on macOS 11.5.2 20G95 darwin-x64, locale en-PK) • Flutter version 2.5.0 at /Users/niteshkongr
1
0
1.3k
Sep ’21
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
1.9k
Sep ’21
Xcode Cloud + dynamic library package
I'm trying to archive my app via Xcode Cloud and auto-deploy to TestFlight but it fails during Prepare Build for App Store Connect with the following error message: ITMS-90334: Invalid Code Signature Identifier. The identifier CoreImageExtensions-dynamic-555549444e09e22796a23eadb2704bf219d5c1fa in your code signature for CoreImageExtensions-dynamic must match its Bundle Identifier CoreImageExtensions-dynamic CoreImageExtensions-dynamic is a .dynamic library target of a package that we are using. It seems that at some point a UUID is added to the library's identifier, which messes with code signing. When archiving and uploading the app in Xcode directly, everything works just fine. Any idea why this is happening and how I could fix it?
5
0
3k
Sep ’21
Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
Same issue for me. Recently AppStore connect reports these warnings: ITMS-90890: Missing recommended icon - The bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels, ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
Topic: App & System Services SubTopic: Hardware Tags:
Sep ’21
Azure auth URL not supported
ERROR ITMS-90158: The following URL schemes found in your app are not in the correct format: [msauth.com.client.timesheetapp://auth]. 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. Plist contain this URl : msauth.com.client.timesheetapp://auth which is not supported. any suggestion what is the correct format for it. Thank you
1
0
784
Sep ’21
Unexpected CFBundleExecutable Key
My app is rejection ios by mentioning the error message given below ITMS-90535: Unexpected CFBundleExecutable Key - The bundle at '/Payload/Runner.app/Frameworks/App.framework/flutter_assets/ios/Runner/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.
2
0
1.2k
Sep ’21
Siri related App Store submission warning
Getting the following warning on submission: ITMS-90626: Invalid Siri Support - Localized title for custom intent: '---' not found for locale: ... We get a similar warning for Localized description: : Invalid Siri Support - Localized description for custom intent: '---' not found for locale: ... Binary is accepted but would like to stop the warning. This is an intent used for the dynamic configuration of widgets. It is its own Siri extension target which contains the intent definition file. The intent definition is localized correctly (the intent presents one user facing string on the back of the widget that appears correctly in different locales). In the widget case, the title and description are never visible to the user. That's more for other uses of intents, like Shortcuts. Account is the user-facing string and it localizes correctly. I assume the title and description strings the warning mentions are the ones listed in the intent definition file (which are also localized). Thanks for any help!
0
0
1.5k
Sep ’21
Apple Notarisation ERROR ITMS-90732: "The software asset has already been uploaded. The upload ID is XX" at SoftwareAssets/EnigmaSoftwareAsset
Been 5 days on notarisation issues and nowI am stuck and cannot move on. In previous attempts I was able to re-try and re-try but now are stuck when I do: xcrun altool --notarize-app --primary-bundle-id com.company.xxx --username myemail --password @keychain:altool --file pathtomypackage.pkg -asc-provider XXX Snapshot: Error: [2021-08-31 15:13:35 SGT] INFO: Performing authentication of package net.company.xx.itmsp ... [2021-08-31 15:13:35 SGT] DBG-X: Memory: [JVM] 974M free, 1024M total, 2048M max [System] (Physical) 1105M free, 16384M total (Swap) 0 free, 0 total [2021-08-31 15:13:35 SGT] INFO: JSON:{msg:{phase:Upload,count:2,description:Analyzing metadata,index:1},messageType:VerifyProgress} [2021-08-31 15:13:35 SGT] DBG-X: Deflated 572 bytes to 452 [2021-08-31 15:13:35 SGT] DBG-X: Using operation named: validateMetadata [2021-08-31 15:13:35 SGT] DBG-X: Apple's web service operation input parameters: [2021-08-31 15:13:35 SGT] DBG-X: parameter Application = iTMSTransporter [2021-08-31 15:13:35 SGT] DBG-X: pa
7
0
2.3k
Aug ’21