We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thread 4 Crashed: 0 libsystem_platform.dylib 0x1f4d40f70 _platform_memmove + 208 1 CoreImage 0x19bfdb644 __35-[CIImage initWithCGImage:options:]_block_invoke + 72 2 CoreImage 0x19bef6320 SurfaceApplyPlaneBlock + 228 3 CoreImage 0x19bfdb4ac -[CIImage initWithCGImage:options:] + 2620 4 LLDynamicLaunchScreen 0x106127e5c -[UIImage(LLPrivate) ll_isEqualToImage:ignoreAlpha:threshold:] + 452 5 LLDynamicLaunchScreen 0x106123b2c __55+[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage]_block_invoke + 296 6 LLDynamicLaunchScreen 0x106123d68 __55+[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage]_block_invoke.11 + 416 7 LLDynamicLaunchScreen 0x106125674 +[LLDynamicLaunchScreen(LLPrivate) ll_operateOnTheLaunchImageFolder:] + 488 8 LLDynamicLaunchScreen 0x106123954 +[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage] + 1036 9 libdispatch.dylib 0x193b956a8 _dispatch_call_block_and_release + 32 10 libdispatch.dylib 0x193b97300 _dispatch_client_callout + 20 11 libdispatch.dylib 0x193ba8dbc _dispatch_root_queue_drain + 864 12 libdispatch.dylib 0x193ba93ec _dispatch_worker_thread2 + 156 13 libsystem_pthread.dylib 0x1f4dea928 _pthread_wqthread + 228 14 libsystem_pthread.dylib 0x1f4deaa04 start_wqthread + 8
iOS 17.0 deviceType : ipad . Launch crash .
The text was updated successfully, but these errors were encountered:
你的问题我已经看到了,正在处理中,标题中看到你是在iPad中使用该框架,不太建议直接在iPad中使用。
Sorry, something went wrong.
您好,由于我身边没有iPad设备,我在iOS 17.0 的 iPad 10th generation 模拟器上进行了启动,并未复现您的问题。请您提供更详细的信息,例如设备型号,具体的崩溃场景等等
No branches or pull requests
Thread 4 Crashed:
0 libsystem_platform.dylib 0x1f4d40f70 _platform_memmove + 208
1 CoreImage 0x19bfdb644 __35-[CIImage initWithCGImage:options:]_block_invoke + 72
2 CoreImage 0x19bef6320 SurfaceApplyPlaneBlock + 228
3 CoreImage 0x19bfdb4ac -[CIImage initWithCGImage:options:] + 2620
4 LLDynamicLaunchScreen 0x106127e5c -[UIImage(LLPrivate) ll_isEqualToImage:ignoreAlpha:threshold:] + 452
5 LLDynamicLaunchScreen 0x106123b2c __55+[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage]_block_invoke + 296
6 LLDynamicLaunchScreen 0x106123d68 __55+[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage]_block_invoke.11 + 416
7 LLDynamicLaunchScreen 0x106125674 +[LLDynamicLaunchScreen(LLPrivate) ll_operateOnTheLaunchImageFolder:] + 488
8 LLDynamicLaunchScreen 0x106123954 +[LLDynamicLaunchScreen(LLPrivate) ll_checkLaunchImage] + 1036
9 libdispatch.dylib 0x193b956a8 _dispatch_call_block_and_release + 32
10 libdispatch.dylib 0x193b97300 _dispatch_client_callout + 20
11 libdispatch.dylib 0x193ba8dbc _dispatch_root_queue_drain + 864
12 libdispatch.dylib 0x193ba93ec _dispatch_worker_thread2 + 156
13 libsystem_pthread.dylib 0x1f4dea928 _pthread_wqthread + 228
14 libsystem_pthread.dylib 0x1f4deaa04 start_wqthread + 8
iOS 17.0 deviceType : ipad . Launch crash .
The text was updated successfully, but these errors were encountered: