callstack / callstack/masked-view

Undefined symbols for architecture arm64 with RN 0.65.1

Open
#138 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.