热门标签 | HotTags
当前位置:  开发笔记 > 前端 > 正文

升级到XCode12.5后不再构建ReactNativeApp

我的本机应用程序之前在xcode11中构建并在模拟器上运行。但是,自从升级到xcode12.5后,我收到以下构建错误Cannotinitialize

我的本机应用程序之前在 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。


推荐阅读
author-avatar
树缝中间_324
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有