简体   繁体   中英

Can't upload .ipa from Xcode 11 - "The Info.plist indicates an iOS app, but submitting a pkg or mpkg"

I have an ios app in flutter and trying to submit app to apple store using Xcode. But getting below error while it starts uploading.

"The Info.plist indicates an iOS app, but submitting a pkg or mpkg"

As per other suggestions, I have checked my minimum version in info.plist and it's 13.

I have also tried to export file but it's not exporting only .ipa file now and exporting multiple files in a folder.

Thanks

This issue commonly caused by LSMinimumSystemVersion . You should remove it from the Info.plist inside of your app. That value is for macOS only.

If that's not the case, then just create a new dummy Xcode project and compare its Info.plist to the one in your project. So, you can notice something unusual.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM