calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

patch Device#compatible_with_xcode_version? #736

Closed jmoody closed 5 years ago

jmoody commented 5 years ago

Motivation

While testing Xcode 11 b6, I noticed two problems. I had 2 device connected - iOS 12.1.2 and iOS 13.0 beta 7.

When targeting Xcode 10.3, Device#compatible_with_xcode_version? returned the iOS 13.0 beta 7 device as compatible and iOS 12.1.2 was not compatible.

The reverse is true - Xcode 10.3 can target 12.1.2 devices and cannot target iOS 13 devices.