-
Notifications
You must be signed in to change notification settings - Fork 49
Expo - Can't build custom dev client for iOS #92
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
Comments
I've created a sample project which will demonstrate the error if you run |
I'm also getting this error with the bare workflow setup of expo. |
@nzhenry I found a fork from someone who fixed this issue: https://github.com/joaojusto/react-native-kontaktio |
@yhanssens Thank you! That fork works in managed workflow with a custom dev client. |
@andrekovac @JonasWho ^^ An easy fix for the issue in Expo. Any chance you could publish a new version? |
@nzhenry I asked the creator of the fork which @yhanssens linked for more information about his additions (see this question in his commit We are not using react-native-kontaktio with Expo (and a custom dev client for that matter). However, PRs are of course very welcome. |
When I run
eas build --profile development --platform ios
on an Expo project with react-native-kontaktio included as a dependency, it fails on the fastlane step.Here's the relevant log output:
Can anyone shed any light on this please? It'd be great if I could use this library in my app without having to eject from the Expo managed workflow.
The text was updated successfully, but these errors were encountered: