I recently migrated to EAS and I am stuck on a build error ios

Hi everyone, I recently migrated to EAS and I am stuck on a build error ios

OBS: before when I used expo build:ios this error did not happen.

error: exportArchive: No “teamID” specified and no team ID found in the archive
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}
EXPORT FAILED
Exit status: 70

  • bare workflow
  • eas-cli >= 3.3.2

Hi @armando.neto

Something doesn’t add up.

expo build:ios was not compatible with the Bare workflow.

If you were building with expo build:ios, then it seems you don’t need your ios directory.

Try this:

  • Rename your ios directory to ios.bak
  • Build with eas build -p ios ...

See if it works, or if not what errors you get.

1 Like

Nice, thanks bro

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.