zdm opened a new issue #941: URL: https://github.com/apache/cordova-ios/issues/941
# Bug Report ## Problem Released .ipa contains only two icon files: ``` AppIcon76x76@2x~ipad.png [email protected] ``` ### What is expected to happen? I am expecting, that all icons, that defined in config.xml will be packed to the .ipa. ``` <icon src="resources/ios/icons/[email protected]" width="180" height="180" /> <icon src="resources/ios/icons/icon-60.png" width="60" height="60" /> <icon src="resources/ios/icons/[email protected]" width="120" height="120" /> <icon src="resources/ios/icons/icon-76.png" width="76" height="76" /> <icon src="resources/ios/icons/[email protected]" width="152" height="152" /> <icon src="resources/ios/icons/icon-40.png" width="40" height="40" /> <icon src="resources/ios/icons/[email protected]" width="80" height="80" /> <icon src="resources/ios/icons/icon.png" width="57" height="57" /> <icon src="resources/ios/icons/[email protected]" width="114" height="114" /> <icon src="resources/ios/icons/icon-72.png" width="72" height="72" /> <icon src="resources/ios/icons/[email protected]" width="144" height="144" /> <icon src="resources/ios/icons/icon-167.png" width="167" height="167" /> <icon src="resources/ios/icons/icon-small.png" width="29" height="29" /> <icon src="resources/ios/icons/[email protected]" width="58" height="58" /> <icon src="resources/ios/icons/[email protected]" width="87" height="87" /> <icon src="resources/ios/icons/icon-50.png" width="50" height="50" /> <icon src="resources/ios/icons/[email protected]" width="100" height="100" /> <icon src="resources/ios/icons/[email protected]" width="167" height="167" /> <icon src="resources/ios/icons/icon-20.png" width="20" height="20" /> <icon src="resources/ios/icons/[email protected]" width="48" height="48" /> <icon src="resources/ios/icons/[email protected]" width="55" height="55" /> <icon src="resources/ios/icons/[email protected]" width="88" height="88" /> <icon src="resources/ios/icons/[email protected]" width="172" height="172" /> <icon src="resources/ios/icons/[email protected]" width="196" height="196" /> <icon src="resources/ios/icons/icon-1024.png" width="1024" height="1024" /> ``` ### What does actually happen? Actually only two icons from the list above are exists in ipa. **The same project built under [email protected] generates .ipa file, that contains all defined icons.** ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code ``` cordova platform add [email protected] cordova build ios --device ``` ### Environment, Platform, Device MacOS Xcode 12 cordova 9.0.0 cordova ios 6.1.0 No additional cordova plugins. ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x ] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [ x] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
