Open tapz opened 3 years ago
I'm getting this on v0.64.2 FWIW
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_RCTViewManager", referenced from:
_OBJC_CLASS_$_RNCMaskedViewManager in RNCMaskedViewManager.o
"_OBJC_METACLASS_$_RCTViewManager", referenced from:
_OBJC_METACLASS_$_RNCMaskedViewManager in RNCMaskedViewManager.o
"_RCTRegisterModule", referenced from:
+[RNCMaskedViewManager load] in RNCMaskedViewManager.o
"_OBJC_CLASS_$_RCTView", referenced from:
_OBJC_CLASS_$_RNCMaskedView in RNCMaskedView.o
"_OBJC_METACLASS_$_RCTView", referenced from:
_OBJC_METACLASS_$_RNCMaskedView in RNCMaskedView.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I just noticed this. I'd expect to see - React-Core
here in my Podfile.lock if this library was able to be used in later versions of React.
Ensure you use : "@react-native-masked-view/masked-view": "^0.2.5",
in your package.json
and NOT the "@react-native-community/masked-view"
hello, I have the same issues, with RN 0.65.1
Ensure you use :
"@react-native-masked-view/masked-view": "^0.2.5",
in your package.jsonand NOT the
"@react-native-community/masked-view"
This works for me, Thanks a lot! 🥳
After upgrading to RN 0.65.1 I get the following error in Xcode. This is the only pod that fails to link.