这真的很奇怪,我在我的自动构建创建的文件夹中执行了以下命令,它在SDK设置后卡住了,就像在等待更多输入一样。但是同样的命令在我手工创建的另一个文件夹中工作正常。
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
我能做些什么来弄清楚命令在做什么以及它为什么没有继续进行?