hi, we recently upgraded to singular-react-native to v4.1.0, but now when trying to build we run into:
/Users/Jake/Library/Developer/Xcode/DerivedData/Fig-eyfgvsvskmjhpwggnubkeekcimnn/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/react/bridging/Dynamic.h:10:10: fatal error: 'folly/dynamic.h' file not found
10 | #include <folly/dynamic.h>
My podfile.lock deletes the RCT-Folly dependency:
- Singular-React-Native (4.1.0):
- - RCT-Folly
- React
- React-Codegen
- ReactCommon/turbomodule/core
- Singular-SDK (= 12.9.0)
Did you remove RCT-Folly as a dependency?
hi, we recently upgraded to
singular-react-nativeto v4.1.0, but now when trying to build we run into:My podfile.lock deletes the RCT-Folly dependency:
- Singular-React-Native (4.1.0): - - RCT-Folly - React - React-Codegen - ReactCommon/turbomodule/core - Singular-SDK (= 12.9.0)Did you remove RCT-Folly as a dependency?