升级HBuilderX 到 3.95后运行到模拟器提示:安装HBuilder调试基座失败
请问是什么原因?
下方为运行日志:
2023-11-03 09:55:03.793 [INFO:] Upgrade::isFallbackedVersion ?
2023-11-03 09:55:03.793 [INFO:] Upgrade::isFallbackedVersion return false
2023-11-03 09:55:03.793 [INFO:] Upgrade::canFallback::check( "/Applications/HBuilderX.app/Contents/HBuilderX/update/backup/root/hbuilder.root" ) exits?
2023-11-03 09:55:03.793 [INFO:] Upgrade::canFallback::check return false
2023-11-03 09:55:08.601 [WARNING:] QObject::startTimer: Timers cannot be started from another thread
2023-11-03 09:55:08.639 [WARNING:] QObject::killTimer: Timers cannot be stopped from another thread
2023-11-03 09:55:08.639 [WARNING:] QObject::startTimer: Timers cannot be started from another thread
2023-11-03 09:55:08.977 [WARNING:] [PluginHost] TypeError: callback is not a function
at ReadFileContext.callback (/Applications/HBuilderX.app/Contents/HBuilderX/plugins/launcher/node_modules/bplist-parser/bplistParser.js:46:16)
at FSReqCallback.readFileAfterOpen [as oncomplete] (node:fs:323:13)
2023-11-03 09:55:09.096 [WARNING:] [PluginHost] installPackage Failed:Error: Command failed: xcrun simctl install F17054A4-CB05-48AB-BCE0-2FA990EAB434 '/Users/aaron/Documents/www/xingli-project/astrology-project/unpackage/debug/iOS_debug.ipa'
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Simulator device returned an error for the requested operation.
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Underlying error (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
得码 (作者)
嗯,说找不到安装包 ,经过确认路径下面有安装包文件,/Users/aaron/Documents/www/xingli-project/astrology-project/unpackage/debug/iOS_debug.ipa
2023-11-03 11:01