Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
96 views
in Technique[技术] by (71.8m points)

Flutter submission to iOS

This the bottom part of the slotsMy Asset.xcassetsI was able to upload to Apple store succesfully from xcode 12 but in less than 2 minutes, I always get email from apple with this error

ITMS-90713: Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'com.logXXXhift.rccXXX'. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.

However, I've checked the Info.plist and the <key>CFBundleIconName</key> <string>AppIcon</string> is there.

The Assets.xcassets is also there, I've added the right format of icons with name as AppIcon.

It validates successfully and distribution also successful but apple will just send mail with the same error in few minutes after upload.

Is this because I'm uploading a flutter app or it's a common issue with iOS? Any form of assistance will be appreciated please.

question from:https://stackoverflow.com/questions/65882137/flutter-submission-to-ios

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Check target membership box under identity inspector. And try again.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...