{ "id": "165922", "key": "TIMOB-24394", "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": "18928", "name": "Release 6.0.2", "archived": false, "released": true, "releaseDate": "2017-02-27" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-02-13T22:20:40.000+0000", "created": "2017-02-09T14:03:52.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "ios", "xcode8.3" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-02-13T22:38:58.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": "When building for device using Xcode 8.3 Beta, the following warning is logged before iTunes is opened (and the app shows up there):\r\n{code}\r\n[TRACE] ** BUILD SUCCEEDED **\r\n[INFO] Finished building the application in 1m 23s 176ms\r\n[WARN] Unable to locate iOS Package Application tool\r\n[INFO] Installing application into iTunes\r\n[INFO] Initiating iTunes sync\r\n{code}\r\nTo reproduce:\r\n1. Create a new project: {{appc new -p ios}}\r\n2. Run the project on the device, but don't attach a device: {{appc run -p ios -T device}}", "attachment": [], "flagged": false, "summary": "iOS: \"Unable to locate iOS Package Application tool\" using Xcode 8.3 for device builds", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 840, "state": "closed", "name": "2017 Sprint 04 Tooling", "startDate": "2017-02-12T23:40:43.579Z", "endDate": "2017-02-26T23:40:00.000Z", "completeDate": "2017-02-26T17:40:05.048Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "406734", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Good catch. I have no idea why device builds call {{PackageApplication}}, but that's how it's always been: https://github.com/appcelerator/titanium_mobile/blob/master/support/iphone/builder.py#L1539.\r\n\r\nI'll have to research it and see if we still need this.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-02-09T15:12:17.000+0000", "updated": "2017-02-09T15:12:17.000+0000" }, { "id": "406738", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "I'd actually strip out the [whole block|https://github.com/appcelerator/titanium_mobile/blob/master/iphone/cli/hooks/install.js#L27-L41]. I mean, we package the application waaay earlier, so the {{install}} hook should really only install it, nothing else. And as the correct .ipa shows up on iTunes, I don't see any side-effects. But you'll have a better insight into this :-).", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-02-09T15:35:17.000+0000", "updated": "2017-02-09T15:35:42.000+0000" }, { "id": "406750", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "From my testing, removing the call to {{PackageApplication}} has no side effects, so adios!\r\n\r\nTitanium SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8824\r\nTitanium SDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8825", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-02-09T18:37:40.000+0000", "updated": "2017-02-09T18:37:40.000+0000" }, { "id": "406931", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "FR Passed. Tested using:\r\nMacOS 10.12 (16A323)\r\nStudio 4.8.1.201701192045\r\nTi SDK 6.0.2\r\nAppc NPM 4.2.8\r\nAppc CLI 6.1.0\r\nAlloy 1.9.5\r\nXcode 8.3b2 and 8.2.1 (8C1002)\r\n\r\nBuilt multiple projects for device and did not witness the error/warning. Tested using Xcode 8.3 and 8.2.1, with Alloy and Classic apps.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-02-13T22:20:40.000+0000", "updated": "2017-02-13T22:20:40.000+0000" }, { "id": "406934", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified in SDK builds:\r\n6.0.2.v20170213142042\r\n6.1.0.v20170213134957", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-02-13T22:38:58.000+0000", "updated": "2017-02-13T22:38:58.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }