[TIMOB-24773] iOS 11: Cannot find any iOS 11 simulators
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-06-07T22:50:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0 |
Components | iOS |
Labels | ios11 |
Reporter | Hans Knöchel |
Assignee | Chris Barber |
Created | 2017-06-05T21:55:00.000+0000 |
Updated | 2019-11-21T14:45:54.000+0000 |
ioslib@1.4.0 PR: https://github.com/appcelerator/ioslib/pull/58
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 withsudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer
3. Run your app withappc 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.ioslib
PR merged, awaiting SDK-PR for QE-validation.TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/9129
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.
Verified in SDK build 6.2.0.v20170607160354
I think this problem is back with iOS 13 and Xcode 11 Beta 3.
ti info
: iOS Simulators None WatchOS Simulators None Connected iOS Devices None plus:It's happening with Xcode 11 GM, I did a rollback to 10 and it doesn't work anymore.
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"