{ "id": "168101", "key": "TIMOB-24773", "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-06-07T22:50:05.000+0000", "created": "2017-06-05T21:55:00.000+0000", "epic": { "id": 168100, "key": "TIMOB-24772", "name": "iOS: Support iOS 11 / Xcode 9", "summary": "iOS: Add support for iOS 11 and Xcode 9", "color": { "key": "color_1" }, "done": false }, "priority": { "name": "Critical", "id": "1" }, "labels": [ "ios11" ], "versions": [], "issuelinks": [ { "id": "55098", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "168162", "key": "TIMOB-24794", "fields": { "summary": "Updated node-ios-device to support Node.js 8", "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 } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2019-11-21T14:45:54.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" } ], "attachment": [], "flagged": false, "summary": "iOS 11: Cannot find any iOS 11 simulators", "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": 904, "state": "closed", "name": "2017 Sprint 12 Tooling", "startDate": "2017-06-05T00:19:28.101Z", "endDate": "2017-06-19T00:19:00.000Z", "completeDate": "2017-06-19T16:11:48.510Z", "originBoardId": 199 } ], "comment": { "comments": [ { "id": "421133", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "ioslib@1.4.0 PR: https://github.com/appcelerator/ioslib/pull/58", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-06-06T21:27:40.000+0000", "updated": "2017-06-06T21:27:40.000+0000" }, { "id": "421155", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "To note: This is *no* breaking change and will allow users to still use Xcode 8. The change is caused by Apple changing the watchOS Simulator paths, the PR now performs a search on both the old and the new directory. \r\n\r\nTest-Case:\r\n1. Create a new app with Studio or {{appc new -p ios}}\r\n2. Select Xcode 9 with {{sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer}}\r\n3. Run your app with {{appc run -p ios -I 11.0}} - the last parameter will ensure to select an iOS 11 simulator\r\n\r\nExpected behavior: The build succeeds, the app will run without errors.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-06-07T09:18:41.000+0000", "updated": "2017-06-07T09:18:49.000+0000" }, { "id": "421168", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "{{ioslib}} PR merged, awaiting SDK-PR for QE-validation.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-06-07T12:38:55.000+0000", "updated": "2017-06-07T12:38:55.000+0000" }, { "id": "421169", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/9129", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-06-07T12:55:49.000+0000", "updated": "2017-06-07T20:57:21.000+0000" }, { "id": "421313", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nAble to detect and build to iOS 11 simulators using Xcode 9 beta, without issue. Tested by creating several projects and building them for different simulators with different CLI options. iOS 11 sims are also detected by 'ti info' and in Studio.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-07T22:50:05.000+0000", "updated": "2017-06-07T22:50:05.000+0000" }, { "id": "421519", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified in SDK build 6.2.0.v20170607160354", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-08T15:07:41.000+0000", "updated": "2017-06-08T15:07:41.000+0000" }, { "id": "449628", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "I think this problem is back with iOS 13 and Xcode 11 Beta 3.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-07-07T13:28:29.000+0000", "updated": "2019-07-07T13:28:29.000+0000" }, { "id": "449629", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "{{ti info}}:\r\niOS Simulators\r\n None\r\n\r\nWatchOS Simulators\r\n None\r\n\r\nConnected iOS Devices\r\n None\r\n\r\nplus:\r\n\r\n{code}\r\nCommand\r\n /usr/local/bin/node /usr/local/bin/ti build -p ios --device-id -I 13.0\r\n\r\n[TRACE] [ioslib] No iOS Simulator UDID specified, searching for best match\r\n[TRACE] [ioslib] Scanning Xcodes: 11.0:11M362v\r\n[TRACE] [ioslib] Scanning Xcode 11.0:11M362v sims: 13.0\r\n[ERROR] Unable to find any Xcode installations that supports iOS Simulator 13.0.\r\n\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-07-07T13:29:33.000+0000", "updated": "2019-07-07T13:29:33.000+0000" }, { "id": "451313", "author": { "name": "mopx", "key": "mopx", "displayName": "Jorge Yau", "active": true, "timeZone": "America/Panama" }, "body": "It's happening with Xcode 11 GM, I did a rollback to 10 and it doesn't work anymore.", "updateAuthor": { "name": "mopx", "key": "mopx", "displayName": "Jorge Yau", "active": true, "timeZone": "America/Panama" }, "created": "2019-09-11T21:33:17.000+0000", "updated": "2019-09-11T21:33:17.000+0000" }, { "id": "452859", "author": { "name": "buddyguards", "key": "buddyguards", "displayName": "grebulon", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "Same here. Happening with Xcode 11.2.1\r\nI can see the simulators running: \"xcrun simctl list devices\"\r\nBut can't see anything in \"appc info\"", "updateAuthor": { "name": "buddyguards", "key": "buddyguards", "displayName": "grebulon", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2019-11-21T14:45:54.000+0000", "updated": "2019-11-21T14:45:54.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }