Well that wasn’t it either. I manually added the Icon Bundle Name “Icon Name” to the plist also and verified it is in the IPA that was packaged up. Nothing.
Still getting:
CFBundleIconName is missing in the bundle
These are the custom items I added to the plist. I verified they are in the packed plist.
<key>CFBundleIconFiles</key>
<array>
<string>Icon29.png</string>
<string>Icon29@2x.png</string>
<string>Icon40.png</string>
<string>Icon40@2x.png</string>
<string>Icon57.png</string>
<string>Icon57@2x.png</string>
<string>Icon60@2x.png</string>
<string>Icon60@3x.png</string>
</array>
<key>CFBundleIconName</key>
<string>PROJECTNAME</string>
iOS dev is such a joy…