mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.53k stars 541 forks source link

iOS app crashes in Enterprise Distribution Release #100

Closed khangnguyen593 closed 7 years ago

khangnguyen593 commented 8 years ago

Hi!

I downloaded the SkiaSharp demo - > Skia.Forms.Demo and made the release in Enterprise Distribution for iOS by my provision but the app keeps crashing when starting up.

Here is the device log: I**ncident Identifier: B5236DEB-2A75-47AC-A372-193CF3269F81 CrashReporter Key: f6eb7853a738d4601b1f4c22c881503cbe4232c4 Hardware Model: iPhone8,1 Process: SkiaFormsDemoiOS [5563] Path: /private/var/mobile/Containers/Bundle/Application/9FB8F9CF-B91E-4C6B-BC0C-6E45ADECFFAB/SkiaFormsDemoiOS.app/SkiaFormsDemoiOS Identifier: com.csc.wmmobile1b Version: 1.0 (1.0) Code Type: ARM-64 (Native) Parent Process: launchd [1]

Date/Time: 2016-06-26 19:28:53.53 +0100 Launch Time: 2016-06-26 19:28:52.52 +0100 OS Version: iOS 9.0.2 (13A452) Report Version: 105

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0

Filtered syslog: None found

Thread 0 name: tid_b07 Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001996cf1e0 pthread_kill + 8 1 libsystem_pthread.dylib 0x0000000199798f0c pthread_kill + 112 2 libsystem_c.dylib 0x0000000199642b78 abort + 140 3 SkiaFormsDemoiOS 0x0000000100042534 mono_handle_native_sigsegv (mini-exceptions.c:2341) 4 libsystem_platform.dylib 0x000000019979194c _sigtramp + 68 5 libsystem_pthread.dylib 0x0000000199798f0c pthread_kill + 112 6 libsystem_c.dylib 0x0000000199642b78 abort + 140 7 SkiaFormsDemoiOS 0x0000000100149080 xamarin_initialize (runtime.m:938) 8 SkiaFormsDemoiOS 0x0000000100042bf0 mono_invoke_unhandled_exception_hook (mini-exceptions.c:2786) 9 SkiaFormsDemoiOS 0x0000000100041f08 mono_handle_exception_internal (mini-exceptions.c:1727) 10 SkiaFormsDemoiOS 0x0000000100041164 mono_handle_exception (mini-exceptions.c:1950) 11 SkiaFormsDemoiOS 0x00000001000396a4 mono_arm_throw_exception (exceptions-arm64.c:383) 12 SkiaFormsDemoiOS 0x00000001004d70b8 throw_exception + 168 13 SkiaFormsDemoiOS 0x000000010004bf24 mono_resolve_patch_target (mini-runtime.c:1615) 14 SkiaFormsDemoiOS 0x00000001000126d8 mono_aot_plt_resolve (aot-runtime.c:4609) 15 SkiaFormsDemoiOS 0x0000000100052560 mono_aot_plt_trampoline (mini-trampolines.c:989) 16 SkiaFormsDemoiOS 0x00000001004d6a2c generic_trampoline_aot_plt + 252 17 SkiaFormsDemoiOS 0x0000000100a3b6a8 wrapper_managed_to_native_SkiaSharp_SkiaApi_sk_surface_new_raster_direct_SkiaSharp_SKImageInfointptr_intptr_intptr + 120 18 SkiaFormsDemoiOS 0x0000000100a3757c SkiaSharp_SKSurface_Create_SkiaSharp_SKImageInfo_intptr_int + 60 19 SkiaFormsDemoiOS 0x0000000100a2d3c4 SkiaSharp_SkiaSharp_SKSurface_Create_int_int_SkiaSharp_SKColorType_SkiaSharp_SKAlphaType_intptr_int + 56 20 SkiaFormsDemoiOS 0x0000000100153b7c Skia_Forms_Demo_iOS_NativeSkiaView_Draw_CoreGraphics_CGRect (NativeSkiaView.cs:31) 21 SkiaFormsDemoiOS 0x00000001004b9f34 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244 22 SkiaFormsDemoiOS 0x00000001000500fc mono_jit_runtime_invoke (mini-runtime.c:2564) 23 SkiaFormsDemoiOS 0x00000001000b8ecc mono_runtime_invoke (object.c:2897) 24 SkiaFormsDemoiOS 0x0000000100a45ae4 native_to_managed_trampoline_5(objcobject, objcselector, MonoMethod*, CGRect, char const, char const, char const_) (registrar.m:152) 25 SkiaFormsDemoiOS 0x0000000100a459d4 -Skia_Forms_Demo_iOS_NativeSkiaView drawRect: 26 UIKit 0x0000000188e82a44 -[UIView(CALayerDelegate) drawLayer:inContext:] + 368 27 QuartzCore 0x000000018862cb4c -[CALayer drawInContext:] + 260 28 QuartzCore 0x0000000188617bd4 CABackingStoreUpdate + 2364 29 QuartzCore 0x0000000188616df4 CA::Layer::display() + 1224 30 QuartzCore 0x00000001885f8d00 CA::Layer::display_ifneeded(CA::Transaction) + 228 31 QuartzCore 0x00000001885f89ec CA::Layer::layout_and_display_ifneeded(CA::Transaction) + 44 32 QuartzCore 0x00000001885f807c CA::Context::committransaction(CA::Transaction) + 252 33 QuartzCore 0x00000001885f7dd0 CA::Transaction::commit() + 516 34 QuartzCore 0x00000001885f14bc CA::Transaction::observer_callback(_CFRunLoopObserver, unsigned long, void*) + 80 35 CoreFoundation 0x000000018385bc30 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 32 36 CoreFoundation 0x00000001838599d4 CFRunLoopDoObservers + 372 37 CoreFoundation 0x0000000183788de0 CFRunLoopRunSpecific + 416 38 UIKit 0x0000000188e680ac -[UIApplication _run] + 460 39 UIKit 0x0000000188e62f44 UIApplicationMain + 204 40 SkiaFormsDemoiOS 0x0000000100903744 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string_intptr_intptr + 324 41 SkiaFormsDemoiOS 0x0000000100872950 Xamarin_iOS_UIKit_UIApplication_Mainstringstring_string (UIApplication.cs:63) 42 SkiaFormsDemoiOS 0x0000000100152a9c SkiaFormsDemoiOS_Skia_Forms_Demo_iOS_Application_Main_string (Main.cs:1) 43 SkiaFormsDemoiOS 0x00000001004b9f34 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244 44 SkiaFormsDemoiOS 0x00000001000500fc mono_jit_runtime_invoke (mini-runtime.c:2564) 45 SkiaFormsDemoiOS 0x00000001000b8ecc mono_runtime_invoke (object.c:2897) 46 SkiaFormsDemoiOS 0x00000001000bd880 mono_runtime_exec_main (object.c:4221) 47 SkiaFormsDemoiOS 0x0000000100152428 xamarin_main (monotouch-main.m:454) 48 SkiaFormsDemoiOS 0x0000000100a60130 main (main.arm64.m:63) 49 libdyld.dylib 0x00000001995b28b8 start + 4

