'std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial
Opened this issue · 3 comments
QSuraj commented
This issue started after upgrading to macOS Sequoia
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");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iOS builds are failing -
mansishah6991 commented
Hi, I am facing the same issue. Did you find any solution ?
zeshhaan commented
got the same error
ankitpunchh commented
Getting same error now after updating to macOS Sequoia