[TIMOB-19659] Connecting an iOS 9 device causes devices < 9 to not be recognized
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-12T17:40:40.000+0000 |
Affected Version/s | Release 5.0.2 |
Fix Version/s | Release 5.4.0 |
Components | iOS, Tooling |
Labels | qe-5.0.2, qe-5.4.0 |
Reporter | Eric Wieber |
Assignee | Chris Barber |
Created | 2015-10-01T23:44:37.000+0000 |
Updated | 2016-06-09T23:44:23.000+0000 |
Description
Connecting an iOS 9 device to your machine will cause devices with iOS versions less than 9 to not be detected.
*Steps to reproduce issue*
1. Plug in a device with iOS version less than 9
2. Run
appc info -t ios
3. Plug in a device with iOS version 9.0 or higher
4. Run appc info -t ios
*Actual Results*
2. The older iOS device is shown
4. Only the iOS 9+ device is shown
*Expected Results*
4. Both devices are shown
*Notes*
Tested using 3 devices as well:
2 devices < iOS 9 and 1 device iOS 9+: Only the iOS 9+ device shown
2 devices iOS 9+ and 1 device < iOS 9: Only one iOS 9+ device shown
Fixed in node-ios-device 0.8.0 and ioslib 0.10.0. Merged as apart of TIMOB-20275.
Verified as fixed, Connecting an iOS9 device no longer causes devices < 9 to not be recognized. Tested On: iPhone 6S (9.3.2) Device Mac OSX El Capitan 10.11.5 Ti SDK: 5.4.0.v20160608165242 Appc Studio: 4.6.0.201605201934 Appc NPM: 4.2.7-2 App CLI: 5.4.0-15 Xcode 7.3 Node v4.2.6 *Closing ticket.*