简体   繁体   中英

xcodebuild - Error Domain=IDECapabilitiesErrorDomain Code=1

I am archiving one iOS app through common line, xcodebuild. My app is using a group, group.app.com and also an widget. My profiles are OK both for debug and release. But I find a weird issue in the terminal.

Archive command,

xcodebuild -workspace App.xcworkspace -scheme App archive -archivePath ~/autobuild/output/App.xcarchive -configuration Release

Error:

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=}

Any help will be appreciated.

I see this with my builds as well, and it appears to be a bug with xcodebuild: discussed in this devforums post . According to one of the posters there, his radar was closed as a duplicate, so we at least know that Apple is aware of the issue and agrees that it is a bug. I'd recommend filing your own radar as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM