Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

ITMS-90892: Missing recommended icon error from Apple App Store
I get this error when submitting my app to the App Store recently. . 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. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See ... It's related to the alternate icons in the app structure and the names I think but has nothing to do with the assets catalog. In my app a user can choose and icon for the Home Screen. I have 4 icons to choose and 4 sizes for each icon named e.g. - AA_appIcon@2x AA_appIcon@2x~iPad AA_appIcon@3x AA_appIcon83.5@2x~iPad and it used to work fine, but now I get this error for the one name AA_appIcon83.5@2x~iPad. It is in the correct size 167x167, so not sure what the problem is. It just happen in the last few days, didn't happen on my previous submission a month ago. The n
1
0
2.5k
Jul ’21
XCode 11.3 (11C29) unable to submit an iOS 12.1 app (itms-90725)
Since Saturday Dec 28th 2019 (about 10am PST) I am no longer able to submit a build for testing in TestFlight, the error I receive is:ERROR ITMS-90725: SDK Version Issue. This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 11 SDK or later, included in Xcode 9 or later. Further, starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.The steps I take are, Open Xcode, Product -> Archive and then just click through the process to auto-sign etc. and upload. I am running Xcode 11.3 and tried building for iOS 12.0 / 12.1 & 13.2 all result in the same error since Saturday 12/28 10am PST.I've gone back in our git history and synced to the code last submitted on 12/26 and bumped the build number and get the same error, I deleted the entire project folder and cloned the repository again to no avail, rebooted my system still no dice.So I did another test, ran 'Validate Ap
5
0
1.2k
Dec ’19
iOS 16.0 (20A5339d) itms-service cant work
download succeeded, but installation failed: Aug 12 17:28:48 taketekiiPhone installd(MobileSystemServices)[344] : 0x16f213000 -[MIInstaller _bundleInDirectory:withBundleID:error:]_block_invoke: Ignoring non-target app bundle Dungeon.app with bundle ID com.rscube.dungeon.dev while exploring /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.sHH8DP/extracted/Payload Aug 12 17:28:48 taketekiiPhone installd(MobileSystemServices)[344] : 0x16f213000 -[MIInstaller _bundleInDirectory:withBundleID:error:]: 450: The item being installed did not contain an app with bundle ID com.rscube.dungon.dev, but it did contain app(s) with bundle ID(s): {( com.rscube.dungeon.dev )}
1
0
963
Aug ’22
ITMS-90809: Deprecated API Usage , but there is no UIWebView...
I am lost now with apple's warningITMS-90809: Deprecated API Usagesaying that the submitted app contains UIWebView.I have removed all UIWebView in the source code, going as far as even removing it in comments. Search function in Xcode and in Finder show no result.All pods have been brought to the latest version.Running nm myapp | grep UIWeb for framework in Frameworks/*.framework; do fname=$(basename $framework .framework) echo $fname nm $framework/$fname | grep UIWeb donenicely lists all frameworks as being clean.So where else could a UIWebView be hiding?
2
0
1.4k
Apr ’20
Testflight Validate ERROR ITMS-90778 NDEF is disallowed
I am trying to upload my app to TestFlight, which using CoreNFCUnfortunately, I got the error message on Testflight Validate part in (SDK version 13 and 13.1).I already tried [this]: Xcode 11 beta can't upload app to TestFlightbut it will Lose NDEF function [this]: https://stackoverflow.com/a/58128365/5588637Error messages: Invalid entitlement for core nfc framework The sdk version 13.0 and min OS version 13.0 are not compatible for the entitlement 'com. Apple developer nfc. Readersession formats because NDEF is disallowedI already choose target iOS 13.1 in XCode, but also have this error.image 1: https://user-images.githubusercontent.com/19588517/65782718-dceb9180-e180-11e9-88d9-d21c2dcb5701.pngimage 2: https://user-images.githubusercontent.com/19588517/65782843-263be100-e181-11e9-8639-48fb64c5e08d.png
16
0
14k
Sep ’19
xCode - ITMS-90111: Unsupported SDK or Xcode version
When I try to upload an app to the AppStore, I receive following feedback: I had Xcode 16 with visionOS installed. Because of the feedback, I switched back to Xcode 15.3 with visionOs 1.0. I archived it again and tried to upload the app again. But I still receive the same feedback. I also tried https://stackoverflow.com/questions/56518791/app-store-refuses-my-update-after-installing-xcode-11-beta-with-keeping-xcode-10/56623421#56623421, but it seems that there is no such property for visionOS in the info.plist I do not have any further ideas...
2
0
1.1k
Jun ’24