Post

Replies

Boosts

Views

Activity

Reply to 2021-6 Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle, even then I include CFBundleIconName.
I ran into this problem and after a couple of days of looking for solutions I found the cause. The Preview Assets.xcassets file was in the custom Resources folder, the path to which I specified in BuildSettings - Deployment - Development Assets "myApp/Resources". I created a "Preview Content" folder and moved the Preview Assets.xcassets file into it, also replaced the Development Assets config with "myApp/Resources/Preview Content" and the problem went away. Apple magic.
Jul ’23