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

xctool build fail on Xcode9.1 #746

Closed qiaoxiaozheng closed 6 years ago

qiaoxiaozheng commented 6 years ago

the following command built fail on Xcode9.1, but it can build successfully on xcode7.3.

xctool -project Xcode7Test.xcodeproj -scheme Xcode7Test

ExtremeMan commented 6 years ago

Building projects isn't supported with latest Xcode. We recommend switching to xcodebuild and using xctool to run tests.