iOS deployment issue - Info.plist key 'CFBundleIconName' is missing in the bundle

Have you set all icons and launch images?

In the last release (1.2.147) we missed one setting, the DTPlatformVersion.
If you have the value 12.1, you need to change it to 8.0

<key>DTPlatformVersion</key>
<string>8.0</string>

(We’re releasing this fix next week, in 1.2.148)

3 Likes