You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used eas device:delete to remove my device, and then re-registered it using eas device:create.
After that, when I try to build using the command eas build --profile preview --platform ios --local, I get the error shown below.
Failed to set up credentials.
Apple provided the following error info:
There were errors in the data supplied. Please correct and re-submit.
There are no current IOS devices on this team matching the provided device IDs.
I did not encounter this error when I first registered my device. However, after deleting and re-registering, I'm experiencing this issue.
Is anyone else facing the same problem?
Managed or bare?
I've conducted a prebuild, and I'm not sure whether it's bare or managed.
Detailed check results:
Some dependencies are incompatible with the installed expo version:
[email protected] - expected version: ~2.4.8
[email protected] - expected version: ~0.18.12
[email protected] - expected version: 0.72.4
Your project may not work correctly until you install the correct versions of the packages.
Fix with: npx expo install --fix
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
This project has native project folders but is also configured to use Prebuild. EAS Build will not sync your native configuration if the ios or android folders are present. Add these folders to your .gitignore file if you intend to use prebuild (aka "managed" workflow).
One or more checks failed, indicating possible issues with the project.
Error output
Reproducible demo or steps to reproduce from a blank project
Device registration using the eas device:create command
Device removal using the eas device:delete command
Re-registration of the device using the eas device:create command
Attempting to build using the eas build --profile preview --platform ios --local command
Error occurs
The text was updated successfully, but these errors were encountered:
minxd95
changed the title
Facing build error after re-registering device with eas
Facing build error after re-registering device with eas-cli
Aug 27, 2023
When I executed the eas device:delete command, the device did not get completely deleted but instead became inactive. I solved this issue by re-enabling the device from the Apple Developer Dashboard.
Build/Submit details page URL
not exists
Summary
I used
eas device:delete
to remove my device, and then re-registered it usingeas device:create
.After that, when I try to build using the command
eas build --profile preview --platform ios --local
, I get the error shown below.I did not encounter this error when I first registered my device. However, after deleting and re-registering, I'm experiencing this issue.
Is anyone else facing the same problem?
Managed or bare?
I've conducted a prebuild, and I'm not sure whether it's bare or managed.
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
eas device:create
commandeas device:delete
commandeas device:create
commandeas build --profile preview --platform ios --local
commandThe text was updated successfully, but these errors were encountered: