Issue
I've created iOS internal distribution build with eas using command eas build --profile development --platform ios
but getting integrity verification error.
I'm trying to run development with local code. Working fine for Android but facing issue on iPhone.
Thanks
Solution
You need to register your iphone before install the build
- eas device:create
Now you can build new one to have your iphone include.
If you want to have it on old build then you need to resign the UDID you created on that old build
- eas build:resign --profile "development" --platform ios
Here are the docs - https://docs.expo.dev/build/internal-distribution/ https://docs.expo.dev/app-signing/app-credentials/#re-signing-new-credentials
Answered By - Toby Lê
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.