How to find bundle icon name - ios release

Pls, check this topic: iOS deployment issue - Info.plist key 'CFBundleIconName' is missing in the bundle
DTPlatformVersion should be 8.0

<key>DTPlatformVersion</key>
<string>8.0</string>
3 Likes