itinance / itinance/react-native-fs
Undefined symbols using Xcode 12.2 (12B45b) / react-native 0.63.4
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
When building a react-native project that imports react-native-fs, the build fails with the following errors:
Undefined symbol: _OBJC_CLASS_$_RCTEventEmitter
Undefined symbol: _OBJC_METACLASS_$_RCTEventEmitter
Undefined symbol: _RCTRegisterModule
Changing Workspace Settings > Build System from "New Build System (Default)" to "Legacy Build System (Deprecated)" fixes the issue and allows the project to build, but this approach is deprecated and will potentially be removed in future Xcode versions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.