-
Notifications
You must be signed in to change notification settings - Fork 51
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
Upgrade expo to 51 #769
Upgrade expo to 51 #769
Conversation
@@ -133,6 +133,7 @@ workflows: | |||
inputs: | |||
- content: |- | |||
cd example-app/ios | |||
pod update hermes-engine --no-repo-update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @bric-stripe, trouble you again😬. I'm working on upgrading expo and met a issue of building on ios. Base on the latest expo, I also upgraded the dependencies as expo requests, including react-native with the hermes-engine. first error came as
then I added this line 'pod update hermes-engine --no-repo-update' to fix. but it cause current issue as
I've tried several way to try to fix it, like changing Podfile to set 'use_modular_headers!'
or use :modular_headers => true for 'DoubleConversion' , but there is no lucky. Have you seen such a error before and had experiences to fix it ? Please take a look when you get a chance, thanks~.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update: I found a workaround that set use_frameworks! :linkage => :static
in Podfile, and it works.
e3840f4
to
f1adf93
Compare
Summary
Upgrade Expo to 51 for example-app.
Motivation
Upgrade Expo to 51 for example-app for troubleshooting the issue #744
Testing
Documentation
Select one: