Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24773] iOS 11: Cannot find any iOS 11 simulators

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2017-06-07T22:50:05.000+0000
Affected Version/sn/a
Fix Version/sRelease 6.2.0
ComponentsiOS
Labelsios11
ReporterHans Knöchel
AssigneeChris Barber
Created2017-06-05T21:55:00.000+0000
Updated2019-11-21T14:45:54.000+0000

Description

Comments

  1. Chris Barber 2017-06-06

    ioslib@1.4.0 PR: https://github.com/appcelerator/ioslib/pull/58
  2. Hans Knöchel 2017-06-07

    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. Test-Case: 1. Create a new app with Studio or appc new -p ios 2. Select Xcode 9 with sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer 3. Run your app with appc run -p ios -I 11.0 - the last parameter will ensure to select an iOS 11 simulator Expected behavior: The build succeeds, the app will run without errors.
  3. Hans Knöchel 2017-06-07

    ioslib PR merged, awaiting SDK-PR for QE-validation.
  4. Chris Barber 2017-06-07

    TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/9129
  5. Eric Wieber 2017-06-07

    FR Passed. Able 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.
  6. Eric Wieber 2017-06-08

    Verified in SDK build 6.2.0.v20170607160354
  7. Hans Knöchel 2019-07-07

    I think this problem is back with iOS 13 and Xcode 11 Beta 3.
  8. Hans Knöchel 2019-07-07

    ti info: iOS Simulators None WatchOS Simulators None Connected iOS Devices None plus:
       Command
         /usr/local/bin/node /usr/local/bin/ti build -p ios --device-id -I 13.0
       
       [TRACE] [ioslib] No iOS Simulator UDID specified, searching for best match
       [TRACE] [ioslib] Scanning Xcodes: 11.0:11M362v
       [TRACE] [ioslib] Scanning Xcode 11.0:11M362v sims: 13.0
       [ERROR] Unable to find any Xcode installations that supports iOS Simulator 13.0.
       
       
  9. Jorge Yau 2019-09-11

    It's happening with Xcode 11 GM, I did a rollback to 10 and it doesn't work anymore.
  10. grebulon 2019-11-21

    Same here. Happening with Xcode 11.2.1 I can see the simulators running: "xcrun simctl list devices" But can't see anything in "appc info"

JSON Source