This is really weird, I executed the following command in a folder created by my automated build, and it gets stuck after the SDK settings, and just sits there as if waiting for more input. but the same command works fine in another folder that I created by hand.
username$ xcodebuild -target RapidApps -archivePath ~/Documents/RapidApps.xcarchive -sdk iphoneos8.1 -scheme "RapidApps" -configuration "Release" archive
User defaults from command line:
IDEArchivePathOverride = /Users/username/Documents/RapidApps.xcarchive
Build settings from command line:
SDKROOT = iphoneos8.1
anything i can do to figure out what the command is doing and why it's not proceeding?
just faced the same issue and found the solution here
TL;DR The scheme that you are trying to use should be shared. Else xcodebuild will try to generate all the possible scheme and timeout.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With