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.
xcodebuildworks as expected? - clemens