facebook/folly

'std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial

Opened this issue · 3 comments

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 -

Screenshot 2024-11-11 at 11 40 51 AM Screenshot 2024-11-11 at 11 40 37 AM

Hi, I am facing the same issue. Did you find any solution ?

got the same error

Getting same error now after updating to macOS Sequoia