无
- 发布:2024-01-16 09:34
- 更新:2024-01-16 11:57
- 阅读:160
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 14.2.1 (23C71)
HBuilderX类型: 正式
HBuilderX版本号: 3.99
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: 13pm
页面类型: vue
vue版本: vue2
打包方式: 离线
项目创建方式: HBuilderX
操作步骤:
预期结果:
无
无
实际结果:
启动不了程序
启动不了程序
bug描述:
onShow: function(ops) {
// #ifdef APP-PLUS
// plus.nativeUI.setUIStyle('light');
// #endif
},
在App.vue 启动的时候设置为高亮模式 ,把手机的 暗黑模式开启成黑色后,程序无法启动报错
0 CoreFoundation
___exceptionPreprocess + 164
1 libobjc.A.dylib
_objc_exception_throw + 60
2 Foundation
__userInfoForFileAndLine
3 UIKitCore
-[UIApplication _performAfterCATransactionCommitsWithLegacyRunloopObserverBasedTiming:block:] + 396
4 UIKitCore
-[_UIViewControllerNullAnimationTransitionCoordinator _runAlongsideCompletionsAfterCommit] + 112
5 UIKitCore
-[UIWindow _setTraitCollectionChangeTransitionCoordinator:] + 68
6 UIKitCore
-[UIWindow _updateWindowTraitsAndNotify:] + 316
7 UIKitCore
-[_UITraitOverrides _setOverrideTraitCollection:defaultValueOverrides:] + 236
8 UIKitCore
-[_UITraitOverrides _setNSIntegerValue:forTraitToken:] + 296
9 UIKitCore
-[UIView(UserInterfaceStyle) setOverrideUserInterfaceStyle:] + 48
10 HBuilder
-[PGNativeUI setUiStyle:] + 392
11 HBuilder
-[PDRCoreFeature Execute:] + 288
12 HBuilder
-[PDRCoreApp handleCmds:] + 104
13 HBuilder
-[PDRCoreAppFrame webViewEnginde:didReceiveSyncScriptMessage:] + 108
14 HBuilder
-[H5WeexWebview handleMessage:withObject:] + 148
15 HBuilder
__28-[H5WeexWebview refreshWeex]_block_invoke + 60
16 HBuilder
-[WXSDKInstance(DCPlusBridge) execSync:] + 96
17 HBuilder
-[PlusWeexModule execSync:] + 60
18 CoreFoundation
___invoking___ + 148
19 CoreFoundation
-[NSInvocation invoke] + 428
1 个回复
DCloud_iOS_WZT
这个问题下个版本修复,setUiStyle先不要在app.vue内调用 去首页调