当前位置:网站首页>warning: could not execute support code to read Objective-C class data in the process.
warning: could not execute support code to read Objective-C class data in the process.
2022-07-24 08:08:00 【longlongValue】
iOS In the process of development and stress testing :
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.When this problem occurs, I use the method introduced a while ago to change asynchronous threads to synchronous calls
CFRunLoopStop(CFRunLoopGetMain());
CFRunLoopRun();At first I thought it was for internal use GCD Too many methods lead to , I specially put what I wrote before Demo Copy it out and write an endless loop to test . The result circulates 15 Minutes without breaking down . It's strange .
Later, I changed this method into Block Code block method plus judgment condition dead loop is good . I guess this method detected that I was doing a dead cycle internally, so I took the initiative to collapse .
边栏推荐
- P1739 expression bracket matching problem solution
- Uva572 oil deposits problem solution
- [multithreading] five communication modes between multithreads
- MySQL update uses case when to update the value of another field according to the value of one field
- 避坑,职场远离PUA,PUA常见的套路与话术你得了解一下!
- Summary of study notes (I)
- 55. Jumping game
- Have you seen the interview questions of VR major? Trust me, it's absolutely useful
- Case practice - panoramic image mosaic: feature matching method
- [interview] Why do you need foreach with the for cycle?
猜你喜欢

Anaconda cannot shut down the method of forced shutdown

Opencv project practice - credit card recognition

Vertex buffer and shader (the cherno + leranopongl) notes

Introduction of some functions or methods in DGL Library

生成模型与判别模型

Why is knowledge base important? This is the best answer I've ever heard

When does MySQL use table locks and row locks?

MySQL 啥时候用表锁,啥时候用行锁?

Learning dynamic Siamese network for visual object tracking full text translation

【MATLAB】(三)MATLAB在高等数学中的应用
随机推荐
Robert operator, Sobel operator, Laplace operator
Why is knowledge base important? This is the best answer I've ever heard
Collection of sorting topics
[golang from introduction to practice] student achievement management system
Qt|字符串生成二维码功能
The vision group of Hegong University Sky team trained Day1 - machine learning, and learned to use the Yolo model
[matlab] (IV) application of MATLAB in linear algebra
Starting from scratch C language intensive Part 3: Functions
[database] complete SQL statement
Learn - use do... While loop according to the formula e=1+1/1+ 1/2!+ 1/3!+…+ 1/n! Calculate the value of E (accuracy is 1e-6)
Typescript double question mark operator
What is NFT? An article to understand the concept of NFT
Poj3278 catch the cow
Case practice - panoramic image mosaic: feature matching method
Hegong sky team vision training Day2 - traditional vision, opencv basic operation
Learning dynamic Siamese network for visual object tracking full text translation
【golang从入门到实践】学生成绩管理系统
Intelligent robots and intelligent systems (Professor Zheng Zheng of Dalian University of Technology) -- 1. robots and mobile robots
Recognition and storage of Graphs
MySQL --- 子查询 - 标量子查询