Skip to content
Discussion options

You must be logged in to vote

Problem Description

When attempting a local iOS build without EAS, you may see errors like:

error: Signing for "YourApp" requires a development team. Select a development team in the Signing & Capabilities editor.
error: Provisioning profile "match AppStore com.example.app" doesn't match the bundle identifier.

Cause:

  • Expo’s EAS automatically handles certificates and provisioning profiles, but local builds rely on manually installed profiles.
  • A mismatch between bundle identifier, certificate type, or Apple Developer team prevents Xcode from signing the app.
  • Any discrepancy immediately blocks IPA generation, making deployment impossible.

Solution

  1. Use Fastlane Match for Automation

Fast…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gotoenchanter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants