I am archiving one iOS application through a common line, xcodebuild. My application uses a group group.app.comas well as a widget. My profiles are fine for both debugging and release. But I find a strange problem in the terminal.
Archive Team
xcodebuild -workspace App.xcworkspace -scheme App archive -archivePath ~/autobuild/output/App.xcarchive -configuration Release
Error:
Details: Failed to deploy identifiers "{(" group.com.app ")}": Domain error = IDECapabilitiesErrorDomain Code = 1 "The operation requires the selected developer portal team." UserInfo = {NSLocalizedDescription = the operation requires the selected developer portal team., NSLocalizedRecoverySuggestion =}
Any help would be appreciated.