[TIMOB-8428] iOS: Project does not rebuild when new modules are added to tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-24T05:51:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2012-03-29T15:23:11.000+0000 |
Updated | 2017-03-16T21:39:27.000+0000 |
Description
Noted by Jeff H during a demo. Note that these steps _do_ appear to work for me, so I'm not sure if this was fixed already, or if there is a nuance I'm missing in the reproduction case.
In Titanium SDK 3.0.0, the iOS build was completely rewritten and keeps track of a hash of all modules, then persists it to a build manifest. During the next build, it will compare the hashes and if it changed, it will correctly rebuild the app.
Closing ticket as fixed.