React Nativeで、以下コマンドで、iOSシミュレータを起動して実行しようとしらエラーが出た。
エラー内容は以下の通り。
The following commands produced analyzer issues:
Analyze /{プロジェクトのパス}/AwesomeProject/node_modules/react-native/React/Base/RCTModuleMethod.mm normal x86_64
Analyze /{プロジェクトのパス}/AwesomeProject/node_modules/react-native/Libraries/Image/RCTImageCache.m normal x86_64
Analyze /{プロジェクトのパス}/AwesomeProject/node_modules/react-native/Libraries/Network/RCTNetInfo.m normal x86_64
(3 commands with analyzer issues)
Installing build/Build/Products/Debug-iphonesimulator/AwesomeProject.app
An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=164):
Unable to lookup in current state: Shutdown
Launching org.reactjs.native.example.AwesomeProject
An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=164):
Unable to lookup in current state: Shutdown
どうやら、コマンド実行時に、別のシミュレータが立ち上がっていたのが、駄目だったみたい。
シミュレータをすべて落として再度実行したらOKだった。
コメント