Thread 1: 0 libsystem_kernel.dylib 0x00000001996cfc0c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000199795538 _pthread_wqthread + 1284 2 libsystem_pthread.dylib 0x0000000199795028 start_wqthread + 4

Thread 2 name: Dispatch queue: com.apple.libdispatch-manager Thread 2: 0 libsystem_kernel.dylib 0x00000001996d059c kevent_qos + 8 1 libdispatch.dylib 0x0000000199594a04 _dispatch_mgr_invoke + 232 2 libdispatch.dylib 0x000000019958393c _dispatch_source_invoke + 0

Thread 3: 0 libsystem_kernel.dylib 0x00000001996cfc0c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000199795538 _pthread_wqthread + 1284 2 libsystem_pthread.dylib 0x0000000199795028 start_wqthread + 4

Thread 4: 0 libsystem_kernel.dylib 0x00000001996cf4e0 semwait_signal + 8 1 libsystem_c.dylib 0x00000001995ede2c nanosleep + 212 2 libc++.1.dylib 0x00000001983f6314 std::1::this_thread::sleep_for(std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > const&) + 84 3 JavaScriptCore 0x0000000185445c5c bmalloc::Heap::scavenge(std::__1::unique_lockbmalloc::StaticMutex&, std::1::chrono::duration<long long, std::1::ratio<1l, 1000l> >) + 188 4 JavaScriptCore 0x000000018544590c bmalloc::Heap::concurrentScavenge() + 84 5 JavaScriptCore 0x0000000185447e4c bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::entryPoint() + 100 6 JavaScriptCore 0x0000000185447ddc bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::pthreadEntryPoint(void*) + 12 7 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 8 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 9 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 5 name: WebThread Thread 5: 0 libsystem_kernel.dylib 0x00000001996b4c30 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001996b4aac mach_msg + 72 2 CoreFoundation 0x000000018385c168 CFRunLoopServiceMachPort + 196 3 CoreFoundation 0x0000000183859e6c CFRunLoopRun + 1032 4 CoreFoundation 0x0000000183788dc0 CFRunLoopRunSpecific + 384 5 WebCore 0x0000000195cc1aa0 RunWebThread(void*) + 456 6 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 7 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 8 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 6: 0 libsystem_kernel.dylib 0x00000001996cefe8 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000199796cfc _pthread_cond_wait + 648 2 SkiaFormsDemoiOS 0x000000010010f084 thread_func (mono-os-mutex.h:106) 3 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 4 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 5 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 7 name: tid_2b03 Thread 7: 0 libsystem_kernel.dylib 0x00000001996b4c6c semaphore_wait_trap + 8 1 SkiaFormsDemoiOS 0x00000001000816d4 finalizer_thread (mono-os-semaphore.h:73) 2 SkiaFormsDemoiOS 0x00000001000ec5a4 start_wrapper (threads.c:717) 3 SkiaFormsDemoiOS 0x0000000100134a2c inner_start_thread (mono-threads-posix.c:92) 4 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 5 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 6 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 8 name: Dispatch queue: AXBinaryMonitorQueue Thread 8: 0 libsystem_kernel.dylib 0x00000001996b4c6c semaphore_wait_trap + 8 1 libsystem_platform.dylib 0x000000019978e97c _os_semaphore_wait + 24 2 libdispatch.dylib 0x000000019958c614 _dispatch_barrier_sync_f_slow + 560 3 AccessibilityUtilities 0x000000018a346648 __46-[AXBinaryMonitor _addHandler:withName:toMap:]_block_invoke + 128 4 libdispatch.dylib 0x00000001995817b0 _dispatch_call_block_and_release + 24 5 libdispatch.dylib 0x0000000199581770 _dispatch_client_callout + 16 6 libdispatch.dylib 0x000000019958d75c _dispatch_queue_drain + 864 7 libdispatch.dylib 0x0000000199585274 _dispatch_queue_invoke + 464 8 libdispatch.dylib 0x0000000199581770 _dispatch_client_callout + 16 9 libdispatch.dylib 0x000000019958fbb0 _dispatch_root_queue_drain + 2140 10 libdispatch.dylib 0x000000019958f34c _dispatch_worker_thread3 + 112 11 libsystem_pthread.dylib 0x0000000199795478 _pthread_wqthread + 1092 12 libsystem_pthread.dylib 0x0000000199795028 start_wqthread + 4

