Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.1
-
None
-
cordova@6.0.0
cordova-ios@4.0.1
ios@9.2
xcode@7.2
-
Important
Description
When trying to upload the ipa created with the latest release of cordova (6.0.0) and cordova-ios (4.0.1) the application loader complains about missing "icon.png". This is probably caused by the use of xcassets to generate the app icons whilst still mentioning
<key>CFBundleIconFile</key> <string>icon.png</string>
in the *-Info.plist.
This file is never copied or generated when using the xcassets function (since all icons are named AppIcon*.png.
A temporary workaround seems to be removing this key from the *Info.plist and rebuilding.
STR:
1) Create a blank cordova 6.0.0 project
2) cordova add platform ios
3) cordova build ios --device --release
4) Upload the app
Attachments
Issue Links
- duplicates
-
CB-10853 Invalid image path for icon.png when uploading to app store
- Closed