-
-
Notifications
You must be signed in to change notification settings - Fork 848
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
Use build_type to handle non use_frameworks #1262
Conversation
2c83026
to
97e8bfc
Compare
hey @mfazekas , does this maybe warrant a new release too? Edit: How were you able to built example/ios/Pods/Headers/Public/libevent/event.h:44:10: fatal error: 'event2/event-config.h' file not found
#include <event2/event-config.h> Which seems to be linked to putting this in the Podfile fixes the issue: Or we just comment the flipper part out and leave it to users to uncomment if they want to use it (and know what they're doing) |
This facebook/react-native#30836 recommends this workaround:
|
Yeah, one of the two will do the trick. ✅ After I got that working, I actually tried to disable Flipper all together (looking into adding an iOS build action). I guess it still tries to import those files, although Flipper is disabled... Any clues? |
I'm getting the below error :
|
@mfazekas
commenting in pod Do i need to update following in my project: because i am getting following error:
|
It's likely because you haven't updated to |
@ansarikhurshid786, I have the same problem. Try to delete |
I get a corrupt archive and keep getting this error when trying to upgrade to 8.2.0-beta1:
|
…post installs (https://github.com/react-native-mapbox-gl/maps/pull/1262). Had to use '--legacy-peer-deps' flag to override dependency error. Had to downgrade @sentry/cli to 1.63.0 cause of xcode error about script not loading. Signed-off-by: NathanNovak <[email protected]>
@ferdicus did you find out how to prevent the imports that cause the error I had to temporarily disable Flipper because it is causing all sorts of problems with the new version of XCode (12.5). Once disabled Update:
with
|
hey @mzu, check out this part of the just a dumb if else clause when building on GH-Actions it will not not include Flipper, locally it adds it. |
Thanks @ferdicus . The issue I had was more related to the |
Fixes: #1097
This needs to be added to the Podfile: