[AC-4670] Launch icons being auto generated from default theme instead of current theme
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-12-27T18:11:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Mike Stancliffe |
Assignee | Shak Hossain |
Created | 2016-12-13T16:43:18.000+0000 |
Updated | 2016-12-27T18:11:36.000+0000 |
Description
When setting a theme and building for iOS, missing images are generated from the default theme not the theme currently in use.
In our case appicon-83.5@2x and appicon-Small-40@3x were missing from both our default theme as well as a secondary theme. When building for our secondary theme these were autogenerated however they were based off images from the default theme and therefore incorrect for the theme we were building for.
A DefaultIcon.png is in our root folder, and even if I put the right images in the theme directory it was still using images made from the DefaultIcon.png. Once I deleted DefaultIcon.png the theme images were used as expected.
I thought this could be closed but I am still seeing an issue in what is being placed in the build folder.
Hello, Can you send a sample project that regenerates the issue for iOS platform? It will be a lot of help if we can reproduce the issue on our end. Also, please provide a guide on how to regenerate the issue. Thanks.