ReactNative
RN 学习
Code&Ocean
遨游在编码海洋中。
iOS Developer
展开
-
React-Native 使用真机和指定模拟器调试
使用模拟器 命令行中React native项目目录下键入 react-native run-ios 会启动iOS模拟器,默认情况启动模拟器调试。 react-native run-ios 指定模拟器, 需要添加参数和模拟器名字 react-native run-ios --simulator "iPhone 7 Plus" #指定 iPhone 7 Plus 启动 真机运行 首先需要执行下面命令,安装 ios-deploy。 npm i -g ios-deploy 安装完成之后,输入以下命令 re转载 2020-10-23 14:05:24 · 2678 阅读 · 0 评论 -
RN pod install 失败(could not find compatible versions for pod “React/Core“)
使用最新版本 React-Native(0.63) 准备嵌入原生项目时, 按照官网教程集成到现有原生项目, 一步一个脚印, 到 pod install 出现如下错误 [!] CocoaPods could not find compatible versions for pod "React/Core": In Podfile: React/Core (from `../node_modules/react-native`) None of your spec sources contain a spec原创 2020-09-14 17:57:36 · 1579 阅读 · 1 评论