Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
cordova-ios@4.3.1
-
cordova 6.4.0
cordova-ios 4.3.1
node 4.6.0
npm 2.15.9
Description
on my config.xml i have a single icon definition, as follows:
<?xml version='1.0' encoding='utf-8'?> <widget id="br.icar.appcatolico" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <icon src="res/icon.png" /> <!-- ... -->
it generates android icon without sweat and indeed generates many ios icons, as can be seen in the screenshot.
however the resulting project is unable do build a valid ios app since two icons are missing.
Attachments
Attachments
Issue Links
- is related to
-
CB-12739 Icon docs are wrong with respect to iOS
- Open