Open QSuraj opened 6 days ago
Getting following error -
ios/Pods/Headers/Public/Flipper-Folly/folly/concurrency/CacheLocality.h:209:7: error: static assertion failed due to requirement 'std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial 209 | std::is_trivial<GlobalState>::value || kCpplibVer, "not trivial");
Update to macOS Sequoia try to build a debug build.
Flipper version -> 0.163.0 React Native -> 0.69.12
@QSuraj same here.
I ended up removing react-native-flipper library. That fixed the issue for me on my version of react native, as 0.69 gets flipper by default.
react-native-flipper
🐛 Bug Report
Getting following error -
Screenshots
To Reproduce
Update to macOS Sequoia try to build a debug build.
Environment
Flipper version -> 0.163.0 React Native -> 0.69.12