[TIMOB-24445] iOS iTunes Store Packging Does NOT Include App Icons
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling |
Reporter | Itay Avtalyon |
Assignee | Chris Barber |
Created | 2017-01-30T22:52:08.000+0000 |
Updated | 2020-01-30T21:57:19.000+0000 |
Description
Steps to Reproduce
Package app for the iTunes Store. 50% of builds do not include necessary icon files
Actual Result
under the build directory > Assets.xcassets > Appicon.iconset is empty
Expected Result
Folder to contain icon files.
Attachments
File | Date | Size |
.log | 2017-01-30T22:52:11.000+0000 | 3894880 |
Hey Itay, this ticket has plenty of information missing: * Which SDK version? * Which CLI version? * Which Xcode version? * How does your tiapp.xml look like? * With iTunes Store, you mean App Store?
First of all, I'm surprised that ticket was submitted at all as I got an error submitting this through the Studio. SDK: 5.5.1.GA CLI: 6.1.0 XCode: 8.0 (8A218a) Trying to build app for both iPad and iPhone. Took multiple tries to get one I can upload to the App Store (test flight) with Application Loader. Other reasons for failure: App was compiled as a Mac app, and one time the package missed .app (or something like that).
Ok, then the first thing you need to do is to upgrade both Xcode (8.2) and the SDK (6.0.1.GA) to the latest version. The CLI looks fine!
I would love to upgrade the SDK but, alas, this version has a major bug (android back button event is not called) so I am stuck with this SDK version... :(
Then 6.0.2 this month will be your solution :-) Try out the latest 6.0.2 nightly today!
And please confirm that this is also happening when packaging through the CLI (using
appc ti build -p ios -T dist-appstore
). If it works there, it's probably a Studio issue. Thx!Hello [~itayavtalyon], Can you follow up with [~hansknoechel], comment? Is the issue still present?
Just used the command line last night and at first it did not produce the required icons (for the first time). Previous times I used the command line it worked flawlessly.
Ok, to confirm: You tried with 6.0.2.GA as well (released yesterday)? If not, please do so. If you did and it still didn't help, we'd need an example project that reproduces this issue. You could attach it here and we'd actually try to submit it. Please also attach the asset catalog and/or the images you are using. We're taking this very serious, thank you!