CFBundleIconName

bill banks 6 Reputation points
2021-06-09T18:21:42.853+00:00

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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,319 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Kyle Wang 5,531 Reputation points
    2021-06-10T03:30:27.58+00:00

    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.

    0 comments No comments

  2. DRutter 1 Reputation point
    2021-07-19T20:45:01.97+00:00

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


  3. Michael B Puckett 0 Reputation points
    2024-05-31T15:08:55.19+00:00

    Info.plist does not show a Visual Assets tab :/

    0 comments No comments