callstack / callstack/masked-view
Undefined symbols for architecture arm64 with RN 0.65.1
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading to RN 0.65.1 I get the following error in Xcode. This is the only pod that fails to link.
```
Undefined symbols for architecture arm64:
"_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 arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
Contributor guide
Assessment
This issue has not been assessed yet.