XCode13,工程真机正常运行和打包,模拟器运行失败问题,Class _NSZombie_NSURLSessionTaskMetrics is implemented in both

XCode13,工程真机正常运行和打包,模拟器运行失败问题,卡在launch.storyboard不动,暂停程序后,执行点在[self.window makeKeyAndVisable];

控制台输出:

GuardMalloc[XXXXXXXX-11177]: Allocations will be placed on 16 byte boundaries.
GuardMalloc[XXXXXXXX-11177]: - Some buffer overruns may not be noticed.
GuardMalloc[XXXXXXXX-11177]: - Applications using vector instructions (e.g., SSE) should work.
GuardMalloc[XXXXXXXX-11177]: version 064550.77.2
XXXXXXXX(11177,0x10ef5ae00) malloc: adding guard pages for large allocator blocks
XXXXXXXX(11177,0x10ef5ae00) malloc: enabling scribbling to detect mods to free blocks
XXXXXXXX(11177,0x10ef5ae00) malloc: recording malloc and VM allocation stacks using lite mode
2022-01-05 15:23:13.011569+0800 XXXXXXXX[11177:4557275] [Unknown process name] copy_read_only: vm_copy failed: status 1.
objc[11177]: Class _NSZombie_NSURLSessionTaskMetrics is implemented in both ?? (0x600026513dc0) and ?? (0x600021805180). One of the two will be used. Which one is undefined.
objc[11177]: Class _NSZombie___NSCFLocalDataTask is implemented in both ?? (0x60002650feb0) and ?? (0x600022914a90). One of the two will be used. Which one is undefined.
objc[11177]: Class _NSZombie_NWConcrete_nw_context is implemented in both ?? (0x600021a0fc90) and ?? (0x600022915340). One of the two will be used. Which one is undefined.
objc[11177]: Class _NSZombie___NSCFMemoryURLCredentialStorage is implemented in both ?? (0x600021806040) and ?? (0x600021a0eae0). One of the two will be used. Which one is undefined.

堆栈信息:

 

target的设置问题:

 

去除Malloc和Zombie设置:

 

 

 

posted on 2022-01-05 15:37  nuanshou  阅读(866)  评论(0)    收藏  举报

导航