react-native run-ios不运行:FrontBoard不知道应用程序?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native run-ios不运行:FrontBoard不知道应用程序?相关的知识,希望对你有一定的参考价值。
过去几天我让react-native run-ios
工作,但今天随机决定停止工作:
The following commands produced analyzer issues:
Analyze /Users/swyx/Desktop/webdev/fullstacksr/reactNativeExtensions/ActionExtensionExample3/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c
Analyze /Users/swyx/Desktop/webdev/fullstacksr/reactNativeExtensions/ActionExtensionExample3/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c
(2 commands with analyzer issues)
Installing build/Build/Products/Debug-iphonesimulator/ActionExtensionExample3.app
An error was encountered processing the command (domain=IXErrorDomain, code=2):
Failed to set plugin placeholders for org.reactjs.native.example.ShareExtensionExampleswyx
Launching org.reactjs.native.example.ShareExtensionExampleswyx
org.reactjs.native.example.ShareExtensionExampleswyx: -1
An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "org.reactjs.native.example.ShareExtensionExampleswyx" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "org.reactjs.native.example.ShareExtensionExampleswyx" is unknown to FrontBoard").
可能的原因和解决方案:
- Checking the scheme - 绝对是
Ask on launch
- Scheme settings - 我没有任何空的设置可以不加控制
- 已达到最大App ID限制 - 此应用程序ID
org.reactjs.native.example.ShareExtensionExampleswyx
是我正在重用的东西,但我认为它不会导致此问题 - 删除
ios/build
并重新编译 - 重新启动我的模拟器和我的整个计算机
- 编辑:是的我正在使用xcode 9
到目前为止,这些都没有奏效。有什么其他的想法可以尝试吗?
答案
尝试使用另一个模拟器,如果它工作,你需要从模拟器菜单重置你的模拟器
- 模拟器 - >重置内容和设置如果你有Xcode 9它将来自硬件 - >删除所有内容和设置
- 从Xcode菜单中清除产品 - >清理并运行您的项目
另一答案
正如Gavub上的Gavin Owens所提到的那样,我遵循了这些步骤并且它起作用了。
只需从iOS目录中删除ios / build,然后运行命令react-native-run-ios
使用以下命令
rm -rf ios / build然后运行react-native run-ios
以上是关于react-native run-ios不运行:FrontBoard不知道应用程序?的主要内容,如果未能解决你的问题,请参考以下文章
更新 xcode 13 后 react-native run-ios 命令未成功运行