Releases: wswebcreation/start-ios-simulator
Releases · wswebcreation/start-ios-simulator
Release list
Bug Fix
This PR fixes the availability matching error because this field isn't returned by XCODE anymore, thanks to Ganjar P M
Contains:
Major release
Major release due to XCODE 10.2 where the device output list changed to
"com.apple.CoreSimulator.SimRuntime.iOS-12-1" : [
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 5s",
"udid" : "9AC9332D-7DB0-4F2E-8615-61EE86E363CA",
"availabilityError" : ""
},
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 6",
"udid" : "B1DA5CFF-D918-467B-8E49-04B6172B9456",
"availabilityError" : ""
}
]This release holds new logs and can be used for XCODE 10.2+, else use version 0.1.2 by doing
npm install start-ios-simulator@0.1.2
Contains:
- feat: make it work with XCODE 10.2 3335c58
Chore
Fix
This fixes the issue that the simulator didn't start when there was no simulator opened initially