Skip to content

xcode 14.0, iOS 16.0 crash #78

@wasterd

Description

@wasterd

运行环境

  • 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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions