新建hello world项目,运行到iOS模拟器,编辑项目首页,重新运行到iOS模拟器。
- 发布:2022-11-04 17:11
- 更新:2022-11-04 17:14
- 阅读:211
产品分类: HbuilderX
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS Monterey 12.6
HBuilderX版本号: 3.6.8
操作步骤:
预期结果:
模拟器显示更改后的页面
模拟器显示更改后的页面
实际结果:
模拟器页面无变化
模拟器页面无变化
bug描述:
2022-11-04 17:02:03.970 [INFO:] Local Mac: "AC:DE:48:00:11:22,14:7D:DA:4C:C1:15,CA:71:A1:BD:BA:04,CA:71:A1:BD:BA:04,82:89:76:20:84:04,82:89:76:20:84:01,82:89:76:20:84:05,82:89:76:20:84:00,82:89:76:20:84:01,,,,,,"
2022-11-04 17:02:04.541 [WARNING:] "Can't Not Find Grammar text.slm ! "
2022-11-04 17:02:04.542 [WARNING:] "Can't Not Find Grammar text.pug ! "
2022-11-04 17:02:04.542 [WARNING:] "Can't Not Find Grammar text.pug ! "
2022-11-04 17:02:04.549 [WARNING:] "Can't Not Find Grammar source.postcss ! "
2022-11-04 17:02:04.590 [WARNING:] "Can't Not Find Grammar selectors ! "
2022-11-04 17:02:04.599 [WARNING:] "Can't Not Find Grammar source.coffee ! "
2022-11-04 17:02:04.599 [WARNING:] "Can't Not Find Grammar source.livescript ! "
2022-11-04 17:02:08.249 [INFO:] mFilePath: "/Users/zhangxin/Documents/HBuilderProjects/testBug" --mode: 0
2022-11-04 17:02:16.877 [WARNING:] QLayout: Cannot add a null widget to QVBoxLayout/
2022-11-04 17:02:16.879 [WARNING:] QLayout: Attempting to add QLayout "" to ExtFormDialog "", which already has a layout
2022-11-04 17:02:16.879 [WARNING:] QLayout: Attempting to add QLayout "" to ExtFormDialog "", which already has a layout
2022-11-04 17:02:19.214 [WARNING:] [PluginHost] refreshListData: QJsonValue(object, QJsonObject({"checkedBaseIndex":1,"code":1,"device":{"name":"iPhone 12 (iOS 16.0)","platform":"IOS_SIMULATOR","runState":0,"runStateStr":"","udid":"F4531EAF-FCAC-446D-AA5F-912C38436073","version":"iOS 16.0"},"userData":{"checkedBaseIndex":1,"cli":false,"platform":"IOS_SIMULATOR","runningDevices":[],"workspaceFolder":{"id":"{5b49a906-3c38-421b-a4d5-e10838ebc657}","name":"testBug","nature":"UniApp_Vue","uri":{"$mid":1,"external":"file:///Users/zhangxin/Documents/HBuilderProjects/testBug","fsPath":"/Users/zhangxin/Documents/HBuilderProjects/testBug","path":"/Users/zhangxin/Documents/HBuilderProjects/testBug","scheme":"file"}}}}))
2022-11-04 17:02:19.715 [INFO:] node "/Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/node/node"
2022-11-04 17:02:19.715 [INFO:] args ("--max-old-space-size=2048", "--no-warnings", "/Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/uniapp-cli/bin/uniapp-cli.js")
2022-11-04 17:02:30.848 [WARNING:] [PluginHost] (node:26055) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use node --trace-deprecation ...
to show where the warning was created)
2022-11-04 17:08:19.993 [WARNING:] QLayout: Cannot add a null widget to QVBoxLayout/
2022-11-04 17:08:19.997 [WARNING:] QLayout: Attempting to add QLayout "" to ExtFormDialog "", which already has a layout
2022-11-04 17:08:19.997 [WARNING:] QLayout: Attempting to add QLayout "" to ExtFormDialog "", which already has a layout
2022-11-04 17:08:22.790 [WARNING:] [PluginHost] refreshListData: QJsonValue(object, QJsonObject({"checkedBaseIndex":1,"code":4,"device":{"name":"iPhone 12 (iOS 16.0)","platform":"IOS_SIMULATOR","runState":1,"runStateStr":"已运行在项目[testBug]","udid":"F4531EAF-FCAC-446D-AA5F-912C38436073","version":"iOS 16.0"},"userData":{"checkedBaseIndex":1,"cli":false,"platform":"IOS_SIMULATOR","runningDevices":[{"udid":"F4531EAF-FCAC-446D-AA5F-912C38436073","workspaceFolder":{"appid":"UNI7D29940","id":"{5b49a906-3c38-421b-a4d5-e10838ebc657}","metatype":"WorkspaceFolder","name":"testBug","nature":"UniApp_Vue","uri":{"authority":"","fragment":"","fsPath":"/Users/zhangxin/Documents/HBuilderProjects/testBug","metatype":"Uri","path":"/Users/zhangxin/Documents/HBuilderProjects/testBug","query":"","scheme":"file"},"vueVersion":"2"}}],"workspaceFolder":{"id":"{5b49a906-3c38-421b-a4d5-e10838ebc657}","name":"testBug","nature":"UniApp_Vue","uri":{"$mid":1,"external":"file:///Users/zhangxin/Documents/HBuilderProjects/testBug","fsPath":"/Users/zhangxin/Documents/HBuilderProjects/testBug","path":"/Users/zhangxin/Documents/HBuilderProjects/testBug","scheme":"file"}}}}))
2022-11-04 17:08:22.886 [WARNING:] uniapp compiled errorOccurred====== "进程已崩溃"
2022-11-04 17:08:23.210 [INFO:] node "/Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/node/node"
2022-11-04 17:08:23.210 [INFO:] args ("--max-old-space-size=2048", "--no-warnings", "/Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/uniapp-cli/bin/uniapp-cli.js")
aYoungBoy8 (作者)
hbuilder新建的空白项目,直接更改index首页,无法同步。
2022-11-04 17:35