QMUIDemo_iOS icon indicating copy to clipboard operation
QMUIDemo_iOS copied to clipboard

xcode 14.0, iOS 16.0 crash

Open wasterd opened this issue 3 years ago • 0 comments
trafficstars

运行环境

  • [x] iOS 设备:iPhone 13
  • [x] 系统版本:iOS 16.0
  • [x] Xcode 版本:14.0
  • [x] QMUI iOS 版本:4.1.3

具体问题描述

QMUINavigationController * nav = [[QMUINavigationController alloc]initWithRootViewController:self];
nav.modalPresentationStyle = UIModalPresentationFullScreen;
[[[AppDelegate shareAppDelegate] getCurrentUIVC] presentViewController:nav animated:NO completion:nil];
添加     “nav.modalPresentationStyle = UIModalPresentationFullScreen” 这句代码后就卡死,然后crash

不添加这行代码就没事

问题截图

[PAAccessLogger] Failed to log access with error: access=<PATCCAccess 0x280086bc0> accessor:<<PAApplication 0x28001b520 identifierType:auditToken identifier:{pid:2938, version:8221}>> identifier:ED0F70CE-BEB5-4F47-8213-9A7E52AEFB80 kind:intervalEvent timestampAdjustment:0 visibilityState:0 assetIdentifierCount:0 tccService:kTCCServicePhotos, error=Error Domain=NSCocoaErrorDomain Code=4097 "connection to service with pid 2824 named com.apple.privacyaccountingd" UserInfo={NSDebugDescription=connection to service with pid 2824 named com.apple.privacyaccountingd}

wasterd avatar Sep 20 '22 03:09 wasterd