You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #1735 fixes part of the issue with building Flipper for the Arm64 iOS simulator used on M1 Macs.
Even though the fix above is not yet released, I was able to test it via the mechanism described in this post: react/react-native#30543 (comment)
However, linking now fails with this error:
in .../ios/Pods/CocoaLibEvent/lib/libevent.a(buffer.o), building for iOS Simulator, but linking in object file built for iOS, file '.../ios/Pods/CocoaLibEvent/lib/libevent.a' for architecture arm64
That library seems pretty obscure and doesn't seem maintained at all.
To Reproduce
Use an M1 mac, replace use_flipper! with use_flipper!('Flipper-Folly' => { :podspec => 'https://raw.githubusercontent.com/facebook/flipper/master/iOS/Podspecs/Flipper-Folly.podspec' } ). Run build in XCode, see above error.
🐛 Bug Report
The PR #1735 fixes part of the issue with building Flipper for the Arm64 iOS simulator used on M1 Macs.
Even though the fix above is not yet released, I was able to test it via the mechanism described in this post:
react/react-native#30543 (comment)
However, linking now fails with this error:
See:
flipper/iOS/Podspecs/Flipper-Folly.podspec
Line 20 in 031cec2
https://github.com/e314521/CocoaLibEvent
That library seems pretty obscure and doesn't seem maintained at all.
To Reproduce
Use an M1 mac, replace
use_flipper!withuse_flipper!('Flipper-Folly' => { :podspec => 'https://raw.githubusercontent.com/facebook/flipper/master/iOS/Podspecs/Flipper-Folly.podspec' } ). Run build in XCode, see above error.Environment
MacOS Big Sur 11.0.1
Mac Mini with M1 chip