在做了" shoutem pull-app"后,我尝试使用" react-native run-ios"在我的模拟器上运行react本机代码。我收到了这个错误:
安装build / Build / Products / Debug-iphonesimulator / ShoutemApp.app处理命令时遇到错误 (domain = NSPOSIXErrorDomain,code = 2):无法安装请求的 应用程序在提供的路径中找不到应用程序包。 提供所需应用程序包的有效路径。打印:进入, ":CFBundleIdentifier",不存在
命令失败:/ usr / libexec / PlistBuddy -c打印:CFBundleIdentifier 构建/编译/产品/调试-iphonesimulator / ShoutemApp.app / Info.plist中 打印:输入,":CFBundleIdentifier",不存在
答案 0 :(得分:1)
shoutem pull-app
命令用于获取同一位置的所有代码。如果要更改扩展名,请转到shoutem-news
目录中的扩展目录(例如extensions
)并将其作为您自己的扩展名推送。现在,您可以通过shoutem run
,shoutem run-ios
或shoutem run-android
在本地查看更改。
我们的路线图是支持从下载的存储库中执行react-native run-ios
/ react-native run-android
。