'std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial
Open
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
This issue started after upgrading to [macOS Sequoia](https://www.apple.com/in/macos/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::value || kCpplibVer': not trivial
209 | std::is_trivial::value || kCpplibVer, "not trivial");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
## iOS builds are failing -
Contributor guide
Assessment
This issue has not been assessed yet.