th3rdwave / react-native-safe-area-context

A flexible way to handle safe area insets in JS. Also works on Android and Web!
MIT License
2.08k stars 191 forks source link

RN 0.72.1 giving me linking error in IOS #410

Closed billnbell closed 1 year ago

billnbell commented 1 year ago
Undefined symbol: _RNCSafeAreaViewCls
Undefined symbol: _RNCSafeAreaProviderCls

No idea how to fix this in the Podspec. Thoughts?

jacobp100 commented 1 year ago

There’s not enough information to help. Try clearing your build folder or something

billnbell commented 1 year ago

I am clearing everything, and doing a simple build with use_frameworks!

RCT_NEW_ARCH_ENABLED=1 USE_FABRIC=1 pod install
yarn ios
jacobp100 commented 1 year ago

Open Xcode and do a clean that way. Think it's under the project menu

billnbell commented 12 months ago

Yeah after a reboot it worked. Weird.