Posts

Post not yet marked as solved
1 Replies
0 Views
@eskimo Could you please take a look at this issue? Thanks.
Post not yet marked as solved
44 Replies
0 Views
We also need this feature, expect apple can support it.
Post not yet marked as solved
9 Replies
0 Views
The main thread is waiting for the _pthread_list_lock that is held by thread 82. And Thread 82 seems paused by the JavaScript scavenger thread 2, thread 2 also called pthread_mach_thread_np. In this situation, the _pthread_list_lock will not unlock. The app will be force killed by the watchdog. By the way, thread 82 is created by the gcd queue. If we do not use the gcd queue will avoid the issue. Does apple notice the serious bug? Some implementation changes on iOS15.4 may lead to the issue, such as the JavaScript scavenger? Hope apple fix the system issue quickly.
Post not yet marked as solved
9 Replies
0 Views
Please post a full crash report for this. Recently we have taken a lot of time to analyze the issue of our app. But this issue only happens on iOS15.4. With the upgrade of iOS15.4, we're getting more and more crashes reports. We both think it should be a serious system bug. Refer to the full crash report in the attachment ('...' means I removed some stack of our image). Does anyone else has met the same issue? full_crash.log
Post not yet marked as solved
2 Replies
0 Views
2022-01-27 22:34:22.107373 +0800 tccd LS says com.***.yyy was uninstalled but now we have found it is still installed. What does this mean?
Post not yet marked as solved
3 Replies
0 Views
I upgraded macOS to 11.3 and installed Xcode13 beta version, and resign the enterprise app, it seems to works.
Post marked as solved
18 Replies
0 Views
We also met the bug when the app builds with Xcode12 on iOS14. Hope Apple can fix the serious bug.