[TIMOB-7011] iOS: Changes to JS files after running on device are not seen on simulator
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-08-22T23:47:24.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | tbs-1.9.0 |
Reporter | Bill Dawson |
Assignee | Ingo Muschenetz |
Created | 2012-01-05T15:50:17.000+0000 |
Updated | 2017-03-16T21:38:07.000+0000 |
Description
Fail case / test case
1. Create a new project in Titanium Studio. Make sure it targets iPhone.
2. Just put alert('hello');
in app.js.
3. Run on Simulator.
4. Run on Device.
5. Change the alert statement to alert('hello and goodbye');
.
6. Run on Simulator.
*Result*: In fail case, you'll still see just "hello" as the text of the alert. When testing the fix, you should see "hello and goodbye".
Comments
JSON Source
Could not reproduce with Titanium SDK master (currently 6.1.0). Everything works as expected. Note that when you build for simulator, then device, then simulator, the iOS build is doing a full rebuild because the target changed. This is by design.
Closing ticket as the issue cannot be reproduced.