Unable to boot the iOS simulator?

open -a Simulator

it report Unable to boot the iOS simulator error

> expo start --ios

Starting project at /Users/binary/code/app/StickerSmash
(node:816) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Starting Metro Bundler
Error: xcrun simctl boot 81CF8481-3940-416C-86B4-8D307D50018C exited with non-zero code: 60
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60):
Unable to boot the Simulator.
launchd failed to respond.
Underlying error (domain=com.apple.SimLaunchHostService.RequestError, code=4):
        Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding
Error: xcrun simctl boot 81CF8481-3940-416C-86B4-8D307D50018C exited with non-zero code: 60
    at ChildProcess.completionListener (/Users/binary/code/app/StickerSmash/node_modules/@expo/spawn-async/src/spawnAsync.ts:67:13)
    at Object.onceWrapper (node:events:634:26)
    at ChildProcess.emit (node:events:519:28)
    at maybeClose (node:internal/child_process:1105:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:305:5)
    ...
    at spawnAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/spawn-async/src/spawnAsync.ts:28:21)
    at xcrunAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/xcrun.ts:11:28)
    at simctlAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/simctl.ts:354:20)
    at bootDeviceAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/simctl.ts:274:11)
    at Object.bootAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/simctl.ts:247:9)
    at action (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts:56:25)
    at waitForActionAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/utils/delay.ts:22:22)
    at ensureSimulatorOpenAsync (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts:52:48)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.resolveAsync [as resolveDeviceAsync] (/Users/binary/code/app/StickerSmash/node_modules/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts:87:20)

Delete cache files

~/Library/Caches
~/Library/Developer/CoreSimulator/Caches
~/Library/Developer/Xcode/iOS\ DeviceSupport/ # all subfolders except 15.5 (19F77) arm64e
~/Library/Developer/Xcode/DerivedData/

你可能感兴趣的:(环境配置,ios,macos)