当我尝试使用 Xcode 12 Beta 4 构建一个项目来测试 iOS14 时,我得到了很多Undefined symbols for architecture x86_64
. 每次我构建应用程序时,错误列表都会更改。原生库无法识别 React 基类。
我在 React-Native 存储库中打开了一个问题:https ://github.com/facebook/react-native/issues/29633
发生错误的示例项目:https ://github.com/igoriols/xcode12reactnativesample