slzButton
slzButton
错误信息: 2022-01-29 16:51:04.249682+0800 [application:7921] Terminating with context: 类似错误在realm上也有,不过人家修复了: https://github.com/realm/realm-swift/issues/6671 https://github.com/realm/realm-swift/issues/6861 我在SQLCipher的issues也看到了类似的问题: https://github.com/sqlcipher/sqlcipher/issues/255 你没这个问题有没有修复啊
中文: 我们的app不支持屏幕旋转,但是在绑定intune后出现了一个crash English: Our app does not support screen rotation, but there was a crash after binding InTune crash: OS Version: iOS 15.6 (19G71) Report Version: 104 Exception Type: EXC_CRASH...
我把你们的官网android demo下载下来后,直接修改 minSdkVersion 从21改成了26,运行项目点击进入uniapp,发现无法正常展示ui
我正在使用 uniapp 小程序sdk 进行uniapp的开发,vue 版本 3,我们的设计稿是375px标准,我看文档设置了 "rpxCalcIncludeWidth": 375,但是并没有生效,我看页面还是使用750px的来进行适配的,是有什么地方不对么?