IOSのシュミレータは開けるのに何故かアンドロイドのシュミレータだけ開けません。
試したこと
expo start -c
フォルダを削除して yarn install
expo client:install:android
expo start --android.
npm install -g expo-cli
sudo expo start --android
エラー文 Logs for your project will appear below. Press Ctrl+C to exit. Booting device in iOS simulator... Opening exp://127.0.0.1:19000 in iOS simulator Error running `xcrun simctl openurl booted exp://127.0.0.1:19000`: An error was encountered processing the command (domain=NSMachErrorDomain, code=-308): The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died) Error installing or running app. Error: xcrun exited with non-zero code: 204
あなたの回答
tips
プレビュー