Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Xcode 16 not building - std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial #5683

Open
QSuraj opened this issue Nov 11, 2024 · 2 comments

Comments

@QSuraj
Copy link

QSuraj commented Nov 11, 2024

🐛 Bug Report

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");

Screenshots

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

To Reproduce

Update to macOS Sequoia try to build a debug build.

Environment

Flipper version -> 0.163.0
React Native -> 0.69.12

@QSuraj QSuraj changed the title Xode 16 not building Xcode 16 not building - std::is_trivial<folly::detail::AccessSpreaderBase::GlobalState>::value || kCpplibVer': not trivial Nov 11, 2024
@joaovitorleffa
Copy link

@QSuraj same here.

Captura de Tela 2024-11-01 às 10 58 55

@QSuraj
Copy link
Author

QSuraj commented Nov 13, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants