[AC-424] iOS : The changes to files javascript aren't reflected on the simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-10-05T05:56:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | nicolomonili |
Assignee | Shak Hossain |
Created | 2015-09-30T06:58:16.000+0000 |
Updated | 2015-10-05T06:48:03.000+0000 |
Description
The problem is present with this configuration
Operating System
Name = Mac OS X
Version = 10.10.5
Architecture = 64bit
# CPUs = 4
Memory = 8.0GB
Node.js
Node.js Version = 0.10.13
npm Version = 2.14.3
Titanium CLI
CLI Version = 5.0.4
node-appc Version = 0.2.31
Titanium SDKs
5.0.1.GA
Version = 5.0.1
Sometimes it happens that the changes to files javascript aren't reflected on the simulator, and it needs a clean of the project to see the changes
Hello, We tested this issue but we could not reproduce it. Any changes to javascript file is reflected properly on simulator. *Testing Environment:* Operating System Name = Mac OS X Version = 10.9.5 Architecture = 64bit CPUs = 4 Memory = 8.0GB Node.js Node.js Version = 0.10.33 npm Version = 1.4.28 Titanium CLI CLI Version = 5.0.4 node-appc Version = 0.2.31 Titanium SDKs 5.0.1.GA Version = 5.0.1 *Steps to reproduce*: 1. Create a default project 2. Make changes to the javascript file 3. Run the project Make changes to the javascript files several times to test and observe that the changes are being updated on the simulator. Thanks.