{ "id": "86792", "key": "TIMOB-7772", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-02-27T23:12:58.000+0000", "created": "2012-02-22T06:48:12.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" } ], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T22:38:27.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h2. Problem\r\nProject must be cleaned between subsequent runs against the simulator to remove build error\r\n\r\nh2. Expectations\r\nExpect that when project is run against the simulator, that I don't have to clean the project each time to remove the symlinks to allow build to continue\r\n\r\nh2. Observations\r\n* This particular project is the only one in which we copy files from /Resources (Resources/library/html) out into the /Library (/Library/Private Documents/) in order to update/overwrite them. \r\n\r\n* Switching between sdks resolves problem with first run.\r\n\r\n* Subsequent runs against the same sdk has problem\r\n\r\n* Manually deleting files from simulator directory does not resolve problem.\r\n\r\n* Removing app from simulator does not resolve problem.\r\n\r\n\r\n\r\n\r\n\r\n{code:title=simplified code snippet of file writes|borderStyle=solid}\r\nfor (var i=0;i