You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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`.
0 commit comments