Skip to content

How to create a production build on Expo? #371

Description

@angel-luis

Hello,

Expo guides point to this command:
eas build --platform ios --profile production --local

It generates an .ipa file to upload later to the Store.

The problem is that this app version doesn't works with Apple authentication. It throws:

Error: The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)", }",

When I compile it manually with Xcode adding the Sign in with Apple capability, it works. But it's a dev build (with Expo dev tools) and only targeted for my iPhone.

So I don't know exactly what steps should I take to get the ipa working with this library.

Thank you in advance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions