{ "id": "136729", "key": "ALOY-1141", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2014-10-01T18:56:26.000+0000", "created": "2014-09-17T16:27:40.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.4.0", "qe-nfc", "usability" ], "versions": [ { "id": "15909", "description": "Alloy 1.5.0", "name": "Alloy 1.5.0", "archived": false, "released": true, "releaseDate": "2014-09-29" } ], "issuelinks": [ { "id": "41239", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "126270", "key": "ALOY-956", "fields": { "summary": "Jake: remove hardcoded SDK version", "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": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "41903", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "137594", "key": "TISTUD-6970", "fields": { "summary": "Studio should build with the selected SDK if the tag is missing from tiapp.xml", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "updated": "2014-10-02T16:54:08.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12600", "name": "Samples & Templates" } ], "attachment": [], "flagged": false, "summary": "iOS, Jake: Harness project from Studio on iPhone simulators might use wrong Sim version", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.4.0.v20140916181713 \r\nAppcelerator Studio 3.4.0.201409161950\r\nCLI 3.4.0-rc4\r\nAlloy 1.5.0-rc2\r\nXcode6 GM", "closedSprints": [ { "id": 228, "state": "closed", "name": "2014 Sprint 20 Alloy", "startDate": "2014-09-29T13:30:47.322Z", "endDate": "2014-10-13T13:30:00.000Z", "completeDate": "2014-10-13T18:08:16.541Z", "originBoardId": 124 } ], "comment": { "comments": [ { "id": "324273", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "Studio will detect the missing tag and add it for you, setting it to the highest SDK version you have installed. When you open tiapp.xml, you should see a small orange icon (exclamation point in a triangle) next to the SDK version drop-down list indicating that an \"invalid\" SDK version was detected.\r\n\r\nAs discussed over Flowdock, the SDK version was removed from the HarnessTemplate's tiapp.xml to:\r\n\r\n* make it easier to test Alloy development with multiple SDK versions\r\n* while preventing unwanted changes to the HarnessTemplate from being included in pull requests\r\n\r\nThe change was made as part of the 1.5 release and designed to work well with the {{jake app:run}} command. ", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-17T17:13:15.000+0000", "updated": "2014-09-17T17:13:15.000+0000" }, { "id": "324279", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I think a valid solution for now could be to add a comment in the Jake documentation in the Alloy repo (i.e. specifying the user should open/save tiapp.xml in case using Harness project imported into Studio).\r\n\r\nI also confirm the correct iPhone simulator is launched when using CLI.\r\n1. Run {{jake app:setup dir=basics/simple}}\r\n2. From the Harness project folder, run: {{ti build -p ios -C }}\r\nwhere the device ID is obtained running: {{ti info -t ios}}", "updateAuthor": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-17T17:26:27.000+0000", "updated": "2014-09-17T17:28:06.000+0000" }, { "id": "326624", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "See my comments on ALOY-1137 for workarounds.\r\n\r\nWe may be moving away from jake. Rather than updating the docs on what is a developer-only, and likely rarely used tool in the Alloy repo, I'd rather recommend general users to use the {{--testapp}} argument as described in ALOY-1137.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-01T18:56:26.000+0000", "updated": "2014-10-01T18:56:26.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }