j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.3k stars 537 forks source link

Latest Cordova 7.0.1: "Load failed: Cannot connect to iTunes Store" #588

Closed stripathix closed 7 years ago

stripathix commented 7 years ago

Getting error: ERROR 6777002: Load failed: Cannot connect to iTunes Store Error code: 6777002

message: "Load failed: Cannot connect to iTunes Store"

It was working before. But recent cordova update is breaking it I think.

Could you please help to fix this.

Dexus commented 7 years ago

This should not an plugin problem, mostly it is a problem with your co fig on iTunes items and your config, or a temporary failure while ddos attacks.

Or your build settings are not correct and apple reject you request because of wrong BuildVersion, BundleId etc.

I have not yet test the new Cordova but will do on Monday, maybe its a bug there. But normally it is not.

Von meinem iPhone gesendet

Am 17.05.2017 um 16:22 schrieb Shashwat Tripathi notifications@github.com:

Getting error: ERROR 6777002: Load failed: Cannot connect to iTunes Store Error code: 6777002

message: "Load failed: Cannot connect to iTunes Store"

It was working before. But recent cordova update is breaking it I think.

Could you please help to fix this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

stripathix commented 7 years ago

Got a chance to test it with new Cordova?

stripathix commented 7 years ago

Hey I got this crash log from the xcode>organizer.

Looks like inAppPurchase keeps making request to store even on getting response as "Cannot connect to iTunes Store".

Note: This is the case when I am not logged into appstore using my sandbox credentials. But then also all my testflight users are not logged in using sandbox account to test app.


Incident Identifier: 672AADC3-2D8A-4490-B176-9A1ED42984E7
CrashReporter Key:   eb135d2d39b9bf52857cccf0b01d7673befa81e3
Hardware Model:      iPhone6,2
Process:             WeatherSpork [16501]
Path:                /private/var/containers/Bundle/Application/E3BE110D-6892-42CE-8679-A4E6FBF5E323/WeatherSpork.app/WeatherSpork
Identifier:          net.buser.weatherspork
Version:             0.17.05.17.79 (0.9.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           net.buser.weatherspork [3944]

Date/Time:           2017-05-19 18:03:31.7408 +0530
Launch Time:         2017-05-19 17:37:50.5943 +0530
OS Version:          iPhone OS 10.2.1 (14D27)
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000544746570
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  0

Filtered syslog:
None found

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libobjc.A.dylib                 0x000000018e8b2f70 objc_msgSend + 16
1   StoreKit                        0x000000019cb1abf0 __34-[SKProductsRequest _handleReply:]_block_invoke + 52
2   libdispatch.dylib               0x000000018ecf21fc _dispatch_call_block_and_release + 24
3   libdispatch.dylib               0x000000018ecf21bc _dispatch_client_callout + 16
4   libdispatch.dylib               0x000000018ecf6d68 _dispatch_main_queue_callback_4CF + 1000
5   CoreFoundation                  0x000000018fe16810 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
6   CoreFoundation                  0x000000018fe143fc __CFRunLoopRun + 1660
7   CoreFoundation                  0x000000018fd422b8 CFRunLoopRunSpecific + 444
8   GraphicsServices                0x00000001917f6198 GSEventRunModal + 180
9   UIKit                           0x0000000195d897fc -[UIApplication _run] + 684
10  UIKit                           0x0000000195d84534 UIApplicationMain + 208
11  WeatherSpork                    0x00000001000c3f80 0x1000bc000 + 32640
12  libdyld.dylib                   0x000000018ed255b8 start + 4

Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib          0x000000018ee19188 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018ee18ff8 mach_msg + 72
2   CoreFoundation                  0x000000018fe165d0 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                  0x000000018fe141ec __CFRunLoopRun + 1132
4   CoreFoundation                  0x000000018fd422b8 CFRunLoopRunSpecific + 444
5   Foundation                      0x000000019087f26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                      0x000000019089fdd0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7   UIKit                           0x00000001966fdc38 -[UIEventFetcher threadMain] + 136
8   Foundation                      0x000000019097ce68 __NSThread__start__ + 1024
9   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
10  libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
11  libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 2 name:  com.apple.NSURLConnectionLoader
Thread 2:
0   libsystem_kernel.dylib          0x000000018ee19188 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018ee18ff8 mach_msg + 72
2   CoreFoundation                  0x000000018fe165d0 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                  0x000000018fe141ec __CFRunLoopRun + 1132
4   CoreFoundation                  0x000000018fd422b8 CFRunLoopRunSpecific + 444
5   CFNetwork                       0x0000000190547a70 +[NSURLConnection(Loader) _resourceLoadLoop:] + 336
6   Foundation                      0x000000019097ce68 __NSThread__start__ + 1024
7   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
8   libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
9   libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 3:
0   libsystem_kernel.dylib          0x000000018ee37314 __semwait_signal + 8
1   libsystem_c.dylib               0x000000018ed5525c nanosleep + 212
2   libc++.1.dylib                  0x000000018e865994 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 80
3   JavaScriptCore                  0x0000000194645368 bmalloc::Heap::scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 272
4   JavaScriptCore                  0x0000000194645134 bmalloc::Heap::concurrentScavenge() + 80
5   JavaScriptCore                  0x00000001946464f8 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 92
6   JavaScriptCore                  0x0000000194646424 std::__1::__shared_ptr_emplace<std::__1::mutex, std::__1::allocator<std::__1::mutex> >::~__shared_ptr_emplace() + 0
7   JavaScriptCore                  0x00000001946466d4 void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 92
8   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
9   libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
10  libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 4 name:  JIT Worklist Worker Thread
Thread 4:
0   libsystem_kernel.dylib          0x000000018ee36e1c __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000018eefc9c0 _pthread_cond_wait + 640
2   libc++.1.dylib                  0x000000018e8253ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56
3   JavaScriptCore                  0x000000019462ed64 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2132
4   JavaScriptCore                  0x0000000194406a5c JSC::JITWorklist::runThread() + 192
5   JavaScriptCore                  0x0000000194406eac WTF::Vector<WTF::RefPtr<JSC::JITWorklist::Plan>, 32ul, WTF::CrashOnOverflow, 16ul>::expandCapacity(unsigned long, WTF::RefPtr<JSC::JITWorklist::Plan>*) + 0
6   JavaScriptCore                  0x0000000193d7700c WTF::threadEntryPoint(void*) + 212
7   JavaScriptCore                  0x0000000193d76f1c WTF::wtfThreadEntryPoint(void*) + 24
8   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
9   libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
10  libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 5 name:  WTF Parallel Helper Thread
Thread 5:
0   libsystem_kernel.dylib          0x000000018ee36e1c __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000018eefc9c0 _pthread_cond_wait + 640
2   libc++.1.dylib                  0x000000018e8253ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56
3   JavaScriptCore                  0x000000019462ed64 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2132
4   JavaScriptCore                  0x000000019462e2e8 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 288
5   JavaScriptCore                  0x000000019462e088 WTF::ParallelHelperPool::helperThreadBody() + 76
6   JavaScriptCore                  0x0000000193d7700c WTF::threadEntryPoint(void*) + 212
7   JavaScriptCore                  0x0000000193d76f1c WTF::wtfThreadEntryPoint(void*) + 24
8   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
9   libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
10  libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 6 name:  GAIThread
Thread 6:
0   libsystem_kernel.dylib          0x000000018ee19188 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018ee18ff8 mach_msg + 72
2   CoreFoundation                  0x000000018fe165d0 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                  0x000000018fe141ec __CFRunLoopRun + 1132
4   CoreFoundation                  0x000000018fd422b8 CFRunLoopRunSpecific + 444
5   Foundation                      0x000000019087f26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                      0x00000001908d3aa0 -[NSRunLoop(NSRunLoop) run] + 88
7   WeatherSpork                    0x0000000100116a0c 0x1000bc000 + 371212
8   Foundation                      0x000000019097ce68 __NSThread__start__ + 1024
9   libsystem_pthread.dylib         0x000000018eefd850 _pthread_body + 240
10  libsystem_pthread.dylib         0x000000018eefd760 _pthread_body + 0
11  libsystem_pthread.dylib         0x000000018eefad94 thread_start + 4

Thread 7:
0   libsystem_pthread.dylib         0x000000018eefad88 start_wqthread + 0

Thread 8:
0   libsystem_kernel.dylib          0x000000018ee37a88 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x000000018eefb344 _pthread_wqthread + 1452
2   libsystem_pthread.dylib         0x000000018eefad8c start_wqthread + 4

Thread 9:
0   libsystem_pthread.dylib         0x000000018eefad88 start_wqthread + 0

Thread 10:
0   libsystem_kernel.dylib          0x000000018ee37a88 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x000000018eefb344 _pthread_wqthread + 1452
2   libsystem_pthread.dylib         0x000000018eefad8c start_wqthread + 4

Thread 11:
0   libsystem_kernel.dylib          0x000000018ee37a88 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x000000018eefb344 _pthread_wqthread + 1452
2   libsystem_pthread.dylib         0x000000018eefad8c start_wqthread + 4

Thread 12 name:  Dispatch queue: com.apple.root.default-qos
Thread 12:
0   libsystem_kernel.dylib          0x000000018ee19188 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018ee18ff8 mach_msg + 72
2   libdispatch.dylib               0x000000018ecf21a0 _dispatch_send_wakeup_runloop_thread + 68
3   libdispatch.dylib               0x000000018ecfff44 _dispatch_runloop_queue_poke + 256
4   StoreKit                        0x000000019cb1abac -[SKProductsRequest _handleReply:] + 100
5   StoreKit                        0x000000019cb1af94 __36-[SKProductsRequest _sendXPCMessage]_block_invoke + 52
6   libxpc.dylib                    0x000000018ef3afcc _xpc_connection_reply_callout + 80
7   libxpc.dylib                    0x000000018ef3af3c _xpc_connection_call_reply + 40
8   libdispatch.dylib               0x000000018ecf21bc _dispatch_client_callout + 16
9   libdispatch.dylib               0x000000018ed00a4c _dispatch_queue_override_invoke + 732
10  libdispatch.dylib               0x000000018ed0234c _dispatch_root_queue_drain + 572
11  libdispatch.dylib               0x000000018ed020ac _dispatch_worker_thread3 + 124
12  libsystem_pthread.dylib         0x000000018eefb2a0 _pthread_wqthread + 1288
13  libsystem_pthread.dylib         0x000000018eefad8c start_wqthread + 4

Thread 13:
0   libsystem_pthread.dylib         0x000000018eefad88 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000174032240   x1: 0x000000019684bab9   x2: 0x0000000000000000   x3: 0xfffffff0001fc088
    x4: 0x0000000000002403   x5: 0x00000000ffffffff   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x00000001b4666000   x9: 0x0000000000000020  x10: 0x000000012dd112c0  x11: 0x000000100000001f
   x12: 0x000000012dd11330  x13: 0x6369766544746567  x14: 0x0000000008000000  x15: 0x0000000000000000
   x16: 0x0000000544746560  x17: 0x000000019cb1d25c  x18: 0x0000000000000000  x19: 0x0000000170252270
   x20: 0x000000017027b040  x21: 0x0000000000000000  x22: 0x0000000000000000  x23: 0x0000000000000014
   x24: 0x00000001b5596d20  x25: 0x0000000000000000  x26: 0xffffffffffffffff  x27: 0x000000017027b040
   x28: 0x0000000002ffffff   fp: 0x000000016fd42bf0   lr: 0x000000019cb1abf0
    sp: 0x000000016fd42bc0   pc: 0x000000018e8b2f70 cpsr: 0x20000000

Binary Images:
0x1000bc000 - 0x1001c3fff WeatherSpork arm64  <2c0e99756d4b3e489c79190cbf65b326> /var/containers/Bundle/Application/E3BE110D-6892-42CE-8679-A4E6FBF5E323/WeatherSpork.app/WeatherSpork
0x100308000 - 0x100337fff dyld arm64  <f54ed85a94253887886a8028e20ed8ba> /usr/lib/dyld
0x18e81c000 - 0x18e81dfff libSystem.B.dylib arm64  <1b4d75209f4a37969a9575de48d48668> /usr/lib/libSystem.B.dylib
0x18e81e000 - 0x18e873fff libc++.1.dylib arm64  <b2db8b1d09283b7bafe1b2933adc5dfd> /usr/lib/libc++.1.dylib
0x18e874000 - 0x18e894fff libc++abi.dylib arm64  <e3419bbaface31b5970c6c8d430be26d> /usr/lib/libc++abi.dylib
0x18e898000 - 0x18ec71fff libobjc.A.dylib arm64  <538f809dcd7c35ceb59d99802248f045> /usr/lib/libobjc.A.dylib
0x18ec72000 - 0x18ec76fff libcache.dylib arm64  <f09cab6893c631218f817e61b3d77fcb> /usr/lib/system/libcache.dylib
0x18ec77000 - 0x18ec82fff libcommonCrypto.dylib arm64  <e071643355cd3f67bae19045c7f9f340> /usr/lib/system/libcommonCrypto.dylib
0x18ec83000 - 0x18ec86fff libcompiler_rt.dylib arm64  <8209cb28df5d3b48894899019fcbb344> /usr/lib/system/libcompiler_rt.dylib
0x18ec87000 - 0x18ec8efff libcopyfile.dylib arm64  <567f33ef4d8f3e48a5afac933ccd389f> /usr/lib/system/libcopyfile.dylib
0x18ec8f000 - 0x18ecf0fff libcorecrypto.dylib arm64  <056a6c201d3d3696b59f0b264ba9b972> /usr/lib/system/libcorecrypto.dylib
0x18ecf1000 - 0x18ed20fff libdispatch.dylib arm64  <fb1d0baf642337d1bea0af309586df97> /usr/lib/system/libdispatch.dylib
0x18ed21000 - 0x18ed25fff libdyld.dylib arm64  <db54f120486a3710a684ce8bb1cb9d71> /usr/lib/system/libdyld.dylib
0x18ed26000 - 0x18ed26fff liblaunch.dylib arm64  <ceb57f62c49e38d8a8d33309db668bd3> /usr/lib/system/liblaunch.dylib
0x18ed27000 - 0x18ed2cfff libmacho.dylib arm64  <20627f9f062c3ee8873e3ab3bc3fda8c> /usr/lib/system/libmacho.dylib
0x18ed2d000 - 0x18ed2efff libremovefile.dylib arm64  <43110ffd953537e28981c6dead2c0b1f> /usr/lib/system/libremovefile.dylib
0x18ed2f000 - 0x18ed46fff libsystem_asl.dylib arm64  <e52a49b27e963d2bb90332a5b0895f8d> /usr/lib/system/libsystem_asl.dylib
0x18ed47000 - 0x18ed47fff libsystem_blocks.dylib arm64  <480fe954b3f63f16af8acfd6dc34e2da> /usr/lib/system/libsystem_blocks.dylib
0x18ed48000 - 0x18edc6fff libsystem_c.dylib arm64  <8a5a190d70563f3c8d4ce16cab74f599> /usr/lib/system/libsystem_c.dylib
0x18edc7000 - 0x18edcbfff libsystem_configuration.dylib arm64  <7628c33e4c383a78b0e33cf403e6f019> /usr/lib/system/libsystem_configuration.dylib
0x18edcc000 - 0x18edd1fff libsystem_containermanager.dylib arm64  <9de64e7545ab359fb9cefc695aa510f0> /usr/lib/system/libsystem_containermanager.dylib
0x18edd2000 - 0x18edd3fff libsystem_coreservices.dylib arm64  <e61211f8f4c9399595fbd921e8589a8b> /usr/lib/system/libsystem_coreservices.dylib
0x18edd4000 - 0x18edecfff libsystem_coretls.dylib arm64  <14fa1ba4b14b338181c2ef87b214695e> /usr/lib/system/libsystem_coretls.dylib
0x18eded000 - 0x18edf3fff libsystem_dnssd.dylib arm64  <7d745bdfb72e3119bad43c36f60a5a8a> /usr/lib/system/libsystem_dnssd.dylib
0x18edf4000 - 0x18ee17fff libsystem_info.dylib arm64  <6546bc8b4fa23df898bf2471e801d50b> /usr/lib/system/libsystem_info.dylib
0x18ee18000 - 0x18ee3cfff libsystem_kernel.dylib arm64  <1baa3f5629c43467879d4cf463a20b06> /usr/lib/system/libsystem_kernel.dylib
0x18ee3d000 - 0x18ee69fff libsystem_m.dylib arm64  <ba786894a7213d37baa99aafc0ee5493> /usr/lib/system/libsystem_m.dylib
0x18ee6a000 - 0x18ee85fff libsystem_malloc.dylib arm64  <c57ecb4ada5c3930a580b3d07583058a> /usr/lib/system/libsystem_malloc.dylib
0x18ee86000 - 0x18eeddfff libsystem_network.dylib arm64  <efa018a4cb4936e3b77b9194d390efc4> /usr/lib/system/libsystem_network.dylib
0x18eede000 - 0x18eee7fff libsystem_networkextension.dylib arm64  <34c2d9c2986f32dd996e4e439d94c9c5> /usr/lib/system/libsystem_networkextension.dylib
0x18eee8000 - 0x18eef2fff libsystem_notify.dylib arm64  <605beaf21db73cc3ae98a65e8c11f7d0> /usr/lib/system/libsystem_notify.dylib
0x18eef3000 - 0x18eef9fff libsystem_platform.dylib arm64  <518e18adfdfc316e9b4d519f6e4b6a47> /usr/lib/system/libsystem_platform.dylib
0x18eefa000 - 0x18ef03fff libsystem_pthread.dylib arm64  <258dc0c51499393bba7ba3e83dc5bfbb> /usr/lib/system/libsystem_pthread.dylib
0x18ef04000 - 0x18ef07fff libsystem_sandbox.dylib arm64  <0db039dc34223f498b11aed09cfce7f2> /usr/lib/system/libsystem_sandbox.dylib
0x18ef08000 - 0x18ef0ffff libsystem_symptoms.dylib arm64  <832499573c1730b48f6ff8e7c06fae15> /usr/lib/system/libsystem_symptoms.dylib
0x18ef10000 - 0x18ef2efff libsystem_trace.dylib arm64  <c5a7bdd0667a3b2a9cb458d3854d8f90> /usr/lib/system/libsystem_trace.dylib
0x18ef2f000 - 0x18ef34fff libunwind.dylib arm64  <7a7545249f7d3a69a162acb73ec4f17a> /usr/lib/system/libunwind.dylib
0x18ef35000 - 0x18ef35fff libvminterpose.dylib arm64  <21d158555a6233b19c53df16cafb6974> /usr/lib/system/libvminterpose.dylib
0x18ef36000 - 0x18ef5cfff libxpc.dylib arm64  <8f1330e254b83bd3a973af6933b91836> /usr/lib/system/libxpc.dylib
0x18ef5d000 - 0x18f177fff libicucore.A.dylib arm64  <35fc5fa2aab8326897081ab8416c497c> /usr/lib/libicucore.A.dylib
0x18f178000 - 0x18f188fff libz.1.dylib arm64  <b3ab59ff330f3225a53b4e8e95440d77> /usr/lib/libz.1.dylib
0x18fd39000 - 0x1900bdfff CoreFoundation arm64  <dd9791d198ef32eea1335b8ebc9b3d55> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1900be000 - 0x1900cefff libbsm.0.dylib arm64  <788093e9b6b738cea7045bfec4bef1d8> /usr/lib/libbsm.0.dylib
0x1900cf000 - 0x1900cffff libenergytrace.dylib arm64  <3bcefd094fa83b26807a1c6c92933cd2> /usr/lib/libenergytrace.dylib
0x1900d0000 - 0x19014bfff IOKit arm64  <e0a6f4f0810b3f75813eda2afebd591c> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19014c000 - 0x19016cfff libMobileGestalt.dylib arm64  <1e9e78da74143c54bb1e50aa7e285a0f> /usr/lib/libMobileGestalt.dylib
0x19016d000 - 0x190257fff libxml2.2.dylib arm64  <b3fc55542fe33491877c661cf410b164> /usr/lib/libxml2.2.dylib
0x190258000 - 0x1902e6fff Security arm64  <88e5d6eb0de13ff6b7904f1b0e43a88e> /System/Library/Frameworks/Security.framework/Security
0x1902e7000 - 0x190351fff SystemConfiguration arm64  <d907035d1ff936e5986035f50a77f5d3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x190352000 - 0x190467fff libsqlite3.dylib arm64  <87863a80836a3d659e5485f5029c3ed4> /usr/lib/libsqlite3.dylib
0x190468000 - 0x190801fff CFNetwork arm64  <5fc8f0f909a0314aa15c7853c5c8fea3> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x190802000 - 0x190812fff libbz2.1.0.dylib arm64  <0d14fa7337f43079bad2a4cfc6d66b70> /usr/lib/libbz2.1.0.dylib
0x190813000 - 0x19082bfff liblzma.5.dylib arm64  <b90cea0595ff3f8599d9788e1d2cb454> /usr/lib/liblzma.5.dylib
0x19082c000 - 0x190846fff libCRFSuite.dylib arm64  <ac663b865b6b38429a40878701aa484a> /usr/lib/libCRFSuite.dylib
0x190847000 - 0x190870fff libarchive.2.dylib arm64  <eca0acf41ac83d0a92230eb5b19c39c6> /usr/lib/libarchive.2.dylib
0x190871000 - 0x190872fff liblangid.dylib arm64  <a74f4f8a2d533e1f926044f052cc5b7d> /usr/lib/liblangid.dylib
0x190873000 - 0x190b41fff Foundation arm64  <7d40355e685036cc803455e5cbf6245f> /System/Library/Frameworks/Foundation.framework/Foundation
0x190b42000 - 0x190beefff libBLAS.dylib arm64  <fa29c2ad87a73ccea2885d9182faee53> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x190bef000 - 0x190f31fff libLAPACK.dylib arm64  <6df40b0afcbb35a48d63e2fa8ec03b1b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x190f32000 - 0x1911d4fff vImage arm64  <8b797590cf983693b4c3b6b83dc4ba29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1911d5000 - 0x1911f7fff libvMisc.dylib arm64  <5bcbb491c0a03816a7634797852c21ad> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1911f8000 - 0x19120cfff libLinearAlgebra.dylib arm64  <1adeb99764f63e9e8ef1225bb7a5120d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x19120d000 - 0x19121efff libSparseBLAS.dylib arm64  <515a7b8f5c433b709c1f6d205b9a73d2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x19121f000 - 0x191297fff libvDSP.dylib arm64  <80294f738c053c4991fa3ab4e867218e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x191298000 - 0x191298fff vecLib arm64  <15dc1eafe1f8377d9cab3ba5c7e488be> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x191299000 - 0x191299fff Accelerate arm64  <32a527bb13a63e37bf50c725b008e9d5> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x19129a000 - 0x1917e9fff CoreGraphics arm64  <bd7ec9e2358f3670aef8e025df08d2e6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1917ea000 - 0x1917fefff GraphicsServices arm64  <7c0dd118a4bc37dc8fab6449abde7ff9> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1917ff000 - 0x19184afff AppSupport arm64  <bdaad3a71677315bb126c4a73a1bcb9e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19184b000 - 0x19196efff MobileCoreServices arm64  <e035420bfabe3f28bc6eef0a144ac1d1> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x19196f000 - 0x1919c7fff BaseBoard arm64  <210cb4a9a0073c7b9e0b3d437cc1aa4b> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1919c8000 - 0x1919d3fff AssertionServices arm64  <7ca242e983fd3c0f805d51fca8a4c46a> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1919d4000 - 0x191a00fff BackBoardServices arm64  <c333604ae8123e3cbb46fe26f233beb9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x191a05000 - 0x191a54fff FrontBoardServices arm64  <00b3c2ff89f53d3dba0069b6bb5a56bd> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x191a58000 - 0x191a8bfff SpringBoardServices arm64  <9a9b5eba8bf63364861083f874ff612a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x191a8c000 - 0x191aa0fff MobileKeyBag arm64  <a78d40cc257231978e752c5a81cd1356> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x191aa1000 - 0x191aa9fff IOSurface arm64  <9a22349e905539a0a1598af6d7fe9cc9> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x191aaa000 - 0x191ab5fff liblockdown.dylib arm64  <ab36b2ace988302c89207cb290ff4a76> /usr/lib/liblockdown.dylib
0x191ab6000 - 0x191accfff CrashReporterSupport arm64  <3bffb6a60faf3560acd6f4bc832b66ac> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x191acd000 - 0x191acffff IOSurfaceAccelerator arm64  <7b7c2b7ea506374cb3902b7408d5d4bf> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x191ad0000 - 0x191b10fff AppleJPEG arm64  <b2fd4ef37aaf38f58311e33ea1683082> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x191b11000 - 0x1920a3fff ImageIO arm64  <f5ddfe623d4f3a338ae75c666ea10815> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1920a4000 - 0x1920aafff TCC arm64  <c9f168508185369591dfcd1c1cf9b6a3> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1920ab000 - 0x1920affff AggregateDictionary arm64  <9eeea99a19a83db18b28e9010b6c390b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1920b0000 - 0x1920bcfff PowerLog arm64  <113534d73def3d7ab109bcbc4d965d8e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1920bd000 - 0x192125fff libTelephonyUtilDynamic.dylib arm64  <d31ff5ec574d338e8d02155963d17950> /usr/lib/libTelephonyUtilDynamic.dylib
0x192126000 - 0x192138fff CommonUtilities arm64  <486d816afdc431aaa2ef67b229cf4e96> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x192139000 - 0x19214dfff libcompression.dylib arm64  <c764915fa0ec384f8a1759e63235b5a9> /usr/lib/libcompression.dylib
0x19214e000 - 0x1923ecfff CoreData arm64  <980c0f8663a0330d8b5fb541c22e7b66> /System/Library/Frameworks/CoreData.framework/CoreData
0x1923ed000 - 0x1923f2fff libCoreVMClient.dylib arm64  <3a28c232b17430839305f9d17745e247> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1923f3000 - 0x1923f8fff IOAccelerator arm64  <f4d5cd421bd03a52b40c991fd1c73806> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1923f9000 - 0x1923fafff libCVMSPluginSupport.dylib arm64  <7110757134ea3599b3d739db2ea6f48a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1923fb000 - 0x1923fefff libCoreFSCache.dylib arm64  <2147b40a3d713d53b221e8f40ca5ac7f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1923ff000 - 0x192442fff libGLImage.dylib arm64  <c2e2de9ee34236558c89d7fe9bc0116c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x192443000 - 0x19244dfff libGFXShared.dylib arm64  <058e54d10e9838c5bea32a75f199c2db> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x19244e000 - 0x192456fff IOMobileFramebuffer arm64  <2c513599a43539fabd1d91d0d3761e47> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x192457000 - 0x192457fff libmetal_timestamp.dylib arm64  <2bbf481d5e4a35aea434cd15f9d6a182> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x192458000 - 0x1924b6fff Metal arm64  <ff1261ae94e03c19964dda0546e189fd> /System/Library/Frameworks/Metal.framework/Metal
0x1924b7000 - 0x1924c1fff OpenGLES arm64  <52e0ecb1f2c23cc4a26345d035127679> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1924c2000 - 0x1924e6fff CoreVideo arm64  <581f5f9967923c4983c1373dfa23195b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1924e7000 - 0x1924e9fff OAuth arm64  <23d43697c1b130ed814eaddbd9851e0d> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1924f1000 - 0x19252efff Accounts arm64  <ba89d108cfef37ae91b70116c6d7c66d> /System/Library/Frameworks/Accounts.framework/Accounts
0x19252f000 - 0x192621fff libiconv.2.dylib arm64  <c85933d9062f32ac885047aadb359e88> /usr/lib/libiconv.2.dylib
0x192622000 - 0x192772fff CoreAudio arm64  <8ff5628b7e9b36efb6b746e6ea3e9088> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x192773000 - 0x192776fff UserFS arm64  <13d40ea4a3e032b199465cddc45c8479> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x192777000 - 0x192885fff CoreMedia arm64  <98e944101d7b3745ae7bc0e43a8b59cb> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x192886000 - 0x19288cfff libcupolicy.dylib arm64  <e88ddf38bf5a3f2583b7f1c9b1af4e76> /usr/lib/libcupolicy.dylib
0x19288d000 - 0x19291afff CoreTelephony arm64  <c5ef9b84bce0312e96b3faed5e424110> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x19291b000 - 0x192a28fff libFontParser.dylib arm64  <2784cc1e874a395bb3ea2f7c3382c62f> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x192a29000 - 0x192ab8fff VideoToolbox arm64  <d0baea0326d13f66ae8623f19aa1ac76> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x192ab9000 - 0x192ab9fff FontServices arm64  <a4b99cf7d62630aeb2f8c8e865a8fe34> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x192aba000 - 0x192c07fff CoreText arm64  <9d73af39afa63ea68673374a3862426b> /System/Library/Frameworks/CoreText.framework/CoreText
0x192c08000 - 0x192c22fff ProtocolBuffer arm64  <11c5f55b03ff32c6b25310171c1c7afe> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x192c23000 - 0x192c4bfff PersistentConnection arm64  <65b64570bee63c0580880163a91c230f> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x192c4c000 - 0x192c52fff DataMigration arm64  <5961a23a26153867b4bb8c80c19799d0> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x192c53000 - 0x1930b3fff AudioToolbox arm64  <3ea60e00d2383ae498996690ab1fdbdd> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1930b4000 - 0x19328cfff QuartzCore arm64  <6dc61ad83fc03f799792d1cb950622f7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x19328d000 - 0x193293fff Netrb arm64  <81262209ce983a5197fc2da41fc3b6a3> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x193294000 - 0x1932a4fff libcmph.dylib arm64  <7f719c3d948530c78be18a40b3ea59aa> /usr/lib/libcmph.dylib
0x1932a5000 - 0x1932c5fff libmis.dylib arm64  <cd871843480d31b8b074ac87e66cb63d> /usr/lib/libmis.dylib
0x1932c6000 - 0x1933b9fff LanguageModeling arm64  <8483753bf96f3484b448a47883cd5ab4> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1933ba000 - 0x1934a1fff ManagedConfiguration arm64  <d9e33a6cfa163270bb50a1a6e370ea95> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1934a2000 - 0x1934b8fff libmarisa.dylib arm64  <f0eea40d2c0a33a58d7cd2c9b52da4b7> /usr/lib/libmarisa.dylib
0x1934b9000 - 0x193589fff ProofReader arm64  <1596b3e0c7c43398ac19ac08a5460868> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x19358a000 - 0x193594fff MediaAccessibility arm64  <7b482ef272bf34fcb742c2afd236b626> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x193595000 - 0x1935a5fff MobileAsset arm64  <66b4c8da5b103557b258b9bac8d37772> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1935a6000 - 0x193617fff ColorSync arm64  <d4fa34368b923aaa8679c1bb8433b9b5> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x193618000 - 0x193688fff MetalPerformanceShaders arm64  <251f089c067b30d4922d67dc463d2300> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x193689000 - 0x193ab8fff FaceCore arm64  <04c8c7b7a36d3d98a96817f4365b3439> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x193ab9000 - 0x193b34fff Quagga arm64  <068db048c7e03054b73e3691592d1287> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x193b35000 - 0x193cfffff CoreImage arm64  <8c3df52ae00634d0ac530ceea391edac> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x193d00000 - 0x193d4cfff TextInput arm64  <25840bba5f6e347290d6f9e13dc2adf7> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x193d4d000 - 0x193d5dfff libAccessibility.dylib arm64  <f9f8b21c43c33c20a44455087fb58d36> /usr/lib/libAccessibility.dylib
0x193d6d000 - 0x1946c3fff JavaScriptCore arm64  <b7fb28f121ee3cf4a489c269bae932f2> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1946c4000 - 0x1948e1fff StoreServices arm64  <112ebf81ef193c98a6fae45dd573f01d> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1948e2000 - 0x1959d8fff WebCore arm64  <efec94b2b61339b0a09dc1eae748d211> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1959d9000 - 0x195a02fff libxslt.1.dylib arm64  <28d75f17d5b03dfd8717fea9677e1720> /usr/lib/libxslt.1.dylib
0x195a03000 - 0x195ae5fff WebKitLegacy arm64  <dfbb9cda368d336fa81c3a0784903c07> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x195ae6000 - 0x195baefff CoreUI arm64  <c5f28ba5feee3fa68d7d42174e006ad5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x195baf000 - 0x195bd6fff DictionaryServices arm64  <95116730515a356b990751cd0513b912> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x195bd7000 - 0x195bd8fff HangTracer arm64  <cadaa83487b73cab81629ef8f38e82fa> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x195bd9000 - 0x195c29fff PhysicsKit arm64  <abbda49ec9cb3e67934ed6ca38a54986> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x195c2a000 - 0x195d02fff UIFoundation arm64  <bf83b49e8565319c87a0d11769135836> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x195d0f000 - 0x196a9bfff UIKit arm64  <1804405f7b2a3e77a349b53163b09cdb> /System/Library/Frameworks/UIKit.framework/UIKit
0x196a9c000 - 0x196ac4fff CoreBluetooth arm64  <12009b6e55113d8da05a44a02f819497> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x196ac5000 - 0x196aeafff DataAccessExpress arm64  <ee3cce236aaf3b77b59100acd44c2f29> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x196aeb000 - 0x196b0cfff NetworkStatistics arm64  <a0b0f25f321b35fba72fcdddcc334766> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x196b0d000 - 0x196b96fff AddressBook arm64  <f83a188c7d303314a26b5b003b0af4a3> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x196b97000 - 0x196cf4fff CoreMotion arm64  <32e6ecff39443a1687ad3f188b97b09f> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x196cf5000 - 0x196d22fff CacheDelete arm64  <8da9a120ed5f31fcb904a48633c0612c> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x196d23000 - 0x196d30fff CoreAUC arm64  <671a13f17b6d3f7da0b81595e1957bc5> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x196d31000 - 0x1972d2fff MediaToolbox arm64  <da8e5b4e91b63ea9b0209c681380875f> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1972d3000 - 0x19747efff Celestial arm64  <bebb60b953c33ace90a974dd4e000729> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x19747f000 - 0x19748efff IntlPreferences arm64  <41f26994496f3c4981cd2939832f54d6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x19748f000 - 0x197491fff CoreDuetDebugLogging arm64  <a16fb61a2c833e93852b77b5b5520db2> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x197492000 - 0x1974a6fff CoreDuetDaemonProtocol arm64  <486d428723a038fc994d0b926b4a84af> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1974a7000 - 0x19757cfff CoreDuet arm64  <8ab25716062a373c9bb1c54fc647d0fe> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19757d000 - 0x19772ffff AVFoundation arm64  <4fed94e1676f3b50928f9be1cb375e75> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x197730000 - 0x197762fff libtidy.A.dylib arm64  <daa87ffd63a43a5aa805bce93b398a11> /usr/lib/libtidy.A.dylib
0x197763000 - 0x1977c9fff IMFoundation arm64  <a2ca1e8dfe203f928802b19dcca8fbf7> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1977ca000 - 0x197e57fff GeoServices arm64  <43d3e18725873a68be5c828ce90a623a> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x197e58000 - 0x197e59fff DiagnosticLogCollection arm64  <944c96e416a331efbf7bab3839ccd10d> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x197e5a000 - 0x197e5bfff Marco arm64  <bff480036e39364fafccd764c6dbaeb4> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x197e5c000 - 0x197ee0fff CoreLocation arm64  <28f1187102a531528323faead1645b58> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x197ee1000 - 0x197ee6fff ConstantClasses arm64  <9d635c1173f83a22b1d1b1e53c16f6bb> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x198173000 - 0x1981c4fff IDSFoundation arm64  <9feec5a8956d3c5dbf8c96aaab3c7efb> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1981c5000 - 0x19828bfff IDS arm64  <826891e709e33d11bb85e36bc4cea31d> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1982aa000 - 0x1982eafff AuthKit arm64  <fb557bb1badb3e298bbc0b0945322e33> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1982eb000 - 0x1982f0fff libheimdal-asn1.dylib arm64  <166bb8b0eaa6368d836a7702b4ade694> /usr/lib/libheimdal-asn1.dylib
0x1983a0000 - 0x198527fff MobileSpotlightIndex arm64  <5383bbd06360330b8ad7f3d857bf0f87> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x198528000 - 0x198548fff PlugInKit arm64  <354f2edb8c5e3f4b95155b744b56ecc8> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x198549000 - 0x198575fff ProtectedCloudStorage arm64  <1be1f41a77f138e7b177db7aea32c460> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x198576000 - 0x198591fff libresolv.9.dylib arm64  <1088f2b7d38b3b29b79ea0a4de8eb83c> /usr/lib/libresolv.9.dylib
0x198592000 - 0x1985a7fff ApplePushService arm64  <ad927f10652b32f2bd7e35822869fce0> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1985a8000 - 0x1985f7fff ContactsFoundation arm64  <b2d796f48a0d336fb6f3d048299c9aa3> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1985fe000 - 0x1986a6fff Contacts arm64  <74d5212f603f3e9ca9522262ad9aeacf> /System/Library/Frameworks/Contacts.framework/Contacts
0x1986a7000 - 0x1986f5fff CoreSpotlight arm64  <dd56f04ebe813448a8009a72e6a5d4c0> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1986f6000 - 0x19871efff vCard arm64  <6177f1a1d74e3a788a888913862c8487> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x19894b000 - 0x19894dfff MessageSupport arm64  <9da4f5d6c66e33a191bfa15af72d846c> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x19894e000 - 0x1989a2fff MIME arm64  <e389f4b280673c67b9f52e35f3dacd65> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x198a3e000 - 0x198a5afff AppleIDSSOAuthentication arm64  <86f02c1364c433578943f63cfdd6d63f> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x198a5b000 - 0x198a6bfff MailServices arm64  <9294a06f0a3834068ebf3d872a27d7ff> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x198a6c000 - 0x198adafff AppleAccount arm64  <ddcedeb71dde3b96af5ef48fafdbcaa3> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x198adb000 - 0x198adffff CommunicationsFilter arm64  <c09574c4d9f132d080f543f4d2bc7c1d> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x198ae0000 - 0x198b04fff ChunkingLibrary arm64  <2d79fcffe0a8325bb364c297197c2d65> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x198b40000 - 0x198b46fff AssetCacheServices arm64  <075670ecd32d3fbeb5b3ce6da947f51b> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x198b47000 - 0x198c20fff MMCS arm64  <92dc4de4192c362591d4b4e019af6db1> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x198c52000 - 0x198c94fff ContentIndex arm64  <19eda95a34c639d093b9dc61c0b3f4e6> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x198cf3000 - 0x198d23fff Bom arm64  <9545e5dc0248350ea55266dafdf1c3f7> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x198d24000 - 0x198d2bfff CertUI arm64  <8fcb899eb96c3ca2a44f0f439a26b4fb> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x198d2c000 - 0x198d7cfff FTServices arm64  <9fec6507b961372988c86676e0abd4e6> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x198d7d000 - 0x198ddbfff CoreDAV arm64  <11b89b735ad93ffca4d0efb854df9ab8> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x198dea000 - 0x198dfefff UserManagement arm64  <26bc451e92fd3d18a4f237c34798385a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x198dff000 - 0x198ec7fff CorePDF arm64  <83ce0866f79834d1b91423333a40f932> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x198ec8000 - 0x198efcfff iCalendar arm64  <a6f2dc3bfc41351c9dded418139ee97d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x198f05000 - 0x198f64fff CalendarFoundation arm64  <d8bae7d431e5328ca1d2716a42f29eae> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x199064000 - 0x1990fcfff CalendarDatabase arm64  <5997d40c47c632ad848c0da62416fff7> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1990fd000 - 0x199142fff CalendarDaemon arm64  <737888a19d1d3e2eb55023f964582a8d> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x199143000 - 0x199212fff EventKit arm64  <39e4a110cfb53e2f83a3f54255233a03> /System/Library/Frameworks/EventKit.framework/EventKit
0x199213000 - 0x199516fff WebKit arm64  <9a9949d6e4be38278f80dc5878cc2548> /System/Library/Frameworks/WebKit.framework/WebKit
0x199517000 - 0x19955dfff WebBookmarks arm64  <9f2d52fdcfcb3af19284698d8590da4e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x19955e000 - 0x1996a6fff ContactsUI arm64  <a5d684c338fb3ad9a5758cb81cae2073> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19a225000 - 0x19a263fff Notes arm64  <e491108b63b6366e98498b2ae4c35db9> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x19a264000 - 0x19a33bfff AddressBookUI arm64  <83d4193ac4dd31b9b1690a0ecd1cd5f0> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x19a33c000 - 0x19a419fff CloudKit arm64  <57ee991dbad6343aa5b1da537ef0c65f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x19a478000 - 0x19a47efff CloudPhotoServices arm64  <381563610a603902b5a5bc6eb71411fb> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x19a47f000 - 0x19a575fff CloudPhotoLibrary arm64  <5aea2d9cd31a314c8c4107445241a237> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x19a576000 - 0x19a5c5fff DataAccess arm64  <210f37b04eab3bc0baa17f1218505f25> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x19a5c6000 - 0x19a5edfff AssetsLibraryServices arm64  <da2212f776a73a3cbae134918f26336c> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19a688000 - 0x19a6b6fff ACTFramework arm64  <4109d6d2547c3ff6947434cd22492bfd> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x19a6b7000 - 0x19a6c2fff DCIMServices arm64  <c4e22c211db93abdabf900ebd859d1d1> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x19a6c3000 - 0x19a7f0fff CoreMediaStream arm64  <73e65daffe5c3aa7a54d64817cf62583> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x19a7f1000 - 0x19a809fff PhotosFormats arm64  <0a62b66d803e3ade95d2e303f5dc92ce> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x19a80a000 - 0x19a811fff XPCKit arm64  <238c5b445c233772b1456419738eb478> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x19ab91000 - 0x19ac77fff CameraKit arm64  <dced4b1aaa6c3025a834b265f84c86db> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x19ac80000 - 0x19ac9bfff MediaStream arm64  <c09f05a03f4531c8a40dc8c1b0e5d352> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x19ac9c000 - 0x19b022fff PhotoLibraryServices arm64  <c37e0f0a1ac43ebead4371a40862f7c7> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x19b05a000 - 0x19b0c8fff libprotobuf.dylib arm64  <0281cb59de1d3e858bd9e59dddaf41ff> /usr/lib/libprotobuf.dylib
0x19b2fd000 - 0x19b43afff Message arm64  <ecd86c630dbd3fcfa592adb5cfa4d493> /System/Library/PrivateFrameworks/Message.framework/Message
0x19b4ee000 - 0x19b521fff DataDetectorsCore arm64  <36ddb64003543f17a4ae5f50cf5ca896> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19b530000 - 0x19b773fff libAWDSupportFramework.dylib arm64  <5d208ba22cbd3626a213751b9f5a08da> /usr/lib/libAWDSupportFramework.dylib
0x19b7b3000 - 0x19b7f0fff WirelessDiagnostics arm64  <dfb02b240a5c3f47bd76f2c1257c175b> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19b9ce000 - 0x19b9d9fff CoreRecents arm64  <5919be3a936736239f53dc6057ac945e> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x19bada000 - 0x19baedfff AssetsLibrary arm64  <f7bc78a1943130c387a5d9661bd239cb> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x19c34a000 - 0x19c34dfff FTClientServices arm64  <bab70cc0ff803bde8d7f809628833021> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x19c549000 - 0x19c582fff ContactsAutocomplete arm64  <797d7b400c5331fa9d7a7f6ded49b0db> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x19c593000 - 0x19c671fff MessageUI arm64  <db6cdc704fcd362797fa7a59836fc841> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x19c672000 - 0x19c6eafff libnetwork.dylib arm64  <5a78675ccd2f3b50ba5ae3e5ef088969> /usr/lib/libnetwork.dylib
0x19c6fe000 - 0x19c77cfff Network arm64  <7c97545661d93a238dd3201713c90bbe> /System/Library/PrivateFrameworks/Network.framework/Network
0x19c783000 - 0x19c822fff Social arm64  <b62cec6888253e85963301dc2604e2d1> /System/Library/Frameworks/Social.framework/Social
0x19c91e000 - 0x19c934fff FTAWD arm64  <d5d986fdf2a73746badf86337ea26b3a> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x19cb10000 - 0x19cb10fff AdSupport arm64  <dd8f4f3183913751b8239f5b83785f40> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x19cb11000 - 0x19cb31fff StoreKit arm64  <856d6838b9e5329d9fd82e038b9719e8> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a04e8000 - 0x1a0544fff CoreBrightness arm64  <6100dadc309436d086f498264d66276c> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1a3e1d000 - 0x1a3e24fff libMatch.1.dylib arm64  <c3665e4566383a39b147400243f14660> /usr/lib/libMatch.1.dylib
0x1a418d000 - 0x1a4423fff RawCamera arm64  <fea3d8d380c333d79a0aa40656d20742> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a44ed000 - 0x1a4501fff libCGInterfaces.dylib arm64  <a94effd0df4d3bb691067ae3ae270125> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a53f2000 - 0x1a5400fff AppleFSCompression arm64  <a1afd6c88f183b0896626b220de4d2c2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1a5401000 - 0x1a540cfff AppleIDAuthSupport arm64  <5ef7f5e8da2c364b9d459b7280615c26> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1a60c2000 - 0x1a60e8fff CoreServicesInternal arm64  <3a007d98794d3e3a9d1f377b2c3619ee> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a6822000 - 0x1a682efff libGSFontCache.dylib arm64  <e35b6863bb623df5b8e7735a66f76e50> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a682f000 - 0x1a6860fff libTrueTypeScaler.dylib arm64  <de847921d0693dc48e78f8847117768a> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a9263000 - 0x1a943efff libFosl_dynamic.dylib arm64  <0aa33a84bd8630f29c6fc401fa0ffd5e> /usr/lib/libFosl_dynamic.dylib
0x1a9855000 - 0x1a9884fff libpcap.A.dylib arm64  <983b5efbde5d30238673d8b74a8a2653> /usr/lib/libpcap.A.dylib
0x1a9885000 - 0x1a98bcfff libsandbox.1.dylib arm64  <48abba806d7e34d0924c47048cc1838e> /usr/lib/libsandbox.1.dylib
0x1a98c0000 - 0x1a9991fff AVFAudio arm64  <b1a0fc23635a35bb8ba6e8fe869cae92> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a9992000 - 0x1a999bfff ProactiveEventTracker arm64  <5b8319222fbb31c58bd392b6d4fc1035> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a999c000 - 0x1a9af2fff Intents arm64  <242a81c86a613c7e961765694a6f9e89> /System/Library/Frameworks/Intents.framework/Intents
0x1a9c36000 - 0x1a9c59fff UserNotifications arm64  <0dd7c46e70d23483a26b02bfed7be22f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a9c69000 - 0x1a9c77fff PersonaKit arm64  <11315b9f03073d42a84dfedc91b43347> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1aa09f000 - 0x1aa0cafff Pasteboard arm64  <694796dad92d366a9b5e152c95780d9e> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1aa0e3000 - 0x1aa26dfff TextureIO arm64  <c54172604d14378eb9ca8a71942a9a7e> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1aa789000 - 0x1aa7d3fff ContactsUICore arm64  <e046c6d1c0d33c0dadfe2a5c663a6683> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1ab701000 - 0x1ab713fff libBNNS.dylib arm64  <4fe669ed8f7e3fd6aa4687faa52c18e9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1ab714000 - 0x1ab719fff libQuadrature.dylib arm64  <b42c49db566e3e5f9577adbfcf2e0a42> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1abab5000 - 0x1abac6fff CoreEmoji arm64  <a5aa53b703bf3c669425672d599a24f9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1abf82000 - 0x1abf82fff IntentsFoundation arm64  <011ec9d36ee0348aa1c272522b03a06f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1ac0a1000 - 0x1ac169fff NLP arm64  <41213ee6dc4c3221876add1679d24b72> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1ad19f000 - 0x1ad216fff libate.dylib arm64  <afb1757e1bdd3804b372511c4c3ba662> /usr/lib/libate.dylib
0x1ad217000 - 0x1ad217fff libcoretls.dylib arm64  <3798381066cd3288b95a25164d224a06> /usr/lib/libcoretls.dylib
0x1ad218000 - 0x1ad219fff libcoretls_cfhelpers.dylib arm64  <f528dac189a931439165cffb8579f5ef> /usr/lib/libcoretls_cfhelpers.dylib

EOF
Dexus commented 7 years ago

I can't reproduce it here... sorry.

Dexus commented 7 years ago

@stripathix found the problem? can you say something about it?

stripathix commented 7 years ago

It just started to work today. I have not made any changes, neither in application nor in iTunes connect. It just works now. Maybe something was wrong apple side due to which it was throwing "Load failed: Cannot connect to iTunes Store".