Commit 0bc8d8d
Use isAvailable when reading simctl device JSON
`swift-mode:debug-ios-app` was failing because no simulator could
be configured; the output of `simctl` was not as expected.
The `availability` field of the `device` object had been deprecated
and was removed as of Xcode 11 (see
https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes
heading "Resolved Issues") in favor of a boolean `isAvailable`.1 parent 02a1726 commit 0bc8d8d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
| 434 | + | |
436 | 435 | | |
437 | 436 | | |
438 | 437 | | |
| |||
0 commit comments