Unable to boot the iOS simulator?

python 复制代码
open -a Simulator

it report Unable to boot the iOS simulator error

python 复制代码
> 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

python 复制代码
~/Library/Caches
~/Library/Developer/CoreSimulator/Caches
~/Library/Developer/Xcode/iOS\ DeviceSupport/ # all subfolders except 15.5 (19F77) arm64e
~/Library/Developer/Xcode/DerivedData/
相关推荐
恋猫de小郭44 分钟前
Flutter Widget Preview 功能已合并到 master,提前在体验毛坯的预览支持
android·flutter·ios
点金石游戏出海6 小时前
每周资讯 | Krafton斥资750亿日元收购日本动画公司ADK;《崩坏:星穹铁道》新版本首日登顶iOS畅销榜
游戏·ios·业界资讯·apple·崩坏星穹铁道
旷世奇才李先生8 小时前
Swift 安装使用教程
开发语言·ios·swift
90后的晨仔9 小时前
Xcode16报错: SDK does not contain 'libarclite' at the path '/Applicati
ios
finger244809 小时前
谈一谈iOS线程管理
ios·objective-c
Digitally9 小时前
如何将大型视频文件从 iPhone 传输到 PC
ios·iphone
梅名智10 小时前
IOS 蓝牙连接
macos·ios·cocoa
美狐美颜sdk17 小时前
跨平台直播美颜SDK集成实录:Android/iOS如何适配贴纸功能
android·人工智能·ios·架构·音视频·美颜sdk·第三方美颜sdk
恋猫de小郭1 天前
Meta 宣布加入 Kotlin 基金会,将为 Kotlin 和 Android 生态提供全新支持
android·开发语言·ios·kotlin
泓博1 天前
Objective-c把字符解析成字典
开发语言·ios·objective-c