Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7011] iOS: Changes to JS files after running on device are not seen on simulator

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2016-08-22T23:47:24.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sn/a
ComponentsiOS
Labelstbs-1.9.0
ReporterBill Dawson
AssigneeIngo Muschenetz
Created2012-01-05T15:50:17.000+0000
Updated2017-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

  1. Chris Barber 2016-08-22

    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.
  2. Lee Morris 2017-03-16

    Closing ticket as the issue cannot be reproduced.

JSON Source