[TIMOB-26096] iOS 12: Simulator does not boot with Xcode 10
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-06-08T18:16:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2018-06-05T18:48:11.000+0000 |
Updated | 2018-08-28T10:35:06.000+0000 |
Description
Using Xcode 10, the iOS Simulator won't be find because of our manual mapping dictionary that needs to be updated to include Xcode 10.
PR: https://github.com/appcelerator/titanium_mobile/pull/10089 Test-Case: 1. Create a new app 2. Try to run it with Xcode 10 (e.g.
appc run -p ios -I 12.0
) Expected behavior: Build succeeds, an iOS 12 simulator launches.Ensure d we have ioslib 1.7.1+ on 7_4_X branch here: https://github.com/appcelerator/titanium_mobile/commit/c28b014204e3feb0b78466c4698a9d0d8c3e5d5b We are using ioslib 1.7.5 on 7_4_X so this fix should be there.
*Closing ticket.* Verified fix in SDK version:
7.4.0.v20180827125633
and7.5.0.v20180827102657
. *Test Steps (FR Passed):*Created a new application (appc new) using SDK version:
7.4.0.v20180827125633
Ran the following command
appc run -p ios -I 12.0
iOS simulator 12 launched and ran without any issues
Repeated the steps above using SDK Version:
*Test Environment*7.5.0.v20180827102657