私は過去数日間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").
調査された考えられる原因と解決策:
Ask on launch
org.reactjs.native.example.ShareExtensionExampleswyx
は再利用中のものですが、この問題の原因とは思わないios/build
を削除して再コンパイルするこれまでのところ、これらのどれも機能していません。試してみることに関する他のアイデアはありますか?
動作する場合は別のシミュレータで試してください。シミュレータメニューからシミュレータをリセットする必要があります。
GithubでGavin Owensが言ったように、私はそれらの手順を実行しましたが、うまくいきました。
ios/buildをiOSディレクトリから削除し、その後、コマンドreact-native-run-iosを実行します
次のコマンドを使用
rm -rf ios/buildその後、react-native run-iosを実行