作者:树缝中间_324 | 来源:互联网 | 2023-09-15 14:13
我的本机应用程序之前在 xcode 11 中构建并在模拟器上运行。但是,自从升级到 xcode 12.5 后,我收到以下构建错误
Cannot initialize a parameter of type 'NSArray> *' with an rvalue of type 'NSArray*'
Cannot initialize a parameter of type 'NSArray *' with an lvalue of type 'NSArray> *__strong'
Cannot initialize a parameter of type 'NSArray> *' with an lvalue of type 'NSArray *__strong'
这些错误来自我的项目中通过 cocoapods 的 react-core。