Thread 9 name: tid_5b03 Thread 9: 0 libsystem_kernel.dylib 0x00000001996cefe8 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000199796cfc _pthread_cond_wait + 648 2 SkiaFormsDemoiOS 0x0000000100138550 mono_thread_info_sleep (mono-os-mutex.h:135) 3 SkiaFormsDemoiOS 0x00000001000e3c18 monitor_thread (threadpool-ms.c:887) 4 SkiaFormsDemoiOS 0x00000001000ec5a4 start_wrapper (threads.c:717) 5 SkiaFormsDemoiOS 0x0000000100134a2c inner_start_thread (mono-threads-posix.c:92) 6 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 7 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 8 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 10 name: tid_5a07 Thread 10: 0 libsystem_kernel.dylib 0x00000001996cefe8 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000199796cfc _pthread_cond_wait + 648 2 SkiaFormsDemoiOS 0x00000001000e45a8 worker_thread (mono-os-mutex.h:134) 3 SkiaFormsDemoiOS 0x00000001000ec5a4 start_wrapper (threads.c:717) 4 SkiaFormsDemoiOS 0x0000000100134a2c inner_start_thread (mono-threads-posix.c:92) 5 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 6 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 7 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 11 name: tid_5e0b Thread 11: 0 libsystem_kernel.dylib 0x00000001996cefe8 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000199796cfc _pthread_cond_wait + 648 2 SkiaFormsDemoiOS 0x00000001000e45a8 worker_thread (mono-os-mutex.h:134) 3 SkiaFormsDemoiOS 0x00000001000ec5a4 start_wrapper (threads.c:717) 4 SkiaFormsDemoiOS 0x0000000100134a2c inner_start_thread (mono-threads-posix.c:92) 5 libsystem_pthread.dylib 0x0000000199797b3c _pthread_body + 156 6 libsystem_pthread.dylib 0x0000000199797aa0 _pthread_body + 0 7 libsystem_pthread.dylib 0x0000000199795030 thread_start + 4

Thread 12: 0 libsystem_kernel.dylib 0x00000001996cfc0c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000199795538 _pthread_wqthread + 1284 2 libsystem_pthread.dylib 0x0000000199795028 start_wqthread + 4

Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x000000000000690f x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x0000000000000000 x9: 0x0000000135bbc038 x10: 0x0000000000000000 x11: 0x0000000000003fff x12: 0x0000000136928000 x13: 0x0000000000003fff x14: 0xffffffffffffc000 x15: 0x0000000000003fff x16: 0x0000000000000170 x17: 0x0000000198daea74 x18: 0x0000000000000000 x19: 0x000000016eaa3000 x20: 0x0000000000000019 x21: 0x00000000800010ff x22: 0x0000000000006a0b x23: 0x00000001a00b4000 x24: 0x0000000000010000 x25: 0x00000001a00c0000 x26: 0x0000000080000000 x27: 0x0000000000000000 x28: 0x0000000000000000 fp: 0x000000016eaa2f70 lr: 0x0000000199795538 sp: 0x000000016eaa2ef0 pc: 0x00000001996cfc0c cpsr: 0x40000000

