Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode 14.0, iOS 16.0 crash #78

Open
4 tasks done
wasterd opened this issue Sep 20, 2022 · 0 comments
Open
4 tasks done

xcode 14.0, iOS 16.0 crash #78

wasterd opened this issue Sep 20, 2022 · 0 comments

Comments

@wasterd
Copy link

wasterd commented Sep 20, 2022

运行环境

  • iOS 设备:iPhone 13
  • 系统版本:iOS 16.0
  • Xcode 版本:14.0
  • 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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant