facebookarchive / xctool

An extension for Apple's xcodebuild that makes it easier to test iOS and macOS apps.
Apache License 2.0
6.91k stars 738 forks source link

Fix missing deviceName and OSVersion #680

Closed plu closed 8 years ago

plu commented 8 years ago

If you pass -destination 'id=UDIDSTRING' it was trying to use a different Simulator device for collecting the test cases. This commit fixes this issue.