Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing build error after re-registering device with eas-cli #2025

Closed
minxd95 opened this issue Aug 27, 2023 · 1 comment
Closed

Facing build error after re-registering device with eas-cli #2025

minxd95 opened this issue Aug 27, 2023 · 1 comment
Labels
needs review Issue is ready to be reviewed by a maintainer

Comments

@minxd95
Copy link

minxd95 commented Aug 27, 2023

Build/Submit details page URL

not exists

Summary

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.

Environment

expo-env-info 1.0.5 environment info:
    System:
      OS: macOS 13.1
      Shell: 5.8.1 - /bin/zsh
    Binaries:
      Node: 18.16.1 - ~/.nvm/versions/node/v18.16.1/bin/node
      npm: 9.5.1 - ~/.nvm/versions/node/v18.16.1/bin/npm
      Watchman: 2023.08.14.00 - /opt/homebrew/bin/watchman
    Managers:
      CocoaPods: 1.12.1 - /opt/homebrew/bin/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4
    IDEs:
      Android Studio: 2022.2 AI-222.4459.24.2221.10121639
      Xcode: 14.3.1/14E300c - /usr/bin/xcodebuild
    npmPackages:
      expo: ^49.0.6 => 49.0.6 
      react: 18.2.0 => 18.2.0 
      react-native: 0.72.3 => 0.72.3 
      react-native-web: ~0.19.6 => 0.19.6 
    npmGlobalPackages:
      eas-cli: 4.1.2
    Expo Workflow: bare
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

image

Reproducible demo or steps to reproduce from a blank project

  1. Device registration using the eas device:create command
  2. Device removal using the eas device:delete command
  3. Re-registration of the device using the eas device:create command
  4. Attempting to build using the eas build --profile preview --platform ios --local command
  5. Error occurs
@minxd95 minxd95 added the needs review Issue is ready to be reviewed by a maintainer label Aug 27, 2023
@minxd95 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
@minxd95
Copy link
Author

minxd95 commented 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.

@minxd95 minxd95 closed this as completed Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant