The CI service that we are currently using works with iOS 8.1, which (correct me if I'm wrong) does not support Apple Watch / WatchKit. I did a few searches and poked around Xcode, but to no avail.
I'm looking for a way to exclude the Apple Watch extension from the build — either through Run Build Script in Xcode, or what would be even better — is a way to do this directly through the xcodebuild command.
Does anyone have any clues?
source share