{ "id": "85586", "key": "TIMOB-7436", "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": [ { "id": "12094", "description": "", "name": "Sprint 2012-02", "archived": true, "released": true, "releaseDate": "2012-01-29" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-02-09T21:43:07.000+0000", "created": "2012-01-26T16:32:25.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios012312", "regression" ], "versions": [ { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "issuelinks": [ { "id": "14842", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "85592", "key": "TISTUD-1095", "fields": { "summary": "Kitchen Sink imported from Samples causes and error after compiling to ios device and then to iphone simulator", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-02-09T21:43:07.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": "Steps To Reproduce:\r\n1. Compile KS to device\r\n2. Without cleaning or making any changes compile to iPhone Simulator\r\n\r\nActual:\r\n[ERROR] Error: Traceback (most recent call last):\r\n File \"/Library/Application Support/Titanium/mobilesdk/osx/1.8.1.v20120126144634/iphone/builder.py\", line 1123, in main\r\n shutil.copy(f,app_dir)\r\n File \"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py\", line 88, in copy\r\n copyfile(src, dst)\r\n File \"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py\", line 47, in copyfile\r\n raise Error, \"`%s` and `%s` are the same file\" % (src, dst)\r\nError: `/Volumes/Data/Titanium/titanium_mobile/demos/KitchenSink/Resources/comic_zine_ot.otf` and `/Volumes/Data/Titanium/titanium_mobile/demos/KitchenSink/build/iphone/build/Debug-iphonesimulator/KitchenSink.app/comic_zine_ot.otf` are the same file\r\n\r\n\r\nExpected:\r\nTo compile without error\r\n\r\nWorks with 1.8.0.1", "attachment": [], "flagged": false, "summary": "iOS: Build: After compiling KS to device, compiling to iPhone Simulator without cleaning causes an error", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac 10.6.8\r\nStudio: 1.0.8.201201210622\r\nDevice: iPad 2 5.0\r\nSDK: 1.8.1.v20120126144634", "comment": { "comments": [ { "id": "180814", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "h4. TESTING\r\n----\r\n\r\n1. Follow the steps above (to ensure that KS runs)\r\n2. Go to Base UI->Custom Fonts and make sure that the correct font displays. Do this on *both* simulator and device.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-26T18:38:00.000+0000", "updated": "2012-01-26T18:41:13.000+0000" }, { "id": "180895", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Run into another issue following the same steps (compile for device then compile for sim):\r\n{code}\r\n[INFO] One moment, building ...\r\n[INFO] Titanium SDK version: 1.8.1 (01/27/12 10:05 mmit d8e0b4b\u001b[m)\r\n[INFO] iPhone Device family: universal\r\n[INFO] iPhone SDK version: 5.0\r\n[INFO] iPhone simulated device: iphone\r\n[INFO] Detected compiler plugin: ti.log/0.1\r\n[INFO] Compiler plugin loaded and working for ios\r\n[INFO] Compiling localization files\r\n[INFO] Detected custom font: comic_zine_ot.otf\r\n[ERROR] xcodebuild: error: The project 'KitchenSink.xcodeproj' does not contain a target named 'Kitchen Sink-universal'.\r\n[ERROR] \r\n[ERROR] Error: Traceback (most recent call last):\r\n\r\n{code}\r\n\r\nCompiling for simulator works after Clean.\r\nKS project was just imported from Samples view.\r\n\r\nSame for KS-iPad:\r\n{code}\r\n[INFO] One moment, building ...\r\n[INFO] Titanium SDK version: 1.8.1 (01/27/12 10:05 mmit d8e0b4b\u001b[m)\r\n[INFO] iPhone Device family: ipad\r\n[INFO] iPhone SDK version: 5.0\r\n[INFO] iPhone simulated device: ipad\r\n[ERROR] xcodebuild: error: The project 'KitchenSink-iPad.xcodeproj' does not contain a target named 'Kitchen Sink iPad-iPad'.\r\n[ERROR] \r\n[ERROR] Error: Traceback (most recent call last):\r\n\r\n{code}\r\n\r\nEDIT: this bug was reported as TISTUD-1095", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-27T10:19:23.000+0000", "updated": "2012-01-27T10:34:41.000+0000" }, { "id": "180944", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with Mac 10.6.8 with sdk: 1.8.1.v20120127113107 studio: 1.0.8.201201262211", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-27T14:51:17.000+0000", "updated": "2012-01-27T14:51:17.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }