我正在通過公共線xcodebuild存檔一個iOS應用程序。我的應用程序正在使用一個組,group.app.com
以及一個小部件。我的配置文件都可以用於調試和發佈。但是我在終端中發現了一個奇怪的問題。xcodebuild - 錯誤域= IDECapabilitiesErrorDomain代碼= 1
存檔命令,
xcodebuild -workspace App.xcworkspace -scheme App archive -archivePath ~/autobuild/output/App.xcarchive -configuration Release
錯誤:
Details: Failed to expand identifiers "{( "group.com.app")}": Error Domain=IDECapabilitiesErrorDomain Code=1 "The operation requires a selected developer portal team." UserInfo={NSLocalizedDescription=The operation requires a selected developer portal team., NSLocalizedRecoverySuggestion=}
任何幫助將不勝感激。
您是否在工作區中的每個目標的設置中選擇了一個團隊? – clemens
設置配置文件,團隊和簽名證書。它們在Xcode設置中沒有錯誤。 –
使用Xcode而不是'xcodebuild'創建應用程序和所有其他目標是否按預期工作? – clemens