Binary Images: 0x100008000 - 0x100b03fff SkiaFormsDemoiOS arm64 <5e021591a841337d94b74e929d52ed34> /var/mobile/Containers/Bundle/Application/9FB8F9CF-B91E-4C6B-BC0C-6E45ADECFFAB/SkiaFormsDemoiOS.app/SkiaFormsDemoiOS 0x120084000 - 0x1200affff dyld arm64 <1b945967d665331dbf2600249e46660a> /usr/lib/dyld 0x181778000 - 0x181781fff AccessibilitySettingsLoader arm64 <67347f006b373d46a7642c0f133456b0> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x181d38000 - 0x181eaffff AVFoundation arm64 <8561d3f6412239d88a4de0932dcd3792> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x181eb0000 - 0x181f28fff libAVFAudio.dylib arm64 <1340ccd47ddc361a801fb36e6b2173cd> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 0x181f78000 - 0x181f78fff Accelerate arm64 <002f27312e343c978e40ed796228d046> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x181f90000 - 0x1821ecfff vImage arm64 <32776d5739923970bb4715d285e0d2c6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1821f0000 - 0x18229bfff libBLAS.dylib arm64 <7863a6e4272e33d4b4cb04639d76c075> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x18229c000 - 0x182601fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x182604000 - 0x182618fff libLinearAlgebra.dylib arm64 <493e8d8513963a78a306d2fd55ec898a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x18261c000 - 0x18262bfff libSparseBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x18262c000 - 0x182698fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x18269c000 - 0x1826befff libvMisc.dylib arm64 <94bdd1bcb00e3594b35ce3e090b4598c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1826c0000 - 0x1826c0fff vecLib arm64 <5db125a91c5233c6a60636da0dc98587> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1826c4000 - 0x1826fbfff Accounts arm64 <0549b5365d6e308c9081c2003e75f66c> /System/Library/Frameworks/Accounts.framework/Accounts 0x182700000 - 0x18277bfff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x182a30000 - 0x182d55fff AudioToolbox arm64 <1e1998f8532c3451b7edcd3900e16715> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x182f78000 - 0x183205fff CFNetwork arm64 <9ea551eb8e3b342fad9da03f9efc7abc> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1832b8000 - 0x18333ffff Contacts arm64 /System/Library/Frameworks/Contacts.framework/Contacts 0x183440000 - 0x1834fbfff CoreAudio arm64 <40d4247b70f031f89b24949affd0245a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x183514000 - 0x183535fff CoreBluetooth arm64 <4132421bf4a732c89536232878a02fa4> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x183538000 - 0x18377efff CoreData arm64 <6377b7252fef39b2b094a03d43285d58> /System/Library/Frameworks/CoreData.framework/CoreData 0x183780000 - 0x183af7fff CoreFoundation arm64 <146882d620b03c7390ba60f967ad3814> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x183af8000 - 0x183c63fff CoreGraphics arm64 <9759902fdf5c324f991553f809671362> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x183c6c000 - 0x183c6efff libCGXType.A.dylib arm64 <8c6ef2d5a89a3a818e05b82ea129b702> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib 0x183e64000 - 0x183e82fff libRIP.A.dylib arm64 /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib 0x183e84000 - 0x184026fff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1840c8000 - 0x1841b5fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x1841b8000 - 0x1842c1fff CoreMotion arm64 <968e19c5c49a391f8124eb06020eef5f> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1842c4000 - 0x1842fffff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x184300000 - 0x184372fff CoreTelephony arm64 <2a6ea3da32f83180a73487c98d5aa5aa> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x184374000 - 0x18449ffff CoreText arm64 <1c865b46905a36a9ba6fb5aafe218eb8> /System/Library/Frameworks/CoreText.framework/CoreText 0x1844a0000 - 0x1844c0fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1846f0000 - 0x18495cfff Foundation arm64 <0390785ce00439ee8d758f43ed696c51> /System/Library/Frameworks/Foundation.framework/Foundation 0x184960000 - 0x18498efff GLKit arm64 <8b15166c8ffc348dbf66516a4b5f30d2> /System/Library/Frameworks/GLKit.framework/GLKit 0x184b2c000 - 0x184b9bfff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x184b9c000 - 0x184ebdfff ImageIO arm64 <077b63acc7863493b8bc1a5d1f2951cf> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x184ec0000 - 0x1854a4fff JavaScriptCore arm64 <8e55bf26d82634c78e909375d760d676> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x185e34000 - 0x185e3afff MediaAccessibility arm64 <8171ad1768fb3ea78a718af33a9091ea> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1860a0000 - 0x1864b6fff MediaToolbox arm64 <3e70ca197a163c2a9141cce63ee90063> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x186594000 - 0x1865dafff Metal arm64 <9c20cc88f38c327e9642bc5c9623c48f> /System/Library/Frameworks/Metal.framework/Metal 0x1865f0000 - 0x186637fff MetalPerformanceShaders arm64 <238335e846fb39f591bb9eea0959151d> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x186638000 - 0x1866f8fff MobileCoreServices arm64 <175893f6cb2031f7a018476976ecbd84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1866fc000 - 0x186adcfff ModelIO arm64 <34a098816d49331ea3d333285d0b6dd9> /System/Library/Frameworks/ModelIO.framework/ModelIO 0x186dc4000 - 0x186dcefff OpenGLES arm64 <045bb1f641353d7ebd7e40e15fb1b725> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x186dd4000 - 0x186dd5fff libCVMSPluginSupport.dylib arm64 <6dd2ae89aea934a1b763d749298943c1> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x186dd8000 - 0x186ddbfff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x186ddc000 - 0x186de0fff libCoreVMClient.dylib arm64 <47927187fa933ee3a55f623059e9c19b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x186de4000 - 0x186deefff libGFXShared.dylib arm64 <16f5a268cdc43b7db13d396e3ad8a18d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x186df0000 - 0x186e36fff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1885f0000 - 0x18878ffff QuartzCore arm64 <55f0d46e5d6436238d242501120b81fb> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x188b0c000 - 0x188b78fff Security arm64 <5a8d7cebbc5b3f5aae967b7a4dcc123f> /System/Library/Frameworks/Security.framework/Security 0x188d7c000 - 0x188dd5fff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x188de8000 - 0x18997dfff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x189980000 - 0x189a00fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x18a2e4000 - 0x18a2ecfff AccessibilityUI arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x18a30c000 - 0x18a312fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x18a318000 - 0x18a31cfff ZoomServices arm64 <900473962d273a589ec4b1f4f79406dd> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x18a320000 - 0x18a39efff AccessibilityUtilities arm64 <364086a92a463acaa6f53d5cde66456a> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x18a444000 - 0x18a449fff AggregateDictionary arm64 <0eeda66abc7d3f6e98c8020aa4e9ce33> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18a924000 - 0x18a96bfff AppSupport arm64 <66b68d40930236e28870a3e00dee78df> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x18aaec000 - 0x18ab2dfff AppleJPEG arm64 <75c3e433c67831b098e52613c0ae3c70> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x18ab9c000 - 0x18aba7fff AssertionServices arm64 <1b337c02e32a3bcaa7eb72addf93a4e5> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18abd0000 - 0x18ac20fff AssistantServices arm64 <029cfedd6c163e4f810ba5a438132223> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x18aca0000 - 0x18aca3fff BTLEAudioController arm64 /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 0x18aca4000 - 0x18acc4fff BackBoardServices arm64 <042aa9392abb3cc1896d68abeed5d33f> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18accc000 - 0x18ad13fff BaseBoard arm64 <56b088034b133fe3bce101812513126c> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18ad14000 - 0x18ad16fff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x18ad94000 - 0x18ae12fff BulletinBoard arm64 <3f41cc185c0c3ce196c3f3b0da9de55b> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x18b2ac000 - 0x18b429fff Celestial arm64 <86cb2bf1b0ec36749ae5566c0130200b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x18bbc4000 - 0x18bc1cfff ColorSync arm64 <37e2002a407e3b059cbfb25a3b3b2cbc> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x18bc24000 - 0x18bc36fff CommonUtilities arm64 <7a1b1df3e3983f4193ff3264093622d4> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18bc38000 - 0x18bc3cfff CommunicationsFilter arm64 <65c9771361823a0eb21993ef33fa8d86> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x18bd84000 - 0x18bd89fff ConstantClasses arm64 <9b5924e0865c3feea5e1dc7187583b68> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18bdc4000 - 0x18bdecfff ContactsFoundation arm64 <43744752789a35039c65a3f22134c45a> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x18be34000 - 0x18be3bfff CoreAUC arm64 <3d07513e8014373d923f365d80bc8c0b> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x18befc000 - 0x18bfacfff CoreDuet arm64 <27e044fc92fb39d59fb7e3e0cd55532e> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18bfb0000 - 0x18bfc5fff CoreDuetDaemonProtocol arm64 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x18bfcc000 - 0x18bfcefff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x18c730000 - 0x18c7aefff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x18c80c000 - 0x18c813fff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x18c814000 - 0x18c8c8fff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18c96c000 - 0x18c97bfff CrashReporterSupport arm64 <6093a527dbe13253aecf078692ef7cc2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x18cc54000 - 0x18cc79fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x18ccfc000 - 0x18cd03fff DataMigration arm64 <9c0501e1ce3a380199a72bcfc1d52ce1> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x18cd18000 - 0x18cd19fff DiagnosticLogCollection arm64 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x18cd1c000 - 0x18cd41fff DictionaryServices arm64 <2d1195787cda318f8556d6d9e018733e> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18d1e0000 - 0x18d214fff FTServices arm64 <8a4b4d6fb8b130db98a5bd3f006515f3> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18d218000 - 0x18d644fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x18d6ec000 - 0x18d6ecfff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x18d6f0000 - 0x18d7d0fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18d7d4000 - 0x18d7dffff libGSFontCache.dylib arm64 <982af51791e73cdfb59ddfff98dc457f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x18d90c000 - 0x18d941fff FrontBoardServices arm64 <3e1c2b685cd63fe494f24ac395861f89> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18db2c000 - 0x18db2cfff libmetal_timestamp.dylib arm64 /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x18ec18000 - 0x18ec2cfff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18ec44000 - 0x18ec44fff HangTracer arm64 <524a8af2d20333e28c0de217b35cfa4f> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x18f250000 - 0x18f2bffff IDS arm64 <6386f5e809063f308716bae928255ef4> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18f2c0000 - 0x18f2f3fff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18f4f0000 - 0x18f55ffff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x18f568000 - 0x18f56cfff IOAccelerator arm64 <7c514d22904734d09a6e19871cbaa828> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x18f574000 - 0x18f57afff IOMobileFramebuffer arm64 <3fd7160a42f23584bc912daad23bf976> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x18f57c000 - 0x18f582fff IOSurface arm64 <0a3f62de5cbd343a9a04699402f9591c> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x18f584000 - 0x18f586fff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x18f964000 - 0x18f96afff IncomingCallFilter arm64 <4d6e2ae0470c329db349fe1fdb2e8999> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x18f970000 - 0x18f97cfff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x18f9b0000 - 0x18fa30fff LanguageModeling arm64 <5ee2143f4956383e96ca3565ef3d12ef> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x18fc08000 - 0x18fcc7fff ManagedConfiguration arm64 <6cb86b3146bf3438b4bbbdc82d1af5d6> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18fce8000 - 0x18fce9fff Marco arm64 <36877ac2c6c634e6939e168c86cfdd6b> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1904a4000 - 0x1904b3fff MobileAsset arm64 <5b956b9b6bd03a48a7ee812a048baf09> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x190520000 - 0x190528fff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x19052c000 - 0x19053bfff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x190544000 - 0x190544fff MobileObliteration arm64 <99c2412a706e3ea982a730373918ade6> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration 0x190550000 - 0x190679fff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1906ac000 - 0x1906affff MobileSystemServices arm64 <8f25bc2c2de93e34859a6ce8e74ea739> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x190b8c000 - 0x190b92fff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x190bb8000 - 0x190bd1fff NetworkStatistics arm64 <81919ae040943dc0a538769bdc0fd93d> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x190d78000 - 0x190d82fff NotificationsUI arm64 /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI 0x190d84000 - 0x190d86fff OAuth arm64 <3ea4922e15e83e3391aef53d5c1ee1f9> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1916e8000 - 0x1916ecfff ParsecSubscriptionServiceSupport arm64 <3ac2a3d92c1d3985ad382c7c7eb0a653> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x191824000 - 0x19184bfff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x191d3c000 - 0x191d8afff PhysicsKit arm64 <75d57deb831431fb861de289ca42e70d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x191d8c000 - 0x191da7fff PlugInKit arm64 <0eb25e31ee4338e18e6a29be4d58b240> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x191da8000 - 0x191db5fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x192360000 - 0x192364fff ProgressUI arm64 /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 0x192368000 - 0x19242ffff ProofReader arm64 <5c32192154ed3aa282161fd01e8cd72b> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x192458000 - 0x192469fff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x19246c000 - 0x1924a2fff PrototypeTools arm64 <83493e1fc7e337e186a27955af7468cc> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1924a8000 - 0x192523fff Quagga arm64 <52fa0e7fd30c37c990ad2b05b14fbd18> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1927b4000 - 0x1927f8fff SAObjects arm64 <2498d92159933a41996d4f0d586df4b0> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x192f9c000 - 0x192fbffff ScreenReaderCore arm64 <7bfdc7d869be3f2fa390e09e67c27a82> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x193428000 - 0x19345efff SpringBoardFoundation arm64 <847d58af4e5f3266997c2525898e0171> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x193460000 - 0x193485fff SpringBoardServices arm64 <3211070317883a039f632206c5a0b35a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x193488000 - 0x19349ffff SpringBoardUI arm64 <584b2ce9f0dc3733b72f2dce6040fff9> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI 0x1934a0000 - 0x1934c6fff SpringBoardUIServices arm64 /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x19391c000 - 0x193b01fff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x193d84000 - 0x193d88fff TCC arm64 <71d2655b494838ecbb43c868a2d2ec73> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x193d9c000 - 0x193de1fff TelephonyUI arm64 <9fb0363a1d8e37daa2117c3cf5d25c05> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x193de4000 - 0x193e46fff TelephonyUtilities arm64 <3bbf949f894a3ec5bdc2f35fb061e3c2> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x194fbc000 - 0x194feafff TextInput arm64 <0e47b03b62c032eeae2ff5e835c9a80d> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x194fec000 - 0x195004fff TextToSpeech arm64 /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x195044000 - 0x195064fff ToneLibrary arm64 <9b384492f01438e5adf042b5e1c3c70e> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1950d8000 - 0x1951aefff UIFoundation arm64 <0425c80863ec38b695e387a9f6106140> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1951e8000 - 0x1951ebfff UserFS arm64 <5892bae6ba2039d9839f48754a55140f> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x195214000 - 0x19521efff UserNotificationServices arm64 <5b091928f8e332329e2998954e993f42> /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices 0x195ad8000 - 0x195afcfff VoiceServices arm64 <17caf148bd3c3e48b2bc8d2174131cd2> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x195c4c000 - 0x196bf2fff WebCore arm64 <64fdcd2d333f38cd8364d7c36ebc6270> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x196c5c000 - 0x196d39fff WebKitLegacy arm64 <181fb43fc13d3086842f16327a26ac74> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x19730c000 - 0x19732bfff vCard arm64 <1f395e290f2930d7b6b2c9f803c523a2> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x197b44000 - 0x197b46fff libAXSafeCategoryBundle.dylib arm64 <826bbafe80593f06ba1352e7629a50e4> /usr/lib/libAXSafeCategoryBundle.dylib 0x197b48000 - 0x197b50fff libAXSpeechManager.dylib arm64 <3293771edd4c36918d63344145aa736e> /usr/lib/libAXSpeechManager.dylib 0x197b54000 - 0x197b5efff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib 0x197e88000 - 0x197ea2fff libCRFSuite.dylib arm64 <8b2c875dd87133feb7720f39942e9883> /usr/lib/libCRFSuite.dylib 0x197eb0000 - 0x197ebbfff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib 0x198158000 - 0x198176fff libMobileGestalt.dylib arm64 <5e319638198039d4a47a9b9f8bad7313> /usr/lib/libMobileGestalt.dylib 0x1981ac000 - 0x1981adfff libSystem.B.dylib arm64 <4db79d946764318099c95615e29073e7> /usr/lib/libSystem.B.dylib 0x198244000 - 0x1982a1fff libTelephonyUtilDynamic.dylib arm64 <9ee10a8011f63fca815451b0532edfe7> /usr/lib/libTelephonyUtilDynamic.dylib 0x198324000 - 0x19834efff libarchive.2.dylib arm64 <5d96abcb926f3743a99d6e7c660d8e47> /usr/lib/libarchive.2.dylib 0x19838c000 - 0x19839cfff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib 0x1983a0000 - 0x1983adfff libbz2.1.0.dylib arm64 <5154c6ef63023259b4670cd4327385f2> /usr/lib/libbz2.1.0.dylib 0x1983b0000 - 0x198403fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x198404000 - 0x198423fff libc++abi.dylib arm64 <1777c1d675c93ec38f977b3226c3e9fa> /usr/lib/libc++abi.dylib 0x198428000 - 0x198439fff libcmph.dylib arm64 /usr/lib/libcmph.dylib 0x19843c000 - 0x198453fff libcompression.dylib arm64 <9535205cb6993470b16a4e2df477af59> /usr/lib/libcompression.dylib 0x198580000 - 0x198588fff libcupolicy.dylib arm64 <13e6fbcd8e37312ca7ac693559aae06a> /usr/lib/libcupolicy.dylib 0x1985b0000 - 0x1985b0fff libenergytrace.dylib arm64 <5031bf5274d7310e9bd07433cf8d8229> /usr/lib/libenergytrace.dylib 0x1985c4000 - 0x1985e2fff libextension.dylib arm64 /usr/lib/libextension.dylib 0x198618000 - 0x19870afff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x19870c000 - 0x198911fff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib 0x198920000 - 0x198921fff liblangid.dylib arm64 <13339ccfc6c438c9854aaf259a057352> /usr/lib/liblangid.dylib 0x198924000 - 0x198930fff liblockdown.dylib arm64 <100f09b369c83761b903aade170f9e69> /usr/lib/liblockdown.dylib 0x198934000 - 0x19894dfff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x198950000 - 0x198967fff libmarisa.dylib arm64 /usr/lib/libmarisa.dylib 0x198aa0000 - 0x198d13fff libmecabra.dylib arm64 <2482db25272a3497ad6fb918a0147d5a> /usr/lib/libmecabra.dylib 0x198d14000 - 0x198d2efff libmis.dylib arm64 <12ecd12f56b53142b84a8aba89823685> /usr/lib/libmis.dylib 0x198d8c000 - 0x1990f8fff libobjc.A.dylib arm64 <065da3cad6643e1186c0b760cf1e797e> /usr/lib/libobjc.A.dylib 0x199254000 - 0x19933cfff libsqlite3.dylib arm64 <22aa54b3ac973fdd875fbc106017230a> /usr/lib/libsqlite3.dylib 0x199394000 - 0x1993c5fff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib 0x1993d8000 - 0x1994c2fff libxml2.2.dylib arm64 /usr/lib/libxml2.2.dylib 0x1994c4000 - 0x1994edfff libxslt.1.dylib arm64 <4eaa4a9f306f3b4b9eab27ab7b4ff87e> /usr/lib/libxslt.1.dylib 0x1994f0000 - 0x199501fff libz.1.dylib arm64 /usr/lib/libz.1.dylib 0x199504000 - 0x199508fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x19950c000 - 0x199517fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib 0x199518000 - 0x19951bfff libcompiler_rt.dylib arm64 <4a6b201eda933fac962bc67c1b62e8b0> /usr/lib/system/libcompiler_rt.dylib 0x19951c000 - 0x199523fff libcopyfile.dylib arm64 <7784f34b72e23bad80ba2dd00715c234> /usr/lib/system/libcopyfile.dylib 0x199524000 - 0x19957ffff libcorecrypto.dylib arm64 <42ae5ed22cb333628fefbc1c761534f0> /usr/lib/system/libcorecrypto.dylib 0x199580000 - 0x1995aefff libdispatch.dylib arm64 <03a2fdff7f0a32ec8001b661b00d020e> /usr/lib/system/libdispatch.dylib 0x1995b0000 - 0x1995b2fff libdyld.dylib arm64 <16653e3b9490368b8dfcd68e35118e77> /usr/lib/system/libdyld.dylib 0x1995b4000 - 0x1995b4fff liblaunch.dylib arm64 <6b8630878b2f30ba95ed9c89e1c2763e> /usr/lib/system/liblaunch.dylib 0x1995b8000 - 0x1995bcfff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib 0x1995c0000 - 0x1995c1fff libremovefile.dylib arm64 <087dde00915038cbb0d9bdcfae1c784d> /usr/lib/system/libremovefile.dylib 0x1995c4000 - 0x1995dafff libsystem_asl.dylib arm64 <93751e3562373293aedd54db10ffc255> /usr/lib/system/libsystem_asl.dylib 0x1995dc000 - 0x1995ddfff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib 0x1995e0000 - 0x199660fff libsystem_c.dylib arm64 <5052939437823b09a7b068807808eff2> /usr/lib/system/libsystem_c.dylib 0x199664000 - 0x199666fff libsystem_configuration.dylib arm64 <8cb345e6c43f38ca8acbcec7ca94d22a> /usr/lib/system/libsystem_configuration.dylib 0x199668000 - 0x19966afff libsystem_containermanager.dylib arm64 <09b01747c9cc3d69a8eb76ee5f314d9b> /usr/lib/system/libsystem_containermanager.dylib 0x19966c000 - 0x19966dfff libsystem_coreservices.dylib arm64 <5604ca945b7d382fade13b5d89b147e6> /usr/lib/system/libsystem_coreservices.dylib 0x199670000 - 0x199683fff libsystem_coretls.dylib arm64 <0e18591b46b339feaeb4e92ca9513d35> /usr/lib/system/libsystem_coretls.dylib 0x199684000 - 0x19968cfff libsystem_dnssd.dylib arm64 <9befb0ecc6a9338a95e8d5e50b3d6e21> /usr/lib/system/libsystem_dnssd.dylib 0x199690000 - 0x1996b1fff libsystem_info.dylib arm64 <4052e78f1d713f38a4c9c56bae081b61> /usr/lib/system/libsystem_info.dylib 0x1996b4000 - 0x1996d4fff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib 0x1996d8000 - 0x1996f4fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1996f8000 - 0x199711fff libsystem_malloc.dylib arm64 <00c0677f2c2833c18903cfb2eb48e861> /usr/lib/system/libsystem_malloc.dylib 0x199714000 - 0x199770fff libsystem_network.dylib arm64 /usr/lib/system/libsystem_network.dylib 0x199774000 - 0x19977cfff libsystem_networkextension.dylib arm64 /usr/lib/system/libsystem_networkextension.dylib 0x199780000 - 0x19978afff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib 0x19978c000 - 0x199791fff libsystem_platform.dylib arm64 <0987ffcd556030df9313776936f988e8> /usr/lib/system/libsystem_platform.dylib 0x199794000 - 0x19979cfff libsystem_pthread.dylib arm64 <52d98c20bae83730a10e3e6999710185> /usr/lib/system/libsystem_pthread.dylib 0x1997a0000 - 0x1997a2fff libsystem_sandbox.dylib arm64 <059bff048535361f8fc7509e45c8a1ea> /usr/lib/system/libsystem_sandbox.dylib 0x1997a4000 - 0x1997b4fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x1997b8000 - 0x1997bdfff libunwind.dylib arm64 <8900b4562c44332abbe131ff2a6b4198> /usr/lib/system/libunwind.dylib 0x1997c0000 - 0x1997c0fff libvminterpose.dylib arm64 <0be4de36705b3ab9834d08e050a335e8> /usr/lib/system/libvminterpose.dylib 0x1997c4000 - 0x1997e9fff libxpc.dylib arm64 <48f7905be51c321a8f8be69b42cc8172> /usr/lib/system/libxpc.dylib**

And Debug log: Dyld Error Message: Dyld Message: Library not loaded: @rpath/libskia_ios.framework/libskia_ios

I'm using Xcode 7.3.1, Xamarin Studio 6.0.1

mattleibow commented 8 years ago

@bholmes Can we confirm this? At this time, I am doing all iOS bits using my personal Apple account.

Note: I recall somewhere, something about signing and not resigning during the build. Is this related?

bholmes commented 8 years ago

@khangnguyen593 can you describe your exact workflow? What profile was the app built with? Was this app a result of an archived IPA? Was the app a result of simply building and debugging on the system? (The IDE deployed the app.) If not how was the app deployed to the device? If you used the archive and publish step, did you use the same exact provisioning profile?

vinay-v commented 8 years ago

I am getting the same issue.. Did this get resolved? If so, please tell me what to do?

mattleibow commented 8 years ago

@vinay-v Could you provide more information on what you are doing? See the comment above by bholmes: https://github.com/mono/SkiaSharp/issues/100#issuecomment-239191348

mattleibow commented 7 years ago

Closing this due to it being an old bug with no further responses. If this is still an issue, please re-open.