question

billbanks-3524 avatar image
1 Vote"
billbanks-3524 asked RobCaplan edited

CFBundleIconName

ITMS-90713: Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'net.ourweb.MyVoiceApp'. 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.

dotnet-xamarin
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleWang-MSFT avatar image
0 Votes"
KyleWang-MSFT answered KyleWang-MSFT edited

Hi billbanks-3524,

Welcome to our Microsoft Q&A platform!

Try the following steps to handle this issue.

First, update Visual Studio to the latest release.

1.Right click info.plist and open it via "iOS Manifest Editor"
2.Go to Visual Assets -> App Icons source and select the source
3.Fill all images placeholders in the AppIcon
4.Edit info.plist via in XML editor and add the following:

 <key>CFBundleIconName</key>
 <string>AppIcon</string>

Or if you are using Visual Studio, try another alternative that archiving the iOS app with Visual Studio for Mac.

Regards,
Kyle


If the response is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DRutter-7176 avatar image
0 Votes"
DRutter-7176 answered DRutter-7176 published

I'm using VS for Mac and do not have iOS Manifest Editor to follow the suggested steps. How do I get the editor?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.