-
Notifications
You must be signed in to change notification settings - Fork 959
Flipper Folly crashes build on x86_64 Mac #3359
Comments
Connected to: #3117 |
CC @lblasa |
I've just tested on arm64, M1 mac and got the same error
|
Any news on this issue please? |
@thibaultcapelli what is your build setup? In what capacity are you using Flipper? |
I'm making a migration to RN 0.69.5. I'm using a M1. If I disable Flutter in the Profile I can bypass this error I have exactly the same error than @wojewski. I can't test with an Intel processor for now |
@thibaultcapelli — according to the release notes, RN .70 should support Mac Catalyst. Haven't gotten through removing all PropTypes yet to find out. For now we remove Flipper reference for Mac Catalyst from Podfile. No errors when building to the other device types/simulators with Flipper enabled. |
Undefined symbols for architecture arm64: |
Anyone have any clues on a fix for this? 😩 I also get a similar one:
|
I have the same issue when using Hermes on iOS. Did you solve it? |
@dimplegarg @btkramm @Watersdr you can delete the 'all_load' in the OTHER_LDFLAG of your main project target to solve this problem |
🐛 Bug Report
After setting up the Flipper in React Native app along with manual config from doc and also by following the Flipper React Native Example. The app crashes on the build phase as follows:
To Reproduce
Environment
Flipper desktop version: tried on both:
0.58.0
and0.129.0
React Native version: tried on both:
0.66.3
and0.67.1
Hermes: disabled
System: Mac x86_64
The text was updated successfully, but these errors were encountered: