No 'teamID' specified and no team ID found in the archive

1k Views Asked by At

I'm getting following errors while trying to build a distribution version of my firemonkey app.

[PAClient Error] Error: E0776 2020-07-21 16:50:36.073 xcodebuild[2035:200954] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/1d/j6b25yvj6wsg95yjm4m4p3dm0000gn/T/ExpenseClaims_2020-07-21_16-50-36.072.xcdistributionlogs'.

[PAClient Error] Error: E0776 error: exportArchive: No 'teamID' specified and no team ID found in the archive

[PAClient Error] Error: E0776 Error Domain=IDEFoundationErrorDomain Code=1 "No 'teamID' specified and no team ID found in the archive" UserInfo=

{NSLocalizedDescription=No 'teamID' specified and no team ID found in the archive}

1

There are 1 best solutions below

0
On

Still hit this issue in 10.4.2; the message looks more like it is related to a macOS build even though an iOS build is selected. I added macOS to the project configure some Application Store settings (did not use them) then delete macOS from my project

After this the build was ok

Reopened an instance https://quality.embarcadero.com/browse/RSP-33830