- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok this is the scenery as the better i can explain.
On intel xdk 1621 everything worked fine, asian characters displayed correctly, app runs smoothly on both devices, ios and android, and i was about to publish my app the very same day i updated xdk (wich i regret)
after compiling, and testing the app on an iphone 5s with ios 7.1, the app crashed just after opening, it not just happened to this particular app, all other apps in development suffered the same problem, so i uninstalled everything and restored a backup image of my system with both 1621 and old xdk project files matching the version of XDK, sadly this didnt improved, now all apps still presented this crash upon opening error, so i choose to start from scratch, and returned to the 1816 system image, with all new things installed and made a new app, just a brand new app, exported and installed on the iphone and it crashed upon opening.
at this point i started to think it has something to do with the app plugins or some sort of addon onto the compiled app, but to make sure i choose to manually depure the code, add line then compile and test, and so on. so i found the culprit, it's the CORDOVA.JS file the one it's making the app crash upon opening, so i'm really stranded here boys, i need to sort this because my work depends onto this project (supposed to be published 3 days ago...)
any ideas that can lead to find what's happening with cordova.js?
thanks in advance.
EDIT: PLUS if i remove the line:
<script src="cordova.js"></script>
the app works fine with the exception that window.open links don't show any toolbars or done button.
EDIT2: tested on android 4.4.4 and, even when it worked, now the problem is the app is completely ignoring this part of the code:
<script>
$.ui.useOSThemes = false;
</script>
and it's using the android theme by default, messing completely with the app design.
EDIT3: ok, a small update, i uninstalled everything following this guide:
https://software.intel.com/en-us/forums/topic/542074
and reinstalled 1621, then i made an app using the app templates, tab (non appdesigner) and that's it, didnt edited nothing, compiled and tested on iphone with 7.1 and the very same problem, it's a simple generated app template lol... and it didnt worked, the app exits when reading the cordova.js include, i'm starting to sense it is a problem with the compiling server.
included the complete folder for devs to check it.
and no, i havent tried the 8.0 yet since the target ios for this app is 7.1, even if it works on 8.0 it's a must that it have to work on 7.1, 90% of the target population (students) uses 7.1
EDIT4: im compiling to Legacy Hybrid Mobile App Ad-Hoc, not the cordova 3.x Hybrid, it worked awesomely fine before the update on 1621 so don't tell me to compile on cordova 3.x, unless that was a bug.
EDIT5: tested every template on the XDK, all crash upon opening, when reading the cordova.js include.
thanks for the help if it can be provided, i'm completely stranded here.451295
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
EDIT4: im compiling to Legacy Hybrid Mobile App Ad-Hoc, not the cordova 3.x Hybrid, it worked awesomely fine before the update on 1621 so don't tell me to compile on cordova 3.x, unless that was a bug.
The legacy build is going to be deprecated soon, I highly encourage you to build using Cordova build.
Swati
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, is going to be deprecated soon, BUT it is active and working right now, so i'm still waiting for an answer to this specific problem mr Swati.
also i tried compiling on cordova, but even when i provide the provisioning profile, it keeps refusing it.
what should i do? i really need the webview component working...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK i accepted your suggestion and got into compiling for cordova, everything seems fine until....:
and the enormous log file gave this :
=== BUILD TARGET NJA OF PROJECT NJA WITH CONFIGURATION Release === Check dependencies Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“NJAâ€) has an AppID of “com.newjapanacademygmailcom.nja†which does not match your bundle identifier “NJAâ€. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0' ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure) Command finished with error code 65: .../NJA/platforms/ios/cordova/build --release,--device Error: .../NJA/platforms/ios/cordova/build: Command failed with exit code 65 at ChildProcess.whenDone (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23) at ChildProcess.EventEmitter.emit (events.js:98:17) at maybeClose (child_process.js:753:16) at Process.ChildProcess._handle.onexit (child_process.js:820:5)
MOTHER OF GOD i hate 1816....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at these lines, it says that you do not have a valid provisioning profile include for your build.
648 |
Check dependencies |
649 |
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“NJAâ€) has an AppID of “com.newjapanacademygmailcom.nja†which does not match your bundle identifier “NJAâ€. |
650 |
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0' |
With Cordova builds, all the settings are setup before you build. Under the Projects tab of the XDK, you will find the build settings section. You need to specify your AppID there, Cordova version (3.5 or 4.1.2) and all the other settings for building your app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok sr, you directed me in the correct direction, i'm grateful to you for pointing that error to me.
however, ok now it compile correctly and can install it without problems on ios 7.0.1 (ad hoc) it actually don't crash when reading the cordova.js file, wich is great, but then another problem surfaced, the app isn't connecting to the internet after installation, it can read all the offline content but when opening the iframe zones, those aren't loading...
any idea of what can i do in this particular case?
thanks in advance!
EDIT1: sadly, in the end it isnt connecting to the internet, pushmobi isnt firing up, iframes aren't connecting to their destinarions... somehow cordova needs a different HTML5 code than the normal used on hybrid legacy apps, because when i compile there and put the pushmobi code before the cordova.js include, it fires up but of course when the cordova.js is read it crashes.
EDIT2: ok according to this
https://forums.html5dev-software.intel.com/viewtopic.php?f=26&t=5569
pushmobi is not compatible with cordova, wich screws me up completely.--
REALLY ISNT ANY SOLUTION TO RESTORE BUILDING ON LEGACY HYBRID APP TYPE?
i've tried using different computers, mac and windows and i just can't get cordova.js to work, maybe my account has something wrong? i don't feel it is right to push me to use cordova compiling when i wasnt compiling using it and screwing all my projects on the way...
I NEED TO BE ABLE TO COMPILE AGAIN ON HYBRID LEGACY APPS....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
appMobi, the owners of pushMobi, have not released Cordova plugins for their apps yet. So pushMobi will not work with Cordova built apps currently. There are many other push providers out there. One that I found that is very simple to setup is called pushWoosh. I managed to get an app setup with them in less than 10 minutes.
About connecting to the internet in a cordova built app.
- How are you trying to display the external content? Code? Are you trying to use the In App Browser plugin or something else? With the Cordova builds, you need to enable plugins for each of the features that you plan on using. With this model, you can control the size of your app. You dont have to include things that you are not going to use. The old Legacy builds, include ALL the plugins ALL the time. So if you had a simple helloWorld app, it would be 6-8 Mb. Some users highly disliked this, which is why we went to the Cordova method.
- You can whitelist particular URL in the build settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok i got that part, however today the xdk updated to 1826, i HAD the naive hope of the legacy hybrid would work correctly again, of course it keeps crashing, and i want to know if there is a way to fix that, because legacy hybrid is still being offered to the general public on 1826, so there is no reason on why it crashes every app i release using it, can you help me on that? do i need to pay for a more personalized assistance on this matter?...
returning to the cordova build, this is what im using on the code:
(i redacted the url, it can be anything, it just wont work)
<iframe src="url" scrolling="auto" frameborder="0" style="border:none; overflow:hidden; height:450px;width:100%" allowTransparency="true" onload='javascript:resizeIframe(this);'></iframe>
on the hybrid legacy it works like a charm, but cordova just refuses to display anything...
i will try the whitelist thing, cordova is way too much complicated..
EDIT1: whitelisted was already active to allowing every site to connect (using the * ) but anyway i added my domain and it is still not loading the content of the iframes.
also for the pushwoosh, well lets give it a try, got some guides on their site but... (the positive about pushmobi it's the simplicity it involved...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
regarding the crash on the ios (both 7.0.6 and other devices with 8.1.1) i got this crash report from the device with 7.0.6.
hope this sheds some light on the solution for this problem.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>AutoSubmitted</key> <true/> <key>SysInfoCrashReporterKey</key> <string>f176acdae74c08e1f451331fbe8338a0304d4c20</string> <key>blame</key> <array/> <key>bug_type</key> <string>109</string> <key>bundleID</key> <string>com.newjapanacademygmailcom.nja</string> <key>description</key> <string>Incident Identifier: 366AA288-C0A9-4A33-BDC0-33FFA01D1F17 CrashReporter Key: f176acdae74c08e1f451331fbe8338a0304d4c20 Hardware Model: iPhone6,1 Process: NJA [15083] Path: /var/mobile/Applications/1F85E658-8DE8-4892-83C9-476C9BF5C490/NJA.app/NJA Identifier: com.newjapanacademygmailcom.nja Version: 20.0.0 (20.0.0) Code Type: ARM-64 (Native) Parent Process: launchd [1] Date/Time: 2015-03-10 14:59:17.326 +0900 OS Version: iOS 7.0.6 (11B651) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x18558f09c 0x185484000 + 0x10b09c // __exceptionPreprocess + 0x84 1 libobjc.A.dylib 0x19150dd78 0x191500000 + 0xdd78 // objc_exception_throw + 0x3c 2 CoreFoundation 0x185593d14 0x185484000 + 0x10fd14 // __methodDescriptionForSelector + 0x0 3 CoreFoundation 0x185591a7c 0x185484000 + 0x10da7c // ___forwarding___ + 0x390 4 CoreFoundation 0x1854b14ac 0x185484000 + 0x2d4ac // _CF_forwarding_prep_0 + 0x5c 5 NJA 0x1001c09e4 0x100074000 + 0x14c9e4 6 NJA 0x1001c0778 0x100074000 + 0x14c778 7 NJA 0x1001c0898 0x100074000 + 0x14c898 8 NJA 0x1001c07f4 0x100074000 + 0x14c7f4 9 Foundation 0x186108930 0x186010000 + 0xf8930 // __NSThreadPerformPerform + 0x148 10 CoreFoundation 0x18554f77c 0x185484000 + 0xcb77c // __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 0x18 11 CoreFoundation 0x18554ead8 0x185484000 + 0xcaad8 // __CFRunLoopDoSources0 + 0x100 12 CoreFoundation 0x18554cd70 0x185484000 + 0xc8d70 // __CFRunLoopRun + 0x278 13 CoreFoundation 0x18548db38 0x185484000 + 0x9b38 // CFRunLoopRunSpecific + 0x1c4 14 GraphicsServices 0x18aeb3830 0x18aea8000 + 0xb830 // GSEventRunModal + 0xa8 15 UIKit 0x1884cc0e8 0x188450000 + 0x7c0e8 // UIApplicationMain + 0x484 16 NJA 0x100079110 0x100074000 + 0x5110 17 libdyld.dylib 0x191af7aa0 0x191af4000 + 0x3aa0 // start + 0x4 Thread 0 Crashed: 0 libsystem_kernel.dylib 0x191bf258c 0x191bd8000 + 0x1a58c // __pthread_kill + 0x8 1 libsystem_c.dylib 0x191b86848 0x191b24000 + 0x62848 // abort + 0x6c 2 libc++abi.dylib 0x190dac990 0x190dac000 + 0x990 // abort_message + 0x54 3 libc++abi.dylib 0x190dc9c28 0x190dac000 + 0x1dc28 // default_terminate_handler() + 0x128 4 libobjc.A.dylib 0x19150e024 0x191500000 + 0xe024 // _objc_terminate() + 0x7c 5 libc++abi.dylib 0x190dc7164 0x190dac000 + 0x1b164 // std::__terminate(void (*)()) + 0xc 6 libc++abi.dylib 0x190dc6d38 0x190dac000 + 0x1ad38 // __cxa_rethrow + 0x8c 7 libobjc.A.dylib 0x19150df20 0x191500000 + 0xdf20 // objc_exception_rethrow + 0x28 8 CoreFoundation 0x18548dbb0 0x185484000 + 0x9bb0 // CFRunLoopRunSpecific + 0x23c 9 GraphicsServices 0x18aeb382c 0x18aea8000 + 0xb82c // GSEventRunModal + 0xa4 10 UIKit 0x1884cc0e4 0x188450000 + 0x7c0e4 // UIApplicationMain + 0x480 11 NJA 0x10007910c 0x100074000 + 0x510c 12 libdyld.dylib 0x191af7a9c 0x191af4000 + 0x3a9c // start + 0x0 Thread 1: 0 libsystem_kernel.dylib 0x191bd9ac8 0x191bd8000 + 0x1ac8 // kevent64 + 0x8 1 libdispatch.dylib 0x191addd74 0x191ad8000 + 0x5d74 // _dispatch_mgr_thread + 0x30 Thread 2: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 3 name: com.apple.NSURLConnectionLoader Thread 3: 0 libsystem_kernel.dylib 0x191bd9cc0 0x191bd8000 + 0x1cc0 // mach_msg_trap + 0x8 1 CoreFoundation 0x18554eca8 0x185484000 + 0xcaca8 // __CFRunLoopServiceMachPort + 0xb4 2 CoreFoundation 0x18554ce38 0x185484000 + 0xc8e38 // __CFRunLoopRun + 0x340 3 CoreFoundation 0x18548db34 0x185484000 + 0x9b34 // CFRunLoopRunSpecific + 0x1c0 4 Foundation 0x18607a7f8 0x186010000 + 0x6a7f8 // +[NSURLConnection(Loader) _resourceLoadLoop:] + 0x158 5 Foundation 0x18610876c 0x186010000 + 0xf876c // __NSThread__main__ + 0x3e4 6 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 7 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 8 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 4 name: WebThread Thread 4: 0 libsystem_kernel.dylib 0x191bf23dc 0x191bd8000 + 0x1a3dc // __psynch_mutexwait + 0x8 1 WebCore 0x18e94addc 0x18e848000 + 0x102ddc // _WebTryThreadLock(bool) + 0x78 2 WebCore 0x18e97ce50 0x18e848000 + 0x134e50 // SendDelegateMessage(NSInvocation*) + 0x30c 3 CoreFoundation 0x185591888 0x185484000 + 0x10d888 // ___forwarding___ + 0x19c 4 CoreFoundation 0x1854b14a8 0x185484000 + 0x2d4a8 // _CF_forwarding_prep_0 + 0x58 5 WebKit 0x18f679c74 0x18f660000 + 0x19c74 // WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>) + 0xc4 6 WebCore 0x18e98ee5c 0x18e848000 + 0x146e5c // WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, WTF::PassRefPtr<WebCore::FormState>, void (*)(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool), void*) + 0x650 7 WebCore 0x18e98de0c 0x18e848000 + 0x145e0c // WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>) + 0x3bc 8 WebCore 0x18e98d52c 0x18e848000 + 0x14552c // WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>) + 0x238 9 WebCore 0x18ea6f3d4 0x18e848000 + 0x2273d4 // WebCore::FrameLoader::loadURL(WebCore::KURL const&, WTF::String const&, WTF::String const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::Event>, WTF::PassRefPtr<WebCore::FormState>) + 0x4dc 10 WebCore 0x18eb2c97c 0x18e848000 + 0x2e497c // WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, WTF::PassRefPtr<WebCore::Event>, WTF::PassRefPtr<WebCore::FormState>, WebCore::ShouldSendReferrer) + 0x288 11 WebCore 0x18eb2c340 0x18e848000 + 0x2e4340 // WebCore::FrameLoader::urlSelected(WebCore::FrameLoadRequest const&, WTF::PassRefPtr<WebCore::Event>, bool, bool, WebCore::ShouldSendReferrer, WebCore::ShouldReplaceDocumentIfJavaScriptURL) + 0x14c 12 WebCore 0x18edd90ec 0x18e848000 + 0x5910ec // WebCore::FrameLoader::changeLocation(WebCore::SecurityOrigin*, WebCore::KURL const&, WTF::String const&, bool, bool, bool) + 0x128 13 WebCore 0x18f28fbe4 0x18e848000 + 0xa47be4 // WebCore::ScheduledURLNavigation::fire(WebCore::Frame*) + 0x6c 14 WebCore 0x18f28efa0 0x18e848000 + 0xa46fa0 // WebCore::NavigationScheduler::timerFired(WebCore::Timer<WebCore::NavigationScheduler>*) + 0x74 15 WebCore 0x18e88bd90 0x18e848000 + 0x43d90 // WebCore::ThreadTimers::sharedTimerFiredInternal() + 0x94 16 WebCore 0x18e88bcd0 0x18e848000 + 0x43cd0 // WebCore::timerFired(__CFRunLoopTimer*, void*) + 0x20 17 CoreFoundation 0x18554f688 0x185484000 + 0xcb688 // __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 0x18 18 CoreFoundation 0x18554f2f8 0x185484000 + 0xcb2f8 // __CFRunLoopDoTimer + 0x320 19 CoreFoundation 0x18554d020 0x185484000 + 0xc9020 // __CFRunLoopRun + 0x528 20 CoreFoundation 0x18548db34 0x185484000 + 0x9b34 // CFRunLoopRunSpecific + 0x1c0 21 WebCore 0x18e948b98 0x18e848000 + 0x100b98 // RunWebThread(void*) + 0x1d4 22 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 23 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 24 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 5: 0 libsystem_kernel.dylib 0x191bd9cc0 0x191bd8000 + 0x1cc0 // mach_msg_trap + 0x8 1 CoreFoundation 0x18554eca8 0x185484000 + 0xcaca8 // __CFRunLoopServiceMachPort + 0xb4 2 CoreFoundation 0x18554ce38 0x185484000 + 0xc8e38 // __CFRunLoopRun + 0x340 3 CoreFoundation 0x18548db34 0x185484000 + 0x9b34 // CFRunLoopRunSpecific + 0x1c0 4 libAVFAudio.dylib 0x184335740 0x184324000 + 0x11740 // GenericRunLoopThread::Entry(void*) + 0x9c 5 libAVFAudio.dylib 0x18432a204 0x184324000 + 0x6204 // CAPThread::Entry(CAPThread*) + 0x64 6 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 7 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 8 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 6: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 7: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 8 name: com.apple.coremedia.player.async Thread 8: 0 libsystem_kernel.dylib 0x191bd9cfc 0x191bd8000 + 0x1cfc // semaphore_wait_trap + 0x8 1 MediaToolbox 0x186d3ce14 0x186d38000 + 0x4e14 // fpa_AsyncMovieControlThread + 0x724 2 CoreMedia 0x185b9c538 0x185b6c000 + 0x30538 // figThreadMain + 0xfc 3 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 4 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 5 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 9 name: com.apple.CFSocket.private Thread 9: 0 libsystem_kernel.dylib 0x191bf276c 0x191bd8000 + 0x1a76c // __select + 0x8 1 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 2 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 3 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 10: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 11 name: JavaScriptCore::BlockFree Thread 11: 0 libsystem_kernel.dylib 0x191bf2394 0x191bd8000 + 0x1a394 // __psynch_cvwait + 0x8 1 JavaScriptCore 0x186765e70 0x18674c000 + 0x19e70 // JSC::BlockAllocator::blockFreeingThreadMain() + 0xf8 2 JavaScriptCore 0x186761948 0x18674c000 + 0x15948 // WTF::wtfThreadEntryPoint(void*) + 0x14 3 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 4 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 5 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 12 name: JavaScriptCore::Marking Thread 12: 0 libsystem_kernel.dylib 0x191bf2394 0x191bd8000 + 0x1a394 // __psynch_cvwait + 0x8 1 JavaScriptCore 0x18698d914 0x18674c000 + 0x241914 // JSC::GCThread::waitForNextPhase() + 0x68 2 JavaScriptCore 0x18698d9a8 0x18674c000 + 0x2419a8 // JSC::GCThread::gcThreadMain() + 0x58 3 JavaScriptCore 0x186761948 0x18674c000 + 0x15948 // WTF::wtfThreadEntryPoint(void*) + 0x14 4 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 5 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 6 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 13 name: WebCore: CFNetwork Loader Thread 13: 0 libsystem_kernel.dylib 0x191bd9cc0 0x191bd8000 + 0x1cc0 // mach_msg_trap + 0x8 1 CoreFoundation 0x18554eca8 0x185484000 + 0xcaca8 // __CFRunLoopServiceMachPort + 0xb4 2 CoreFoundation 0x18554ce38 0x185484000 + 0xc8e38 // __CFRunLoopRun + 0x340 3 CoreFoundation 0x18548db34 0x185484000 + 0x9b34 // CFRunLoopRunSpecific + 0x1c0 4 WebCore 0x18e9a3018 0x18e848000 + 0x15b018 // WebCore::runLoaderThread(void*) + 0x104 5 JavaScriptCore 0x186761948 0x18674c000 + 0x15948 // WTF::wtfThreadEntryPoint(void*) + 0x14 6 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 7 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 8 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 14: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 15: 0 libsystem_kernel.dylib 0x191bf2e74 0x191bd8000 + 0x1ae74 // __workq_kernreturn + 0x8 1 libsystem_pthread.dylib 0x191c717a4 0x191c70000 + 0x17a4 // start_wqthread + 0x0 Thread 16: 0 libsystem_kernel.dylib 0x191bd9cc0 0x191bd8000 + 0x1cc0 // mach_msg_trap + 0x8 1 CoreFoundation 0x18554eca8 0x185484000 + 0xcaca8 // __CFRunLoopServiceMachPort + 0xb4 2 CoreFoundation 0x18554ce38 0x185484000 + 0xc8e38 // __CFRunLoopRun + 0x340 3 CoreFoundation 0x18548db34 0x185484000 + 0x9b34 // CFRunLoopRunSpecific + 0x1c0 4 CoreFoundation 0x1854e31e0 0x185484000 + 0x5f1e0 // CFRunLoopRun + 0x6c 5 CoreMotion 0x185c3e020 0x185c00000 + 0x3e020 // 0x0003dda0 + 0x280 6 libsystem_pthread.dylib 0x191c741ac 0x191c70000 + 0x41ac // _pthread_body + 0xa4 7 libsystem_pthread.dylib 0x191c74104 0x191c70000 + 0x4104 // _pthread_start + 0x88 8 libsystem_pthread.dylib 0x191c717ac 0x191c70000 + 0x17ac // thread_start + 0x0 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000002060 x5: 0x000000016fd8b4c8 x6: 0x000000000000006e x7: 0x0000000000000a10 x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0x00000000947a86f7 x11: 0x0000000000000000 x12: 0x0000000000000400 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000191b9fe4b x16: 0x0000000000000148 x17: 0x0000a5e08ba411f6 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x00000001947bb2a0 x21: 0x434c4e47432b2b00 x22: 0x434c4e47432b2b00 x23: 0x0000000000000001 x24: 0x00000001781536c0 x25: 0x0000000000000001 x26: 0x000000017801e000 x27: 0x0000000191eec410 x28: 0x0000000000000000 fp: 0x000000016fd8b4d0 lr: 0x0000000191c754a8 sp: 0x000000016fd8b4b0 pc: 0x0000000191bf258c cpsr: 0x00000000 Binary Images (dpkg): 0x100874000 - 0x100877fff + MobileSubstrate.dylib arm64 <7eb90e1343ef35bea36be82d96c00008> /Library/MobileSubstrate/MobileSubstrate.dylib {"name":"Cydia Substrate","identifier":"mobilesubstrate","version":"0.9.5101","install_date":"2014-12-24 18:34:53 +0900"} 0x100920000 - 0x100923fff + SubstrateLoader.dylib arm64 <d65d6fab440739a9ba60e60cbe5d4ef1> /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib {"name":"Cydia Substrate","identifier":"mobilesubstrate","version":"0.9.5101","install_date":"2014-12-24 18:34:53 +0900"} 0x100950000 - 0x100963fff + Activator.dylib arm64 <f1363763ebcb3096958b8ab01b0acaa7> /Library/MobileSubstrate/DynamicLibraries/Activator.dylib {"name":"Activator","identifier":"libactivator","version":"1.9.1","install_date":"2014-11-04 14:23:17 +0900"} 0x100a68000 - 0x100a77fff + DisplayRecorder.dylib arm64 <b57ceb2972d93ea094785a522465e005> /Library/MobileSubstrate/DynamicLibraries/DisplayRecorder.dylib {"name":"Display Recorder","identifier":"repo.biteyourapple.net.displayrecorder","version":"1.3.11k","install_date":"2014-04-14 11:25:04 +0900"} 0x100a80000 - 0x100aa3fff + JODebox.dylib arm64 <804e96cc7b493f55b26309a3767022f5> /Library/MobileSubstrate/DynamicLibraries/JODebox.dylib {"name":"JODebox","identifier":"com.ouraigua.jodebox","version":"1.5-1","install_date":"2015-03-02 19:52:48 +0900"} 0x100ab8000 - 0x100abbfff + CydiaSubstrate arm64 <c0456f22e02a320eaa5de6a21b8b89fb> /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate {"name":"Cydia Substrate","identifier":"mobilesubstrate","version":"0.9.5101","install_date":"2014-12-24 18:34:53 +0900"} 0x100ac4000 - 0x100ac7fff + librocketbootstrap.dylib arm64 <65833ae1b8c0391989be206e3f90a601> /usr/lib/librocketbootstrap.dylib {"name":"RocketBootstrap","identifier":"com.rpetrich.rocketbootstrap","version":"1.0.2","install_date":"2014-07-20 12:04:31 +0900"} 0x100ad0000 - 0x100ad3fff + TetherMeNRB.dylib arm64 <c399a7c1247e32e1ba1e10a43312fd9c> /Library/MobileSubstrate/DynamicLibraries/TetherMeNRB.dylib {"name":"TetherMe","identifier":"repo.biteyourapple.net.tetherme","version":"3.1.3-3","install_date":"2014-11-10 09:55:16 +0900"} 0x104cfc000 - 0x104d0ffff + WinterBoard.dylib arm64 <ccc694d15ecf31248219eb76c43605c2> /Library/MobileSubstrate/DynamicLibraries/WinterBoard.dylib {"name":"WinterBoard","identifier":"winterboard","version":"0.9.3918","install_date":"2014-12-24 18:34:54 +0900"} 0x104d38000 - 0x104d43fff + libstatusbar.dylib arm64 <9faa6285155a3a779f661dd1604b54e9> /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib {"name":"libstatusbar","identifier":"libstatusbar","version":"1:0.9.8.1.1","install_date":"2014-12-24 18:34:58 +0900"} 0x104d4c000 - 0x104d4ffff + zeppelin_uikit.dylib arm64 <acc9c18268183f2a899e9f8efdfe96fe> /Library/MobileSubstrate/DynamicLibraries/zeppelin_uikit.dylib {"name":"Zeppelin","identifier":"com.alexzielenski.zeppelin","version":"2.1.0-12","install_date":"2014-12-24 18:34:57 +0900"} 0x104d5c000 - 0x104d67fff + ~tsProtector.dylib arm64 <4c2395493305375483b9e70f087c5407> /Library/MobileSubstrate/DynamicLibraries/~tsProtector.dylib {"name":"tsProtector P","identifier":"com.iphoneame.tsprotectorp","version":"3.3.16-2","install_date":"2014-07-20 16:41:46 +0900"} 0x1914b4000 - 0x1914cbfff + libmis.dylib arm64 <498a5f54dfa3370faf0ee38ec2ca901c> /usr/lib/libmis.dylib {"name":"evasi0n 7.x Untether","identifier":"com.evad3rs.evasi0n7","version":"0.3","install_date":"2014-01-03 21:43:34 +0900"} Binary Images (App Store): 0x100074000 - 0x10057ffff NJA arm64 <574c7285ecf7382d9323a79840038402> /var/mobile/Applications/1F85E658-8DE8-4892-83C9-476C9BF5C490/NJA.app/NJA Binary Images (Other): 0x120034000 - 0x12005bfff dyld arm64 <b9f4cfd5259d389887ae4f252ac88b71> /usr/lib/dyld 0x184004000 - 0x184023fff libJapaneseConverter.dylib arm64 <f3180336eda1365eb7a4b912a562eebc> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x184084000 - 0x184177fff RawCamera arm64 <34869555df5932fbbe2bdb51a6f9f927> /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x184194000 - 0x1841effff AGXGLDriver arm64 <bb538794e81736e3adf44d72ed7b9508> /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver 0x184204000 - 0x184323fff AVFoundation arm64 <589f261d685d374aa9847bd9188cbd97> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x184324000 - 0x18434ffff libAVFAudio.dylib arm64 <68a3e3243c8c3e3a9985eeee7a935d51> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 0x184350000 - 0x184353fff Accelerate arm64 <b6ed249ac075366ab36f1751b26bc97b> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x184360000 - 0x184533fff vImage arm64 <2d33bede6c813e2da933fbca2385614e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x184534000 - 0x1845d3fff libBLAS.dylib arm64 <768246f821d63497a1edb840af38bd5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1845d4000 - 0x18493bfff libLAPACK.dylib arm64 <36d3ff7c4b5b3cd2876872e8d3e44908> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x18493c000 - 0x184993fff libvDSP.dylib arm64 <b22a81d86bb83c95af3b9931d35db7b7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x184994000 - 0x1849b3fff libvMisc.dylib arm64 <00f129650d1a3697bc5182632320d91c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1849b4000 - 0x1849b7fff vecLib arm64 <6afbebd473fa3d2b948dc87e0cbfc86c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1849b8000 - 0x1849dffff Accounts arm64 <4802ba35478d308fb05a36112be92ca2> /System/Library/Frameworks/Accounts.framework/Accounts 0x1849e0000 - 0x1849e3fff AdSupport arm64 <b569d6e5c09134edb4acded7f4fec193> /System/Library/Frameworks/AdSupport.framework/AdSupport 0x1849e4000 - 0x184a5bfff AddressBook arm64 <a04c222f039d3e648fab625b1bd7d5c7> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x184a5c000 - 0x184b9bfff AddressBookUI arm64 <bdfdf73cd0fa3bc3a0854b8a7914d950> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x184b9c000 - 0x184baffff AssetsLibrary arm64 <9acb4844da4037b2a8fc4f3c4db31cd1> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x184d00000 - 0x185077fff AudioToolbox arm64 <29a63861fe783c20b6628ee4ec962b07> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x185078000 - 0x1851e3fff CFNetwork arm64 <a611ae9cee9d31248c1c09d099c77eed> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1851e4000 - 0x185247fff CoreAudio arm64 <369f52992ea13a37a63c75374fb9183a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x185248000 - 0x185263fff CoreBluetooth arm64 <bac2d78f5612357ab6a75fe2ff02acb4> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x185264000 - 0x185483fff CoreData arm64 <71980cd5398438a1af7f8e7d88b21e92> /System/Library/Frameworks/CoreData.framework/CoreData 0x185484000 - 0x18560fff7 CoreFoundation arm64 <da5c56450a6632b3b4349eb9de5f1091> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x185610000 - 0x18576ffff CoreGraphics arm64 <f1f94337421e32fba1528b67c8d80b1a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x185774000 - 0x1857bffff libCGFreetype.A.dylib arm64 <e4dee8458a553478a5b608ba7d178dcc> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib 0x1857c4000 - 0x1857cffff libCMSBuiltin.A.dylib arm64 <adc1761b968d378db059aaaebae0b313> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib 0x1859c4000 - 0x1859e3fff libRIP.A.dylib arm64 <ea8b666eff763fa1b354de30ad22fc42> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib 0x1859e4000 - 0x185adbfff CoreImage arm64 <b031c8067f043b98b3e49c8cc2cfbf9c> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x185adc000 - 0x185b2ffff CoreLocation arm64 <cdbd1d2376393e3897d2a7797d1ebc41> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x185b6c000 - 0x185bfffff CoreMedia arm64 <3256bb75df4d31c9a6a593811dc3f1d6> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x185c00000 - 0x185cb7fff CoreMotion arm64 <25ad0b8737b531499897be132457101a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x185cb8000 - 0x185d27fff CoreTelephony arm64 <c9193d05e717393a987453a1826f7c77> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x185d28000 - 0x185de3fff CoreText arm64 <4f01989631143315aa9efaad5bd73a56> /System/Library/Frameworks/CoreText.framework/CoreText 0x185de4000 - 0x185dfbfff CoreVideo arm64 <cd5b2a4b1a3234498384a7d31bbb2510> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x185dfc000 - 0x185ee3fff EventKit arm64 <98ce81ea3b173963a00fe3968380747f> /System/Library/Frameworks/EventKit.framework/EventKit 0x185ee4000 - 0x185ffbfff EventKitUI arm64 <b9dae41ef619334d811ae039f9bce419> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x185ffc000 - 0x18600ffff ExternalAccessory arm64 <0a489e20f85d3970a61b0cd6f16131f4> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x186010000 - 0x18624ffff Foundation arm64 <b899c77034783549a78bf3a52730f20f> /System/Library/Frameworks/Foundation.framework/Foundation 0x186250000 - 0x18627bfff GLKit arm64 <4651a70b5c9d3c78b747f698d600e174> /System/Library/Frameworks/GLKit.framework/GLKit 0x1862b8000 - 0x186347fff GameCenterFoundation arm64 <23fcb24873d93533bd5d00463544fd01> /System/Library/Frameworks/GameKit.framework/Frameworks/GameCenterFoundation.framework/GameCenterFoundation 0x186348000 - 0x186467fff GameCenterUI arm64 <7c3b5497c84132308b548b8c7b28baac> /System/Library/Frameworks/GameKit.framework/Frameworks/GameCenterUI.framework/GameCenterUI 0x186468000 - 0x186477fff LegacyGameKit arm64 <65090b0e78fc3e7ba5952f8faa392138> /System/Library/Frameworks/GameKit.framework/Frameworks/LegacyGameKit.framework/LegacyGameKit 0x186478000 - 0x18647bfff GameKit arm64 <f7efbafeb5d73c8ab6c24ab92acc8ca4> /System/Library/Frameworks/GameKit.framework/GameKit 0x18647c000 - 0x1864e7fff IOKit arm64 <a4cac747f7bd35d1b4f034b403acba86> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1864e8000 - 0x18674bfff ImageIO arm64 <f9733403c35f375b817af86d57e5b842> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18674c000 - 0x186a5bfff JavaScriptCore arm64 <2f30c0128a7e39f591943c5e5d98c4d3> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x186b0c000 - 0x186b13fff MediaAccessibility arm64 <fcc28bc7a18e354b9fd480b26e138d72> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x186b14000 - 0x186d37fff MediaPlayer arm64 <a97d7d844e40328e8db2c95348c2f8f0> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x186d38000 - 0x187067fff MediaToolbox arm64 <e5ef4d7ba7dd35e0b5f4c92dadf0f1ba> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x187068000 - 0x187117fff MessageUI arm64 <41cfb5747ea537cc8e8ef9e818b81338> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x187118000 - 0x187193fff MobileCoreServices arm64 <8f7311cade8a3cc1b0d33fafcc70e04c> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1871fc000 - 0x187233fff OpenAL arm64 <9cfdd034d53f3580b1074086f9163722> /System/Library/Frameworks/OpenAL.framework/OpenAL 0x187234000 - 0x187d13fff libLLVMContainer.dylib arm64 <180ca249959535d0aa0b01c44d587cde> /System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib 0x187d14000 - 0x187deffff GLEngine arm64 <8eed473df1323f60b4c86dcfa24d06a0> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x187df0000 - 0x187dfbfff OpenGLES arm64 <1f76e6f36c943bfa9420cdf91faed689> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x187e00000 - 0x187e03fff libCVMSPluginSupport.dylib arm64 <c178baa2b6c63835aeab0392af659321> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x187e04000 - 0x187e07fff libCoreFSCache.dylib arm64 <95d7ed79eef13f3cb2e9455168b5cf4f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x187e08000 - 0x187e0ffff libCoreVMClient.dylib arm64 <368eb790f43533d783086a8b66fdca5f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x187e10000 - 0x187e1bfff libGFXShared.dylib arm64 <7ccf2bc4bd863a8480e873be2cc6f5af> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x187e1c000 - 0x187e67fff libGLImage.dylib arm64 <92ef6ad816183776a7b1269511342f4d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x187e68000 - 0x187fdbfff libGLProgrammability.dylib arm64 <e3e390aa3c3b30ceb75bea76d4a7a526> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x18804c000 - 0x1881c3fff QuartzCore arm64 <6971da012b86393aa9e1d311ab5a4db2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1881c4000 - 0x188223fff QuickLook arm64 <733c29c090a438c6acd5a480543a1f17> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x188228000 - 0x18827ffff Security arm64 <b67677e0ab23378f9ea119febef9fff0> /System/Library/Frameworks/Security.framework/Security 0x188280000 - 0x188307fff Social arm64 <22b1618eecfe33e8bf70f2c281bf6fd7> /System/Library/Frameworks/Social.framework/Social 0x1883cc000 - 0x1883e3fff StoreKit arm64 <bc3ce73732663f38a05c8cb1dd6b9d0f> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1883e4000 - 0x18844bfff SystemConfiguration arm64 <30e7f8e4046434ea98e9cab777771c4e> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18844c000 - 0x18844ffff Twitter arm64 <4f6f0bd827853d0a9fac7a9df9d53b35> /System/Library/Frameworks/Twitter.framework/Twitter 0x188450000 - 0x188c2bfff UIKit arm64 <f7ddfd26f3513a4b9266cbd849b1ce6e> /System/Library/Frameworks/UIKit.framework/UIKit 0x188c2c000 - 0x188c87fff VideoToolbox arm64 <0d9db85ef6113e2db8d2e9a2d524a899> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x188c88000 - 0x188cbbfff iAd arm64 <91bb7119e4b03fbabe2b43aa4ebf9b40> /System/Library/Frameworks/iAd.framework/iAd 0x188f58000 - 0x188f5bfff AGXCompilerConnection arm64 <7025478cff3138f39ba95b481c8d8199> /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection 0x188f5c000 - 0x188fa7fff AGXCompilerCore arm64 <5461c25f62c83c59a38171ef0961a0b3> /System/Library/PrivateFrameworks/AGXCompilerCore.framework/AGXCompilerCore 0x188fa8000 - 0x188faffff AITTarget arm64 <bea48a296ff0351c9363de33e98d0445> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget 0x188fb4000 - 0x188fbffff AOSNotification arm64 <b9bf3a4020cf34e38de6255ffd99a741> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification 0x1890ec000 - 0x189113fff AccountsUI arm64 <472a4b89668d338e8337ee2926c63119> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI 0x189114000 - 0x18911bfff AggregateDictionary arm64 <44c08389ffdd3fbabb09b3e72e90a012> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x189348000 - 0x18935ffff AirTraffic arm64 <5d81e4f0a775318cbd0c14979e46276b> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic 0x18976c000 - 0x1897b7fff AppSupport arm64 <a556e2bcbb2835e0b76c24cdc0a47efd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1897b8000 - 0x1897fbfff AppleAccount arm64 <4e72a973ea3132d59ff6c827b40a1ac2> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1897fc000 - 0x189803fff AppleAccountUI arm64 <bd3c5e51d1463c77919b258e3ce31488> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI 0x1898b0000 - 0x1898c3fff ApplePushService arm64 <96ebb49138de333a848946bd001739e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1898d8000 - 0x1898e7fff AssetsLibraryServices arm64 <0231391794523f4190fe2cf6ed68f30f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x1898e8000 - 0x189907fff AssistantServices arm64 <6334e5679c6d36aeb92a9a47fd4f83a2> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x189930000 - 0x189937fff BTLEAudioController arm64 <1382e17d16733bbd980a1cbed6e37950> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 0x189938000 - 0x189963fff BackBoardServices arm64 <194530090fe9305c872734aed0d8e1e3> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x189984000 - 0x18998bfff BluetoothManager arm64 <0d6f7fcfa6ea35c2a216b2eb7de836cb> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x18998c000 - 0x1899bbfff Bom arm64 <af2397effb0134448891de86518e570f> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1899d4000 - 0x189a2bfff BulletinBoard arm64 <30ccf368d317378c8785f464218c1a70> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x189a7c000 - 0x189a87fff CaptiveNetwork arm64 <e070c8fb896437dea4cf8e9e93b27a64> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x189a88000 - 0x189b97fff Celestial arm64 <25b4ed6f2c3f3530a9763af09f983fcb> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x189b98000 - 0x189ba7fff CertInfo arm64 <8a6ab38794ac36319101d43767cd4f96> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo 0x189ba8000 - 0x189baffff CertUI arm64 <ef6bd31ca0e038b7b835a90529c3275c> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x189c90000 - 0x189cb3fff ChunkingLibrary arm64 <5fddfe45db4739148f5af50d10359d0d> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x189d10000 - 0x189d1ffff CommonUtilities arm64 <62219a9993de3e09a9a994c02ed32146> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x189d20000 - 0x189d27fff CommunicationsFilter arm64 <c3ca25979eaa3d90af26cd8348384719> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x189dd8000 - 0x189e0ffff ContentIndex arm64 <792ec8c009243e13a3b2e8f76f2ff778> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x189e10000 - 0x189e13fff CoreAUC arm64 <5f09a3fc3fe53febba03d12ad9b50ba3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x189e24000 - 0x189e87fff CoreDAV arm64 <ae779a8b62163a1aae1f69ec074769b2> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x189ed4000 - 0x18a00bfff CoreMediaStream arm64 <8db849d0c4db3670bd6cd3da2dbfc42d> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x18a0bc000 - 0x18a0c7fff CoreRecents arm64 <d1a48ea5a92f3d5da2db06c917273fc7> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x18a124000 - 0x18a14bfff CoreServicesInternal arm64 <f92da44a6e213ffd8e945e8e78e7ef0a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18a14c000 - 0x18a14ffff CoreSurface arm64 <7558827d755e3de68b6c82a94dcd6bf7> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface 0x18a210000 - 0x18a217fff CoreTime arm64 <569138701a6e3ed1beb34abdf462d0f3> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x18a218000 - 0x18a27ffff CoreUI arm64 <9b326c828ac030f4bf88050b273d5613> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18a280000 - 0x18a2dbfff CoreUtils arm64 <6251335569ea381a8cfd6b95cd95a095> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x18a2dc000 - 0x18a2e3fff CrashReporterSupport arm64 <3b8919f4e8be3e4c81bee57d903f4d58> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x18a2e4000 - 0x18a31ffff DataAccess arm64 <8d60efe861e0392e99b0ec48b49b7d42> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x18a4f4000 - 0x18a50bfff DataAccessExpress arm64 <7d5ae8c8280f3607b4d9454386bd25b8> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x18a518000 - 0x18a533fff DataDetectorsCore arm64 <03f2b3882e0838bda29c70bf35affc02> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x18a538000 - 0x18a553fff DataDetectorsUI arm64 <7310ba5b7cf83a8d81821e5df4a2308c> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI 0x18a554000 - 0x18a55bfff DataMigration arm64 <517d233de5643a2dbe9a9458cd4869ea> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x18a564000 - 0x18a567fff DiagnosticLogCollection arm64 <6cb4bbf9a75e3de48a018f7bef80c11d> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x18a568000 - 0x18a58bfff DictionaryServices arm64 <c8b40995ed5d391cb2dc6dc4ac62a92e> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18a5ac000 - 0x18a5d3fff EAP8021X arm64 <31421ada64f43c21b9ddcb431c7f8b8d> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x18a5dc000 - 0x18a5ebfff ExFAT arm64 <de4388c222053d898dae38f6d54e76df> /System/Library/PrivateFrameworks/ExFAT.framework/ExFAT 0x18a600000 - 0x18a603fff FTClientServices arm64 <cd60b892b70d356eaddcdeca28394114> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x18a604000 - 0x18a62ffff FTServices arm64 <d4053a154a7936d9bd96ab9795089800> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18a630000 - 0x18aa53fff FaceCore arm64 <9b13667c0bff3d87a35cd46c2a7c3336> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x18aa94000 - 0x18aa9ffff libGPUSupportMercury.dylib arm64 <4ae7872834e9353491976f837b61850a> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 0x18aaa0000 - 0x18abe3fff AVConference arm64 <bc638cba50ee3a059ef2ac6483771ad5> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference 0x18abf0000 - 0x18ac17fff ICE arm64 <8b7b2887a76c3b8bb0e46aaf18db3ac3> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE 0x18ac18000 - 0x18ac1bfff LegacyHandle arm64 <dc0d0999700b30b4a3ad81190d100e42> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle 0x18ac1c000 - 0x18ac27fff SimpleKeyExchange arm64 <0a7f934aa3873f90a235573b730c1e4f> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange 0x18ac28000 - 0x18ac3ffff ViceroyTrace arm64 <c5126ce86fbe3e82aecb601471849d64> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace 0x18ac40000 - 0x18ac43fff snatmap arm64 <fe3f9cecadf43020a403b539137a9c08> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap 0x18ac44000 - 0x18accbfff GameKitServices arm64 <bed02c17e65b3d15bb1aa671c460a46b> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices 0x18accc000 - 0x18acdbfff GenerationalStorage arm64 <3e370a7e22a63717b818f21c88d03ef3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x18acdc000 - 0x18aea7fff GeoServices arm64 <781f1eacc24a32cc87141f5a7c8e8cf7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x18aea8000 - 0x18aebbfff GraphicsServices arm64 <8961e9deecaf3e4391974d509a888956> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18af64000 - 0x18aff3fff HomeSharing arm64 <d2586c5304e83f07b16b19c3ec589ad2> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x18aff4000 - 0x18b003fff IAP arm64 <1cdd6c1745c43129bc2104a39b55127b> /System/Library/PrivateFrameworks/IAP.framework/IAP 0x18b074000 - 0x18b0b3fff IDS arm64 <1daed20ba30733b7ab0878500a4ceeb2> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18b12c000 - 0x18b13ffff IDSFoundation arm64 <8fab4303aaea3adc91c7a4c5f6a977d7> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18b1ac000 - 0x18b247fff IMCore arm64 <e250d38138403317bf6debf32d201129> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x18b2dc000 - 0x18b343fff IMFoundation arm64 <5d2af9b3bf8532c5ba06fd57341eb85d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x18b34c000 - 0x18b34ffff IOAccelerator arm64 <6d059ad4bfeb3ef78815a82802c7e6a6> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x18b350000 - 0x18b35bfff IOMobileFramebuffer arm64 <ba594ee89f1f335dba048677f95f24b4> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x18b35c000 - 0x18b363fff IOSurface arm64 <9c0ffccd139138679656601ad9967d62> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x18b3bc000 - 0x18b3c3fff IncomingCallFilter arm64 <08416b235cda37118d9536cf1af6939a> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x18b3c4000 - 0x18b3e7fff LatentSemanticMapping arm64 <c8a585b032b632c9bf9e78e4b985a1f5> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping 0x18b3e8000 - 0x18b3f7fff Librarian arm64 <a5c8701c804e3a4b8bef85aef12a18a8> /System/Library/PrivateFrameworks/Librarian.framework/Librarian 0x18b3f8000 - 0x18b43ffff MIME arm64 <237ed7d0822031688661eed91c9c5552> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x18b440000 - 0x18b487fff MMCS arm64 <7d8d0a7d7aec360f83d30085f26a5a60> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x18b490000 - 0x18b49ffff MailServices arm64 <a330c9ead947354f97da27133c1be901> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x18b4e0000 - 0x18b56ffff ManagedConfiguration arm64 <0b107f286e8c33d3a8e0e17976f00208> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18b570000 - 0x18b573fff Marco arm64 <a4ca45a73ff03753887bf92768ea2d27> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x18b574000 - 0x18b5fbfff MediaControlSender arm64 <7e7dd85c9b6b39409235562f07deef54> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender 0x18b63c000 - 0x18b647fff MediaRemote arm64 <c4e82de4049936e295e3e7743879beb7> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x18b648000 - 0x18b667fff MediaStream arm64 <880d3d85fdbf3763a34a11aaba7414bd> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x18b6e0000 - 0x18b7d3fff Message arm64 <daeb0c97dc0c32cdb26607656b38868d> /System/Library/PrivateFrameworks/Message.framework/Message 0x18b7dc000 - 0x18b7dffff MessageSupport arm64 <3e383a3f114f33bea0771729afb31210> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x18b7ec000 - 0x18b7fbfff MobileAsset arm64 <d0514e7514363bfdbe7a84fc241065b8> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18b824000 - 0x18b82ffff MobileBluetooth arm64 <4d7b06231bd936b19540df18c2da5972> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x18b848000 - 0x18b853fff MobileIcons arm64 <5bfa63d6dd753323ae04d10b5181eac0> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x18b854000 - 0x18b85bfff MobileInstallation arm64 <4d2668a343ff37e38c4a22f685f14249> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x18b85c000 - 0x18b867fff MobileKeyBag arm64 <4244010012a83d20bec7579fe581b8ad> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x18b89c000 - 0x18b89ffff MobileSystemServices arm64 <5394860558733f208f527a73100982b3> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x18b8c4000 - 0x18b8d3fff MobileWiFi arm64 <589e17c429613ad4bdfd91609d2ef296> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x18b914000 - 0x18bab3fff MusicLibrary arm64 <330f26077f5e3ebca8bebdf0bcabc90e> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x18bb84000 - 0x18bb8bfff Netrb arm64 <1cd4448a4ab4394b8f3685da15b67ec5> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x18bb8c000 - 0x18bb93fff NetworkStatistics arm64 <42559bf63c0c300e9f5c2ef03d0b132e> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x18bb94000 - 0x18bbb7fff Notes arm64 <24f0cede50cc37eebac9cf2bd09d91f6> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x18bbb8000 - 0x18bbbbfff OAuth arm64 <9c24b311c14337588b9cb77061f4b7bd> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x18c380000 - 0x18c3cffff OpenCL arm64 <991646710f803e388732578053de4621> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL 0x18cb0c000 - 0x18cb37fff PersistentConnection arm64 <2b186d4386b533a6beb3520f7e932bdc> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x18ccc4000 - 0x18ce73fff PhotoLibraryServices arm64 <d42ffabcb8b13dfea263f5f23bd1f6ae> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x18cfe4000 - 0x18d013fff PhysicsKit arm64 <de6ad4c1a3c23279a8c0d18acd09f1c9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x18d014000 - 0x18d017fff PowerLog arm64 <4b258638b13c324690a69a2cdbfdf634> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x18d0a4000 - 0x18d123fff Preferences arm64 <019905e5043b310db9e675017967adf4> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x18d124000 - 0x18d167fff PrintKit arm64 <61e9c7577307302690cd9dbbfd7527ef> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit 0x18d16c000 - 0x18d21ffff ProofReader arm64 <37aa7ffe7173354f97342f55599c83a2> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x18d220000 - 0x18d22ffff ProtocolBuffer arm64 <91e2bc532ae7364e804b98fa5564aeb5> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x18d230000 - 0x18d267fff PrototypeTools arm64 <588b83735d953df0a763c2fbd30a4b5a> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x18d268000 - 0x18d2ebfff Quagga arm64 <1f7f9b674b8c31d5a28882d894b632d5> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x18d2ec000 - 0x18d397fff Radio arm64 <2e60e69027d13869ad45d1da9062ffa2> /System/Library/PrivateFrameworks/Radio.framework/Radio 0x18d40c000 - 0x18d437fff RemoteUI arm64 <587c0a3273af3ea8b80f49f6d3221c80> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x18d438000 - 0x18d4cbfff SAObjects arm64 <90d7d3a6d59c321e933ab7ef16987fe3> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x18d604000 - 0x18d633fff SpringBoardFoundation arm64 <476ad1468e6838dc9efc546d6705bd55> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x18d634000 - 0x18d64ffff SpringBoardServices arm64 <adfa7fccb3543f7bb88c451f5a569f99> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x18d650000 - 0x18d66ffff SpringBoardUI arm64 <ee8b0ed86c673ef99b685b20eda02222> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI 0x18d670000 - 0x18d68bfff SpringBoardUIServices arm64 <ec4f91a4698b3ce5b808b3ddddf3f8ed> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x18d8c4000 - 0x18d9fffff StoreServices arm64 <386da9aeaabf34b48172c3718f664571> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x18da00000 - 0x18da13fff StreamingZip arm64 <75ba95b446cd37c9970d9cf5521a2b6a> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x18dacc000 - 0x18dacffff TCC arm64 <24f3e902f88c3be3a999c86f8ad3622e> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x18dad0000 - 0x18db23fff TelephonyUI arm64 <79dbe7c4c4a130438b37c3762dc0bc8e> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x18db24000 - 0x18db4bfff TelephonyUtilities arm64 <5a9c4400d38d3d9b9775401603794985> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x18df40000 - 0x18df6bfff TextInput arm64 <84ff20d4cc5d3ce4bd97c92e6273ba97> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x18e1e0000 - 0x18e1f7fff ToneLibrary arm64 <421795ed6aea37d58f8cfbc224f60e45> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x18e258000 - 0x18e333fff UIFoundation arm64 <462005835c5d3a528e09339ac944c574> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18e334000 - 0x18e34ffff Ubiquity arm64 <64f87df5324433db8b1748e6bdff601f> /System/Library/PrivateFrameworks/Ubiquity.framework/Ubiquity 0x18e350000 - 0x18e353fff UserFS arm64 <d1654bdcc7003d31b33ee53a78cf86ea> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x18e5d8000 - 0x18e6f3fff VideoProcessing arm64 <82c801c75a1239c194fb24d90ab6b3d7> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x18e7b8000 - 0x18e7dbfff VoiceServices arm64 <a0a36b119f0730a2853f3443749cb2db> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x18e804000 - 0x18e82ffff WebBookmarks arm64 <bf000220d8bd3231ae480158c4d3c234> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x18e830000 - 0x18e847fff WebContentAnalysis arm64 <30de872dbcd4377582fc2d757ccca705> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis 0x18e848000 - 0x18f65ffff WebCore arm64 <66ddd09eb2da35e29038d6719a4c63ea> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x18f660000 - 0x18f737fff WebKit arm64 <9c98a57c8ca038b084202e5d49fd477f> /System/Library/PrivateFrameworks/WebKit.framework/WebKit 0x18f7d4000 - 0x18f7d7fff WirelessCoexManager arm64 <4875522386e93093ad530f0c4f0b0429> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager 0x18f7d8000 - 0x18f893fff WirelessDiagnostics arm64 <f1814c2995ff35f4904a2f99e8dab7f7> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18f8a4000 - 0x18f8abfff XPCKit arm64 <f0d8106c375a3a31b0c723345fee0b46> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x18f8ac000 - 0x18f8b7fff XPCObjects arm64 <f9c20f3bd0563beaa8bb15e6b519a8ff> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects 0x18fa84000 - 0x18faaffff iCalendar arm64 <086125dcc3ae380baa099a3eeee7d41c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x18fab8000 - 0x18fb03fff iTunesStore arm64 <c07ed8c4e07c3ac5b70e1177b3f7dbe9> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x190424000 - 0x19044ffff libAWDProtobufFacetimeiMessage.dylib arm64 <1aca30d63fad3952bad8e3ddccb55c2a> /usr/lib/libAWDProtobufFacetimeiMessage.dylib 0x19046c000 - 0x190497fff libAWDProtobufMMCS.dylib arm64 <1698cc90743c33c4a200f30fa4c76e8d> /usr/lib/libAWDProtobufMMCS.dylib 0x1906d0000 - 0x1906d7fff libAWDProtobufVPN.dylib arm64 <027d87be60693ec4a88b1d5f02044f8b> /usr/lib/libAWDProtobufVPN.dylib 0x1906d8000 - 0x19070bfff libAWDProtobufWifi.dylib arm64 <3c1ce2e5ddcc3c42bf17835c11c525b8> /usr/lib/libAWDProtobufWifi.dylib 0x190864000 - 0x19086bfff libAccessibility.dylib arm64 <bd5252e1a3e5313a89db7f3f14f97c0d> /usr/lib/libAccessibility.dylib 0x190a90000 - 0x190aabfff libCRFSuite.dylib arm64 <7fcd5659cad938d8a2b313ae3d2869f8> /usr/lib/libCRFSuite.dylib 0x190acc000 - 0x190acffff libMobileCheckpoint.dylib arm64 <f8a8a73a6fc33e52ad25a3abff7f52c7> /usr/lib/libMobileCheckpoint.dylib 0x190ad0000 - 0x190aebfff libMobileGestalt.dylib arm64 <f9532e83118b34ae93b26fc83c1aa025> /usr/lib/libMobileGestalt.dylib 0x190b10000 - 0x190b13fff libSystem.B.dylib arm64 <97b4e1a18d813d80b19542f744b66d3a> /usr/lib/libSystem.B.dylib 0x190b8c000 - 0x190bbffff libTelephonyUtilDynamic.dylib arm64 <cc02a3516565329bb9d32a800e797221> /usr/lib/libTelephonyUtilDynamic.dylib 0x190d30000 - 0x190d43fff libbsm.0.dylib arm64 <0d1329085a4034a391c91a1a26f0edeb> /usr/lib/libbsm.0.dylib 0x190d44000 - 0x190d53fff libbz2.1.0.dylib arm64 <b36b43728509368e88ec6b6ee84d908f> /usr/lib/libbz2.1.0.dylib 0x190d54000 - 0x190dabfff libc++.1.dylib arm64 <d3503ec58f423704ba80272da35040cc> /usr/lib/libc++.1.dylib 0x190dac000 - 0x190dcbfff libc++abi.dylib arm64 <8961fed30cb53617aceeb468f1008b47> /usr/lib/libc++abi.dylib 0x190de4000 - 0x190deffff libcupolicy.dylib arm64 <00b308ac7fbc30af8de78e07f4eee5bb> /usr/lib/libcupolicy.dylib 0x190e58000 - 0x190f4bfff libiconv.2.dylib arm64 <f8cb8b81c9823b1b8be4a37c42176e77> /usr/lib/libiconv.2.dylib 0x190f4c000 - 0x19110bfff libicucore.A.dylib arm64 <aaaa6ebe88a23c5db4f817fbacedfb1e> /usr/lib/libicucore.A.dylib 0x191118000 - 0x19111bfff liblangid.dylib arm64 <e99668aaa98e3996bbf3853add95c62c> /usr/lib/liblangid.dylib 0x19111c000 - 0x19112bfff liblockdown.dylib arm64 <388524b0b6de31c4b7b095f28b47ebf3> /usr/lib/liblockdown.dylib 0x191500000 - 0x1916b7fff libobjc.A.dylib arm64 <524f9ce80c9436e6a922142294f5115f> /usr/lib/libobjc.A.dylib 0x191730000 - 0x1917affff libprotobuf.dylib arm64 <f20e007fad2832f28647c079f9d58bec> /usr/lib/libprotobuf.dylib 0x1917b0000 - 0x1917cffff libresolv.9.dylib arm64 <b0a3240055c936cd82ff002c2350591a> /usr/lib/libresolv.9.dylib 0x191800000 - 0x1918bffff libsqlite3.dylib arm64 <9868c31f5c073eebb4ecc17726b49b5d> /usr/lib/libsqlite3.dylib 0x1918c0000 - 0x191913fff libstdc++.6.dylib arm64 <c2ff3ca5ae1230ccb77b558fd94d30fb> /usr/lib/libstdc++.6.dylib 0x191914000 - 0x191947fff libtidy.A.dylib arm64 <beba6903cf443197ad16493d875f8cad> /usr/lib/libtidy.A.dylib 0x19194c000 - 0x191a37fff libxml2.2.dylib arm64 <ccaabe2877c03d398b42e629a2767e94> /usr/lib/libxml2.2.dylib 0x191a38000 - 0x191a63fff libxslt.1.dylib arm64 <f933fe6721723f6299945927a9ad0d5e> /usr/lib/libxslt.1.dylib 0x191a64000 - 0x191a77fff libz.1.dylib arm64 <28f48666a0f03dc697c756d142dee0f4> /usr/lib/libz.1.dylib 0x191a78000 - 0x191a7ffff libcache.dylib arm64 <c5466acb826f3995b8187283aa160a83> /usr/lib/system/libcache.dylib 0x191a80000 - 0x191a8bfff libcommonCrypto.dylib arm64 <5b75c92c15f23510afe75f4c8feddbf9> /usr/lib/system/libcommonCrypto.dylib 0x191a8c000 - 0x191a8ffff libcompiler_rt.dylib arm64 <b5dda2d4c149348db49512fa47680b75> /usr/lib/system/libcompiler_rt.dylib 0x191a90000 - 0x191a97fff libcopyfile.dylib arm64 <c574439b8aac3da494851dd4d2ae045d> /usr/lib/system/libcopyfile.dylib 0x191a98000 - 0x191ad7fff libcorecrypto.dylib arm64 <87d86047d77c3ec7ad24cdfbc8a2f1f8> /usr/lib/system/libcorecrypto.dylib 0x191ad8000 - 0x191af3fff libdispatch.dylib arm64 <eee84c83cd283590bbac8f50e57c0321> /usr/lib/system/libdispatch.dylib 0x191af4000 - 0x191af7fff libdyld.dylib arm64 <315864e397783fed95e9a5c1654c5e80> /usr/lib/system/libdyld.dylib 0x191af8000 - 0x191afffff liblaunch.dylib arm64 <59c667773cc23fa598d6bf8fece69849> /usr/lib/system/liblaunch.dylib 0x191b00000 - 0x191b07fff libmacho.dylib arm64 <9fc1c4398fcf324fb6271ce5ec374477> /usr/lib/system/libmacho.dylib 0x191b08000 - 0x191b0bfff libremovefile.dylib arm64 <bbdfda68a5a53ee5947f473e2a5536d5> /usr/lib/system/libremovefile.dylib 0x191b0c000 - 0x191b1ffff libsystem_asl.dylib arm64 <f0493c144ac830e1b4c7019639bcd43d> /usr/lib/system/libsystem_asl.dylib 0x191b20000 - 0x191b23fff libsystem_blocks.dylib arm64 <d3accf6da8613827a79b0857a16121cb> /usr/lib/system/libsystem_blocks.dylib 0x191b24000 - 0x191ba3fff libsystem_c.dylib arm64 <1128ed21281a3953b8ee4d3fcf08843a> /usr/lib/system/libsystem_c.dylib 0x191ba4000 - 0x191ba7fff libsystem_configuration.dylib arm64 <b63245076dee36188b5f5bd1c831ca95> /usr/lib/system/libsystem_configuration.dylib 0x191ba8000 - 0x191bb3fff libsystem_dnssd.dylib arm64 <6a7623fd683a3492a313690b30a6b5f3> /usr/lib/system/libsystem_dnssd.dylib 0x191bb4000 - 0x191bd7fff libsystem_info.dylib arm64 <f694e5a5e3973b049b5447363aaa1834> /usr/lib/system/libsystem_info.dylib 0x191bd8000 - 0x191bf7fff libsystem_kernel.dylib arm64 <62e992db941432b19fb88aef8a3cf46c> /usr/lib/system/libsystem_kernel.dylib 0x191bf8000 - 0x191c17fff libsystem_m.dylib arm64 <5d8cff5e9593327a8d12b9591f8bfc59> /usr/lib/system/libsystem_m.dylib 0x191c18000 - 0x191c33fff libsystem_malloc.dylib arm64 <37c94c4c394237e8985f39d8d4340339> /usr/lib/system/libsystem_malloc.dylib 0x191c34000 - 0x191c5bfff libsystem_network.dylib arm64 <a6f939169447323da521525a78ba818c> /usr/lib/system/libsystem_network.dylib 0x191c5c000 - 0x191c67fff libsystem_notify.dylib arm64 <207be190e81f378f886b0c7fc2654336> /usr/lib/system/libsystem_notify.dylib 0x191c68000 - 0x191c6ffff libsystem_platform.dylib arm64 <6049676e1a743e169a0b1b32300250ac> /usr/lib/system/libsystem_platform.dylib 0x191c70000 - 0x191c77fff libsystem_pthread.dylib arm64 <6309e01b424732428c06f7b268a329ca> /usr/lib/system/libsystem_pthread.dylib 0x191c78000 - 0x191c7bfff libsystem_sandbox.dylib arm64 <abfbb3d224523ce6b5b4e4ecdce797c8> /usr/lib/system/libsystem_sandbox.dylib 0x191c7c000 - 0x191c7ffff libsystem_stats.dylib arm64 <b84d5ea525fb37baa8c31a5b2b7c3abf> /usr/lib/system/libsystem_stats.dylib 0x191c80000 - 0x191c87fff libunwind.dylib arm64 <e625b58c79813068b48c43ca6c406263> /usr/lib/system/libunwind.dylib 0x191c88000 - 0x191cabfff libxpc.dylib arm64 <c8da27197ba23857be7494c6d41e4481> /usr/lib/system/libxpc.dylib </string> <key>displayName</key> <string>NJA</string> <key>name</key> <string>NJA</string> <key>os_version</key> <string>iPhone OS 7.0.6 (11B651)</string> <key>symbolicated</key> <true/> <key>system_ID</key> <string></string> <key>version</key> <string>20.0.0 (20.0.0)</string> </dict> </plist>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok i see the devs just choose to ignore my problem, i'm filling my complain to a higher part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, but we're having a lot of trouble helping due to the confusing information. You know your app best, so you will always be the best person to determine what is wrong. We can help you figure out where to look, but there are many variables at play and it's not possible for us to understand or know every factor that might cause an app to fail. As much as we would like to be experts on every aspect of an app and what can go wrong with an app, we do not know all the issues that can cause a failure.
Searching the net I found this similar reference, which implies there's something in your app that is causing the trouble > http://stackoverflow.com/questions/14271421/exception-type-exc-crash-sigabrt. This could be due to your code or it could be due to some other code, there's no way for us to know precisely.
I recommend you do some work to isolate the area in your app that is causing the exception to happen, that might help us to then help you resolve the issue. For example, insert some messages or alerts at strategic points until you can isolate that part of your app that is failing. This might also requiring disabling some functionality of your app to insure it can run. Debugging is never easy, it requires trying things in different ways and observing the outcomes. Once you isolate that part of your app that is causing the exception, you can create a small sample that duplicates the issue for us in order to help us help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the problem has been isolated, the culprit (as i mentioned a lot of times before on this thread) is the cordova.js, i delete that line of code and the app works without problem, except it is unable to receive push, and webview doesnt show a toolbar.
if i include that line of the code, the app crashes.
on 1621 worked perfectly, the day the 1816 was released, all went to the pot, it never worked again (without touching any part of the code, except the removal of cordova.js include)
and as i said before i compiled successfully the app on windows and osx, but crashes on ios when it reads the include.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page