-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can't build in Release scheme (Undefined symbols for architecture arm64) #54
Comments
The error seems to be due to Flipper, which shouldn't be included in release builds. Can you send over your Also, do you have any custom schemes for "staging" and "production", or are you using the defaults? |
Hello !
I don't have any custom scheme, I'm using the defaults ( |
I tried to not include Flipper in Release scheme with the help of this issue and the latest Podfile version from react-native repo. My Podfile now looks like this :
The pod install works great and add few lines in the My
The full Xcode error is :
|
Environment
Flipper Pods version
0.37.0
Xcode config
Target Release :
Release Project :
Upgrading version
From
0.61.5
to0.62.0
Description
If I build with
Release
scheme (to generic iOS device or actual device), I get this error :Reproducible demo
Debug
toRelease
in build configurationThe text was updated successfully, but these errors were encountered: