[TIMOB-26265] LiveView: AssetCatalog not updated if resources change
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI, iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Eric Merriman |
Created | 2018-08-04T06:10:42.000+0000 |
Updated | 2018-08-13T07:00:11.000+0000 |
Description
When using the asset-catalog on iOS (
<use-app-thinning>true</use-app-thinning>
), assets such as images (jp[e]g, png and gif) are compiled into a ".xcassets" file during build. But if we change a file with LiveView enabled, this is not detected and a manual rebuild has to be done.
The CompileAssetCatalog
command could be used to do this.
No comments