gpt4 book ai didi

xcode - 升级到 XCode12.5 后不再构建 React Native App

转载 作者:行者123 更新时间:2023-12-04 11:32:37 27 4
gpt4 key购买 nike

我的 native 应用程序之前在 xcode 11 中构建并在模拟器上运行。但是,自从升级到 xcode 12.5 后,我收到以下构建错误

Cannot initialize a parameter of type 'NSArray<id<RCTBridgeModule>> *' with an rvalue of type 'NSArray<Class>*'

Cannot initialize a parameter of type 'NSArray<Class> *' with an lvalue of type 'NSArray<id<RCTBridgeModule>> *__strong'

Cannot initialize a parameter of type 'NSArray<id<RCTBridgeModule>> *' with an lvalue of type 'NSArray<Class> *__strong'
这些错误来自我的项目中通过 cocoapods 的 react-core。

最佳答案

更改 RCTCxxBridge.mm 624线

Code Block Objective-C
NSArray<id<RCTBridgeModule>> *)modules
Code Block Objective-C
NSArray<Class> *)modules

关于xcode - 升级到 XCode12.5 后不再构建 React Native App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67314866/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com