Crash on launch with Unity Cloud / but fine when built locally?

So basically I have my project, and up until a few builds ago; it was running fine on Unity Cloud.

All of a sudden the builds, while compiling correctly, are crashing on launch (on iOS)… The weird thing is that it works fine when I build it locally and install it on my device, using exactly the same provisioning profile and distribution certificate.

I’m getting the following crash log on the device, but I’m having trouble narrowing down what the issue could possibly be. I haven’t added any new plugins / have just been editing a few C# scripts, and nothing particularly major.

I was forced to do a “re-import-all” after a unity library error, this cleared up the bugs in the local version, and I turned off the Library Cache on the Unity Cloud in order to force an update there; but it’s still crashing? Just wondering if anyone else has run into a similar issue?

Incident Identifier: ABB695F9-994D-4707-BC59-8DF81D2357AF
CrashReporter Key:   a784ead28c0bca31e879a53a2240832566423943
Hardware Model:      iPhone6,2
Process:             Orca [928]
Path:                /private/var/mobile/Containers/Bundle/Application/81B01C2F-2E89-43EC-87FD-FD14FDD0F882/Orca.app/Orca
Identifier:          com.Assyria.Orca
Version:             1.0 (1.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2015-08-27 23:06:59.125 +0100
Launch Time:         2015-08-27 23:06:53.459 +0100
OS Version:          iOS 8.3 (12F70)
Report Version:      105

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000000000defe
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   Orca                              0x0010bbb5 0xfc000 + 64437
1   Orca                              0x00e5b7d1 0xfc000 + 14022609
2   Orca                              0x00e5b73d 0xfc000 + 14022461
3   Orca                              0x009cf5d7 0xfc000 + 9254359
4   Orca                              0x009cf8ff 0xfc000 + 9255167
5   Orca                              0x009c709d 0xfc000 + 9220253
6   Orca                              0x009c90ab 0xfc000 + 9228459
7   Orca                              0x009c9235 0xfc000 + 9228853
8   Orca                              0x009c9071 0xfc000 + 9228401
9   Orca                              0x009e91bb 0xfc000 + 9359803
10  Orca                              0x009e90f5 0xfc000 + 9359605
11  Orca                              0x009a4555 0xfc000 + 9078101
12  Orca                              0x00997bb3 0xfc000 + 9026483
13  Orca                              0x00996ba1 0xfc000 + 9022369
14  Orca                              0x00997525 0xfc000 + 9024805
15  Orca                              0x00994115 0xfc000 + 9011477
16  Orca                              0x009942bb 0xfc000 + 9011899
17  Orca                              0x007d2259 0xfc000 + 7168601
18  Orca                              0x0010e2cb 0xfc000 + 74443
19  Foundation                        0x273f6369 __NSFireDelayedPerform + 465
20  CoreFoundation                    0x26688edd __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 13
21  CoreFoundation                    0x26688a57 __CFRunLoopDoTimer + 647
22  CoreFoundation                    0x26686ca7 __CFRunLoopRun + 1415
23  CoreFoundation                    0x265d31fd CFRunLoopRunSpecific + 473
24  CoreFoundation                    0x265d300f CFRunLoopRunInMode + 103
25  GraphicsServices                  0x2de721fd GSEventRunModal + 133
26  UIKit                             0x29d77a55 UIApplicationMain + 1437
27  Orca                              0x001009c5 0xfc000 + 18885
28  libdyld.dylib                     0x3518eaad start + 1

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib            0x35245224 kevent64 + 24
1   libdispatch.dylib                 0x3517a0ed _dispatch_mgr_invoke + 277
2   libdispatch.dylib                 0x3516ed37 _dispatch_mgr_thread + 35

Thread 2:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 3:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 4:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 5:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 6 name:  GC Finalizer
Thread 6:
0   libsystem_kernel.dylib            0x35258b2c __psynch_cvwait + 24
1   libsystem_pthread.dylib           0x352d6385 _pthread_cond_wait + 517
2   libsystem_pthread.dylib           0x352d7269 pthread_cond_wait + 37
3   Orca                              0x00e46df9 0xfc000 + 13938169
4   Orca                              0x00e295a1 0xfc000 + 13817249
5   Orca                              0x00e42871 0xfc000 + 13920369
6   Orca                              0x00e49227 0xfc000 + 13947431
7   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
8   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
9   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 7:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 8:
0   libsystem_kernel.dylib            0x352599c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib           0x352d4e39 _pthread_wqthread + 789
2   libsystem_pthread.dylib           0x352d4b10 start_wqthread + 4

Thread 9:
0   libsystem_kernel.dylib            0x352454c4 semaphore_wait_trap + 8
1   Orca                              0x00a04ff9 0xfc000 + 9474041
2   Orca                              0x00a06cf5 0xfc000 + 9481461
3   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
4   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
5   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 10:
0   libsystem_kernel.dylib            0x352454c4 semaphore_wait_trap + 8
1   Orca                              0x00bdee7c 0xfc000 + 11415164
2   Orca                              0x00bfbff0 0xfc000 + 11534320
3   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
4   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
5   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 11 name:  AURemoteIO::IOThread
Thread 11:
0   libsystem_kernel.dylib            0x35245474 mach_msg_trap + 20
1   libsystem_kernel.dylib            0x35245269 mach_msg + 37
2   AudioToolbox                      0x25e23abb AURemoteIO::IOThread::Run() + 103
3   AudioToolbox                      0x25e271b5 AURemoteIO::IOThread::Entry(void*) + 5
4   AudioToolbox                      0x25d597c3 CAPThread::Entry(CAPThread*) + 207
5   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
6   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
7   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 12:
0   libsystem_kernel.dylib            0x35259190 __semwait_signal + 24
1   libsystem_c.dylib                 0x351b4a6d nanosleep + 169
2   libsystem_c.dylib                 0x351b49bd usleep + 49
3   Orca                              0x00bdea00 0xfc000 + 11414016
4   Orca                              0x00bfbfd4 0xfc000 + 11534292
5   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
6   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
7   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 13:
0   libsystem_kernel.dylib            0x35245474 mach_msg_trap + 20
1   libsystem_kernel.dylib            0x35245269 mach_msg + 37
2   CoreFoundation                    0x2668856f __CFRunLoopServiceMachPort + 143
3   CoreFoundation                    0x26686b15 __CFRunLoopRun + 1013
4   CoreFoundation                    0x265d31fd CFRunLoopRunSpecific + 473
5   CoreFoundation                    0x2661bf1f CFRunLoopRun + 95
6   CoreMotion                        0x26ee78df 0x26ea2000 + 284895
7   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
8   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
9   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 14:
0   libsystem_kernel.dylib            0x352454c4 semaphore_wait_trap + 8
1   Orca                              0x00996fe3 0xfc000 + 9023459
2   Orca                              0x00996e01 0xfc000 + 9022977
3   Orca                              0x00a06cf5 0xfc000 + 9481461
4   libsystem_pthread.dylib           0x352d6e21 _pthread_body + 137
5   libsystem_pthread.dylib           0x352d6d93 _pthread_start + 115
6   libsystem_pthread.dylib           0x352d4b1c thread_start + 4

Thread 0 crashed with ARM Thread State (32-bit):
    r0: 0x378989dc    r1: 0x37898a80      r2: 0x17abb040      r3: 0x00000fff
    r4: 0x04335f88    r5: 0x166e23f0      r6: 0x00793b11      r7: 0x01505508
    r8: 0x01505690    r9: 0x17abc000     r10: 0x1673fb90     r11: 0x00000003
    ip: 0x01140b80    sp: 0x01505508      lr: 0x00793b27      pc: 0x0010bbb4
  cpsr: 0x60000030

Binary Images:
0xfc000 - 0x1133fff Orca armv7  <9c6eaf540eb8342692b67f3294b1aee6> /var/mobile/Containers/Bundle/Application/81B01C2F-2E89-43EC-87FD-FD14FDD0F882/Orca.app/Orca
0x447a000 - 0x453dfff AGXMetal armv7s  <16356fb83a7a33dc82ee99cd59b84c38> /System/Library/Extensions/AGXMetal.bundle/AGXMetal
0x1fedb000 - 0x1fefefff dyld armv7s  <df87e897be5f387088b474d9207c9622> /usr/lib/dyld
0x25139000 - 0x252a6fff AVFoundation armv7s  <efaed7c5e5373f8bbe61c63db6e85163> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x252a7000 - 0x25306fff libAVFAudio.dylib armv7s  <716f67df6bee3eef8d1a287c86dd7440> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x25307000 - 0x2533ffff AVKit armv7s  <665b0a90ee913c46acaf8a81411235ca> /System/Library/Frameworks/AVKit.framework/AVKit
0x25340000 - 0x25340fff Accelerate armv7s  <d6e79ebd2d24313582f3dd89e664251c> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x25351000 - 0x2556cfff vImage armv7s  <3c4e9420a6e6348d85c9b0f7b9b7cf14> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x2556d000 - 0x25653fff libBLAS.dylib armv7s  <bf2a50f70dbc3a08a259a2ba346ba74c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x25654000 - 0x25918fff libLAPACK.dylib armv7s  <e2a7a7dd5724334395c7002b32e99ffd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x25919000 - 0x2592afff libLinearAlgebra.dylib armv7s  <8dfa07216f6c3d1ca2af1c83e1526f35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x2592b000 - 0x259a7fff libvDSP.dylib armv7s  <8bd3caf07dbd3c2c80a0e6a5f57d0083> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x259a8000 - 0x259bafff libvMisc.dylib armv7s  <b33b286bf58a3807a4072ac24577ebae> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x259bb000 - 0x259bbfff vecLib armv7s  <04226d0a3067377990d31edca2f9c463> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x259bc000 - 0x259e3fff Accounts armv7s  <f3dec2db76503c278656684506cd6a94> /System/Library/Frameworks/Accounts.framework/Accounts
0x259e4000 - 0x259e4fff AdSupport armv7s  <f334149a7be330beb1ba2c5e143a3142> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x259e5000 - 0x25a53fff AddressBook armv7s  <2d90b80526e5375daa8d2c4fe5f8625a> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x25a54000 - 0x25b7bfff AddressBookUI armv7s  <9afd5421528432a4b0190145e9e7fb70> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x25b7c000 - 0x25b8efff AssetsLibrary armv7s  <9b93f54167ec34feadb292a8961eb7dd> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x25d14000 - 0x25f8afff AudioToolbox armv7s  <0c82e5802a1d3ca09e3f6c690417c1b5> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x260f5000 - 0x26281fff CFNetwork armv7s  <b7b0c249e2d1366fbbc2faed9ea6c2d2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x26282000 - 0x26307fff CloudKit armv7s  <cf5379fb21fc3c53a4e456b2573ea0d1> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x26308000 - 0x26367fff CoreAudio armv7s  <617398bf5f8438c8a14e80a398da0eb8> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x26383000 - 0x263a0fff CoreBluetooth armv7s  <65e44d136fd835bfb505b47a564a48d0> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x263a1000 - 0x265bafff CoreData armv7s  <c85f7a012cdf3d47abeb805e1b0208f3> /System/Library/Frameworks/CoreData.framework/CoreData
0x265bb000 - 0x268eafff CoreFoundation armv7s  <9a38b5a3f64f3e7196b11f8a44066b12> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x268eb000 - 0x26a15fff CoreGraphics armv7s  <705b009ae8ee3e7b9ac243b3bc7baa81> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x26a55000 - 0x26a57fff libCGXType.A.dylib armv7s  <222e3182839a3eef9ebeb7f27ce17f5d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x26a58000 - 0x26a62fff libCMSBuiltin.A.dylib armv7s  <240dc89835113419b42a7778b5a03fda> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x26c4a000 - 0x26c65fff libRIP.A.dylib armv7s  <d62f50b773783514906b7363018f7ead> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x26c66000 - 0x26d78fff CoreImage armv7s  <bef2a382b49c3d71bb4dfeab25eaf55a> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x26d79000 - 0x26dd1fff CoreLocation armv7s  <904bf2aa926b31bd8180aa4f96b5b17a> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x26e03000 - 0x26ea1fff CoreMedia armv7s  <d6ca582907363df19f06eac72169d89e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x26ea2000 - 0x26f80fff CoreMotion armv7s  <4db7ac84133b3010924b09280a06d40c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x26f81000 - 0x26fdffff CoreTelephony armv7s  <fdd865793ef735f4999c4f0a33741690> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x26fe0000 - 0x270acfff CoreText armv7s  <e9cc7d70b9663b8f9eb95bf1117de95b> /System/Library/Frameworks/CoreText.framework/CoreText
0x270ad000 - 0x270c3fff CoreVideo armv7s  <aee415a855293e6580b8055f31aa3c74> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x270c4000 - 0x271bafff EventKit armv7s  <025c13a960cd3c4fb0708e407e226469> /System/Library/Frameworks/EventKit.framework/EventKit
0x27331000 - 0x27536fff Foundation armv7s  <749f7541aaad3f7aa7f951300f68f56a> /System/Library/Frameworks/Foundation.framework/Foundation
0x27537000 - 0x27562fff GLKit armv7s  <925f2209e1c438f19b8ea75427b3ad0d> /System/Library/Frameworks/GLKit.framework/GLKit
0x27563000 - 0x27582fff GSS armv7s  <6e23a04236323c67a49969ca55dce49b> /System/Library/Frameworks/GSS.framework/GSS
0x27583000 - 0x27590fff GameController armv7s  <fa9166939acc3997a3d6561b9a77e738> /System/Library/Frameworks/GameController.framework/GameController
0x27591000 - 0x27591fff GameKit armv7s  <3adcde49803732e3985c84577cb37427> /System/Library/Frameworks/GameKit.framework/GameKit
0x27637000 - 0x2768cfff IOKit armv7s  <21ee55741987360e8e3f90116ebd37c5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x2768d000 - 0x278d6fff ImageIO armv7s  <a13c2ed9d9553e05b7878af436d8845c> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x278d7000 - 0x27c26fff JavaScriptCore armv7s  <801b241d3da138beaf88e93877f9bb5e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x27f22000 - 0x27f2afff MediaAccessibility armv7s  <83b4075032063680a3a7a8bbf8dc2dbd> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x27f2b000 - 0x2810cfff MediaPlayer armv7s  <b13312c5ead63bfcafa02c6f3a96cfbd> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x2810d000 - 0x2848bfff MediaToolbox armv7s  <c8f6b5236f9e36d0b29c1251272d61fb> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x2848c000 - 0x2854bfff MessageUI armv7s  <7b2d8953509a3fcba01b23afdaae1964> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x2854c000 - 0x285bbfff Metal armv7s  <b528a8eae690351c99e2670358cdf7f2> /System/Library/Frameworks/Metal.framework/Metal
0x285bc000 - 0x28650fff MobileCoreServices armv7s  <4188dabd8870371e9a0cd86d6bef4722> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x2874d000 - 0x2877efff OpenAL armv7s  <01ff29210d5935d29047f63ac40a5efe> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x291f5000 - 0x291fdfff OpenGLES armv7s  <8845291d56e43f3788347525023d1043> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x291ff000 - 0x291fffff libCVMSPluginSupport.dylib armv7s  <14fae7e17e1432018b1fac77aa6e3eee> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x29200000 - 0x29202fff libCoreFSCache.dylib armv7s  <98be489918a83c3da76d2b63047d942c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x29203000 - 0x29206fff libCoreVMClient.dylib armv7s  <451d1d007b7c337ea2c612ebef4ce309> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x29207000 - 0x2920ffff libGFXShared.dylib armv7s  <96e5ccfbd03637468a80b10ca1a811de> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x29210000 - 0x29252fff libGLImage.dylib armv7s  <0e4acee9f8ae3b0c8c948e3aa2cf3610> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x29729000 - 0x29887fff QuartzCore armv7s  <9dbf72b7c95b3aeaa7f50936e9940d2e> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x29888000 - 0x298cefff QuickLook armv7s  <300e6ddb8b233ac69045aef0b3818167> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x29abd000 - 0x29afefff Security armv7s  <9ee65e08ae1d3d4fac0ac6e3ce6ab5a0> /System/Library/Frameworks/Security.framework/Security
0x29aff000 - 0x29b80fff Social armv7s  <a13063afc53f31e5905f4557457d8fa1> /System/Library/Frameworks/Social.framework/Social
0x29c93000 - 0x29ca8fff StoreKit armv7s  <d16e55363aa13e499bb310ab8a60224f> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x29ca9000 - 0x29d05fff SystemConfiguration armv7s  <dfb2b55b6b2a3fcdab05cd307b0cf1a6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x29d06000 - 0x29d07fff Twitter armv7s  <b1c126be36e63a7ea35aa4793014d931> /System/Library/Frameworks/Twitter.framework/Twitter
0x29d08000 - 0x2a5b6fff UIKit armv7s  <49b3fc60a8393b03906403aceeb9fbe3> /System/Library/Frameworks/UIKit.framework/UIKit
0x2a5b7000 - 0x2a61efff VideoToolbox armv7s  <d3a0e8fe9f863917b441a4500969ced4> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x2a64e000 - 0x2a839fff WebKit armv7s  <2ca62dbf7a8e3eda9c3bfb7cfc0def7a> /System/Library/Frameworks/WebKit.framework/WebKit
0x2a83a000 - 0x2a86efff iAd armv7s  <7d854dab66b73a31b68b983aa835a201> /System/Library/Frameworks/iAd.framework/iAd
0x2ab28000 - 0x2ab2afff AGXCompilerConnection armv7s  <d728974f20dc30e3b9cf97b7b1306f6f> /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection
0x2ab2b000 - 0x2ab30fff AITTarget armv7s  <31ce4cc23ffa34abab5ebf0843713ba7> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget
0x2ab35000 - 0x2ab40fff AOSNotification armv7s  <72ed7f1764943523a37e01924447a320> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x2ac9e000 - 0x2aceffff AccountsDaemon armv7s  <234680666d733f49a3b1a08c638dbf24> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x2acf0000 - 0x2ad12fff AccountsUI armv7s  <cdd3d8f0861b3eee97df3c8304a9bdd7> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x2ad13000 - 0x2ad17fff AggregateDictionary armv7s  <2d0c7a3513f83c5f9bee3f7daa8b943d> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x2aee1000 - 0x2aee4fff AirPlaySupport armv7s  <327bf726555d3648992f157dedd047ea> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x2b0ea000 - 0x2b128fff AppSupport armv7s  <20c775efcb9a3abd8ab48a9e615a3c44> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x2b129000 - 0x2b17afff AppleAccount armv7s  <1b1927c72b45365aae07ecaaa29672d6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x2b17b000 - 0x2b1b5fff AppleAccountUI armv7s  <18d4d13fda2f3bc39270c0b1fe359334> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x2b26c000 - 0x2b2aafff AppleJPEG armv7s  <01f449473a313dde936965d8c02189da> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x2b2b5000 - 0x2b2c7fff ApplePushService armv7s  <82a8a6b2c7683a48aead79e5aa40c287> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x2b2c8000 - 0x2b2cefff AppleSRP armv7s  <581ce7730aaa3349841415c3ca101fe6> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x2b303000 - 0x2b30cfff AssertionServices armv7s  <6e95a95d8d593dec9a5be57acf647aab> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x2b30d000 - 0x2b327fff AssetsLibraryServices armv7s  <0714d720b57d34b2af35f1e211e9e898> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x2b328000 - 0x2b35ffff AssistantServices armv7s  <5f8596f39335399b8f8e3c982246e97a> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x2b38f000 - 0x2b391fff BTLEAudioController armv7s  <e61b355909e838eaaa52c3e7784812a2> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x2b392000 - 0x2b3aafff BackBoardServices armv7s  <eaf29989c6633acdb908fce01810dc34> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x2b3ad000 - 0x2b3e2fff BaseBoard armv7s  <71df6130ce6035cc8b6e942e66c926ce> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x2b3e3000 - 0x2b3e9fff BluetoothManager armv7s  <27bb35cc18253e408c361cef2e5b3422> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x2b3ea000 - 0x2b410fff Bom armv7s  <cffb5c19406836668a3d07810cbb4055> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x2b4e4000 - 0x2b4ebfff CacheDelete armv7s  <2b753110bcad3fc0b14278b37af4293d> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x2b530000 - 0x2b559fff CalendarFoundation armv7s  <1b017217136a34ba8f93a00dd5de51c5> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x2b679000 - 0x2b681fff CaptiveNetwork armv7s  <e03089cdda433277bd23208f0b0921cb> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x2b68a000 - 0x2b7aefff Celestial armv7s  <cbbc81242f4c32bab56a660f39ef05ff> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x2b7be000 - 0x2b7d6fff CertInfo armv7s  <fcd80bc802063c2ebf79c7eda7c169ed> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x2b7d7000 - 0x2b7dcfff CertUI armv7s  <15e8ad61b08b3d1fa9508dd0149811bd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x2b91f000 - 0x2b940fff ChunkingLibrary armv7s  <981394f67dd1302382b9a932a27173cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x2bd74000 - 0x2be2afff CloudPhotoLibrary armv7s  <4bd7a1428eaf3bc79a7bcee59bde7756> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x2be32000 - 0x2be7afff ColorSync armv7s  <999bffc4d22b399999be380cacef2e8b> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x2be7b000 - 0x2be7dfff CommonAuth armv7s  <ccad7aec69cd3a46919b1fbe54e102ab> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x2be7e000 - 0x2be8efff CommonUtilities armv7s  <3fcee9b0187b38e88cce821158f838e8> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x2be8f000 - 0x2be93fff CommunicationsFilter armv7s  <74166bdc429634ef99cedde75a70a615> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x2bf56000 - 0x2bf5afff ConstantClasses armv7s  <d7c61e08b6363051a18b353b58409299> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x2bf5b000 - 0x2bf93fff ContentIndex armv7s  <3f3ac8dfcf673cd9866e2ad3cdd38035> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x2bf94000 - 0x2bf9bfff CoreAUC armv7s  <4244d006a3ec324fb580ee5d6b818452> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x2bfc8000 - 0x2c01cfff CoreDAV armv7s  <12c08caa666e32358b700bcda414f6e8> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x2c01d000 - 0x2c03ffff CoreDuet armv7s  <a835acb6ff1636eaab101556b4318e08> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x2c045000 - 0x2c055fff CoreDuetDaemonProtocol armv7s  <46e48036085c3dd6b87df9958e2d15be> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x2c05c000 - 0x2c05efff CoreDuetDebugLogging armv7s  <c6136a71532c33e2a8a5a7ad73ecb881> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x2c1c8000 - 0x2c2c9fff CoreMediaStream armv7s  <1ff99a3aa07f398d8ad694416b8c14ec> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x2c2ca000 - 0x2c365fff CorePDF armv7s  <03e8f88ecea939f59a04c6aad3422d41> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x2c3c6000 - 0x2c3d0fff CoreRecents armv7s  <8c89b25f155137c2ad530ee97587e704> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x2c671000 - 0x2c6f2fff CoreUI armv7s  <ebde90e8a1e03076ae284dacaedcab24> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x2c6f3000 - 0x2c778fff CoreUtils armv7s  <6b6182f1bc1130a4953f19c5c6dbb48b> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x2c779000 - 0x2c77efff CrashReporterSupport armv7s  <fa497fa7cc0f37d482586114fb738d2b> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x2c77f000 - 0x2c784fff DAAPKit armv7s  <0cd7a7fecdcb3839a33de66ebf2e8408> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x2c785000 - 0x2c78ffff DCIMServices armv7s  <74325131b5a83440996b28e844e3f36c> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x2c790000 - 0x2c7d5fff DataAccess armv7s  <fa79c599fc903f36be5eced10ecf99bf> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x2c9c8000 - 0x2c9e9fff DataAccessExpress armv7s  <58d1cd8f1672326e860657cd5325a614> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x2c9f4000 - 0x2ca0bfff DataDetectorsCore armv7s  <a555d1970cb63c93be6c377fe6d4e3d3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x2ca0d000 - 0x2ca26fff DataDetectorsUI armv7s  <9f68ed4785783465a803d24cd2216c13> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x2ca27000 - 0x2ca2dfff DataMigration armv7s  <3d6537563d2a348cbf18f480515ea011> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x2ca43000 - 0x2ca44fff DiagnosticLogCollection armv7s  <45fcb780371b39b895d1f5860ef9754c> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x2ca45000 - 0x2ca5ffff DictionaryServices armv7s  <aec470e621323f888da84f52f34e85ff> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x2ca7e000 - 0x2ca9dfff EAP8021X armv7s  <8e8abc4196bb334ebc65daa130b8d097> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x2cbab000 - 0x2cbadfff FTClientServices armv7s  <5e21211901eb3604acf74702dac3b9de> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x2cbae000 - 0x2cbddfff FTServices armv7s  <a6ce374771423e49aa004e219d08b4ab> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x2cbde000 - 0x2d001fff FaceCore armv7s  <a432598604223490bf36f5d365c534d1> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x2d017000 - 0x2d022fff FindMyDevice armv7s  <323dd115b4393b188517ac533f07b35b> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x2d06d000 - 0x2d06dfff FontServices armv7s  <e74b3a53ea453df39e593a4da900bbd1> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x2d06e000 - 0x2d143fff libFontParser.dylib armv7s  <02b5828dc64c37df9c8b7f15f60868bb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x2d144000 - 0x2d153fff libGSFontCache.dylib armv7s  <c74ab40707df30c3a0e27b4ecf050571> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x2d237000 - 0x2d253fff FrontBoardServices armv7s  <f749d3b605613f07b98ccfe78ae1c379> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x2d254000 - 0x2d254fff libmetal_timestamp.dylib armv7s  <4aacfee9d26e3ffd89b955d4f9c862e8> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x2d813000 - 0x2d89bfff GameCenterFoundation armv7s  <e34a85fb718d3244a4be5ca279650088> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x2d93b000 - 0x2d985fff GameCenterUI armv7s  <991730f2f11a35b19797c6d811e6acea> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x2d986000 - 0x2dac4fff AVConference armv7s  <59ef04c281f9380a8df04d5b1f7972a2> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference
0x2dad5000 - 0x2dafafff ICE armv7s  <0249c2753490363499fa3a5fe61cb2f9> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
0x2dafb000 - 0x2dafbfff LegacyHandle armv7s  <028f3ca092d93c24972d878602b91303> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x2dafc000 - 0x2db04fff SimpleKeyExchange armv7s  <dce2f2f240683c4e967043873a59bf1c> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x2db05000 - 0x2db10fff ViceroyTrace armv7s  <32ee854e61673eefbb31cc40c9dbecc7> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x2db11000 - 0x2db12fff snatmap armv7s  <c3258fd00724330d84e0215c365ec825> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
0x2db13000 - 0x2db8efff GameKitServices armv7s  <2a1137d483ef34949a36728fd9106a7e> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x2db8f000 - 0x2dba5fff GenerationalStorage armv7s  <73ffe11fd36a334ebd66274d7eeac64b> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x2dba6000 - 0x2de68fff GeoServices armv7s  <ef5b58fcd6de38ed90629d73ac735ddd> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x2de69000 - 0x2de79fff GraphicsServices armv7s  <60788990f47c3449869370cc1dd508fe> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x2df9d000 - 0x2dfecfff Heimdal armv7s  <4ce68a4cecab3db5a8ce3808498f3acc> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x2e0cf000 - 0x2e153fff HomeSharing armv7s  <e376ca5f9c99391095eb1be9fa877216> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x2e1b5000 - 0x2e214fff IDS armv7s  <91098f0b73813a2e9eed7dc04d9c40f0> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x2e215000 - 0x2e240fff IDSFoundation armv7s  <75f25f55889c3adfb608cc5b4223601c> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2e3f7000 - 0x2e45bfff IMFoundation armv7s  <f5581360600a30c8a4309eda30a1a55b> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2e463000 - 0x2e466fff IOAccelerator armv7s  <af7982749dc937d785392cbdbe6301ae> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x2e469000 - 0x2e46ffff IOMobileFramebuffer armv7s  <ef06a0c97cd73bcdbeded953171ad842> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x2e470000 - 0x2e475fff IOSurface armv7s  <975e7ff016b8302c9685f8c7dcc7e5da> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x2e476000 - 0x2e477fff IOSurfaceAccelerator armv7s  <c734b80ca117372aa7f049311e192fb0> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x2e773000 - 0x2e779fff IntlPreferences armv7s  <b7e310139a2935fa86400a3f91f6501a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x2e77a000 - 0x2e7b3fff LanguageModeling armv7s  <6f5fab4552c239dc89642b8dffbedcfb> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2e816000 - 0x2e824fff LegacyGameKit armv7s  <af7a03fbab24304d9f67f9fcdbcd97c7> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x2e832000 - 0x2e86ffff MIME armv7s  <551616c04caa304fa80f8732d828a6f3> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2e870000 - 0x2e8cdfff MMCS armv7s  <38ecc36fd0d238eebdf620bc3b090e26> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x2e91d000 - 0x2e92afff MailServices armv7s  <c85df068bc0033bc95d91d2d33eab7f8> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x2e95e000 - 0x2e9fffff ManagedConfiguration armv7s  <1d145f4dc840369fbce1ae9215f38bb9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x2ea0e000 - 0x2ea0ffff Marco armv7s  <42d9623b239a3b8aac66e78f8d32cb6d> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2ea10000 - 0x2ea87fff MediaControlSender armv7s  <63aba02f6af932adbdbce873b88b3e11> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x2eb23000 - 0x2eb37fff MediaRemote armv7s  <5697cdbe23a8338297abc4426d8616de> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2eb38000 - 0x2eb4afff MediaServices armv7s  <642d2a280f5b3b368fb3f731130ab417> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x2eb4b000 - 0x2eb63fff MediaStream armv7s  <895d04d6d44f3c31afce5e555d6792bc> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x2eb64000 - 0x2ebbdfff IMAP armv7s  <0621fe518220384b90a93e0232645fd1> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x2ebc9000 - 0x2eca7fff Message armv7s  <afb094a72733360187e9abb9c5b293eb> /System/Library/PrivateFrameworks/Message.framework/Message
0x2ecad000 - 0x2ecaffff MessageSupport armv7s  <f2edc1ce0b59394f994740bd56d8783c> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x2ecbe000 - 0x2eccbfff MobileAsset armv7s  <568716310e73314aa071cf182b024122> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2eccf000 - 0x2ecf2fff MobileBackup armv7s  <8ed2ed6fdb7e3d37b21f08770a1ef425> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x2ecf3000 - 0x2ecfcfff MobileBluetooth armv7s  <df97d2cf11b73ff5abe1f7edd9000ddc> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x2ed07000 - 0x2ed17fff MobileDeviceLink armv7s  <85c1ba25ec163048b8fc55a8c9e7cfb1> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x2ed18000 - 0x2ed20fff MobileIcons armv7s  <46efa94367863e49bce650d02a47ae9c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2ed21000 - 0x2ed28fff MobileInstallation armv7s  <ddf4aae19b633e2397b928f98963bc18> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x2ed29000 - 0x2ed35fff MobileKeyBag armv7s  <3aa1646befc730c18401215d46c44c3b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x2ed62000 - 0x2ed65fff MobileSystemServices armv7s  <4eb2fc5f453e35858d605b800db8ee4c> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x2ed88000 - 0x2ed95fff MobileWiFi armv7s  <fd519c22073a39be89a81bbd15f33dc7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2eddc000 - 0x2efa6fff MusicLibrary armv7s  <09f8aab39291369d9f452e7cfb375207> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2f139000 - 0x2f14dfff NanoRegistry armv7s  <6004688515aa35d59cdb218cb852f09e> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x2f162000 - 0x2f167fff Netrb armv7s  <e1cfa2c72931331ea365b8d81bb6fc00> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x2f168000 - 0x2f16efff NetworkStatistics armv7s  <530f6c3a7f5f309a91ed20c2ee53a28c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2f16f000 - 0x2f18cfff Notes armv7s  <120359d7483331faa5a906a2012b6fcb> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x2f192000 - 0x2f194fff OAuth armv7s  <83d96c311b3034b08287c15aad96c125> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x2f8f8000 - 0x2f934fff OpenCL armv7s  <82e2e5ca462d37bb85efb30ef578b0f5> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x2fa75000 - 0x2fa9cfff PersistentConnection armv7s  <3d578327851134c187d4291d1935028b> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2fc07000 - 0x2feb4fff PhotoLibraryServices armv7s  <85224285fab932e983995241b7306d59> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x2feb5000 - 0x2febefff PhotosFormats armv7s  <52f38942230031d59ece53fe5403188c> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x2febf000 - 0x2ff09fff PhysicsKit armv7s  <495edbd37afc33918dd14d16c8ad1731> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2ff0a000 - 0x2ff20fff PlugInKit armv7s  <6980f9ef46bf345f87295fc81e0b8c2e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x2ff21000 - 0x2ff28fff PowerLog armv7s  <a29782147ada31ca8a902c9dbd751747> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x30132000 - 0x301e2fff Preferences armv7s  <dfbbf553edd2318a848826ecfe535e9b> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x30225000 - 0x302bcfff ProofReader armv7s  <2a2f5066399a3dceaafa36c14bb817d6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x302bd000 - 0x302defff ProtectedCloudStorage armv7s  <a93a8afd7a9b34f68e62a74a1817286a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x302df000 - 0x302ebfff ProtocolBuffer armv7s  <98d1e21e9aad38c9a7e921db710784c6> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x30320000 - 0x3038ffff Quagga armv7s  <af105cedb0cb360fb755ad376eadea50> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x30390000 - 0x30398fff QuickLookThumbnailing armv7s  <c1469ee27c643ac99f420edeb8f30cc0> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x305af000 - 0x305ebfff RemoteUI armv7s  <247a45e975803c7799b5fe71fcb920bd> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x30690000 - 0x30723fff SAObjects armv7s  <e3a0941808fe350da360d5e306327e0d> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x3092c000 - 0x30946fff SpringBoardServices armv7s  <fde27e3444c038f9a73ff79c177de03b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x30cb9000 - 0x30de6fff StoreServices armv7s  <7178a37e52973d11b543f0145e2e92e8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x30ec3000 - 0x30ec6fff TCC armv7s  <3a8b5bc9e9153ef8ae342d0b01a4e10b> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x30f1a000 - 0x30f60fff TelephonyUtilities armv7s  <a1e3a3c5c6d233728bb5daa1b0355992> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x31b24000 - 0x31b4cfff TextInput armv7s  <b810650dd91f364f9f3eeca9aeb119dd> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x31c0c000 - 0x31ccefff UIFoundation armv7s  <58e716843be033d3ac788cf6f23fed6c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x31cf5000 - 0x31cf8fff UserFS armv7s  <ebf21c0004ff3729a237823c036c25a1> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x3225b000 - 0x3237ffff VideoProcessing armv7s  <6a308c13402a3f30a92e108e69e4772c> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x32482000 - 0x324a1fff VoiceServices armv7s  <488f0d01feec3b77af10499f41c1dd17> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x3253b000 - 0x32561fff WebBookmarks armv7s  <b8791215ccae3846a70175c692fb8f8c> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x32577000 - 0x33104fff WebCore armv7s  <7914606a7778367ca5bd0740254a9198> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x33105000 - 0x331c3fff WebKitLegacy armv7s  <4f6c30c1e73c356c92a245d36a2662b5> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x33334000 - 0x33334fff WirelessCoexManager armv7s  <efd262babecc3c01bc9c588eade19552> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x33335000 - 0x33366fff WirelessDiagnostics armv7s  <726506d4f2c13307a76667e3294765a1> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x33379000 - 0x3337ffff XPCKit armv7s  <ca5926d9bcc73e78a46fcdd7dfbc1d0e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x33380000 - 0x33388fff XPCObjects armv7s  <d5bb80ec338936819a2d74b2ead3f843> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x3356e000 - 0x33573fff iAdServices armv7s  <5a2e8bb1a3b037eab8fe0d79396eb72e> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x33574000 - 0x33599fff iCalendar armv7s  <c5f5990f94c83da298185bbdc0ad176f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x335b9000 - 0x335f4fff iTunesStore armv7s  <0fda622f231b3da4aed51532cb6282bf> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x33bb1000 - 0x33bc5fff libAWDProtobufFacetimeiMessage.dylib armv7s  <ba6366e8cb313a5b968dbb8bafa9c64a> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x33cf1000 - 0x33d0dfff libAWDSupportConfig.dylib armv7s  <9cb8970383f03d72825ab1ef44d89e5c> /usr/lib/libAWDSupportConfig.dylib
0x33d0e000 - 0x33e99fff libAWDSupportFramework.dylib armv7s  <a55949f9050d3a9287e7af5a2eca6c15> /usr/lib/libAWDSupportFramework.dylib
0x33e9a000 - 0x33e9cfff libAWDSupportInfo.dylib armv7s  <5aa018a00beb371fae5d1150854894c7> /usr/lib/libAWDSupportInfo.dylib
0x33ea6000 - 0x33eaefff libAccessibility.dylib armv7s  <d4c4927e7a2e3bfa97b4e7f7af824fde> /usr/lib/libAccessibility.dylib
0x34102000 - 0x34118fff libCRFSuite.dylib armv7s  <0417d8a772123ae5844b327bf7200226> /usr/lib/libCRFSuite.dylib
0x3414b000 - 0x3424ffff libFosl_dynamic.dylib armv7s  <c02a4e28330e3fba8624972c94f0313c> /usr/lib/libFosl_dynamic.dylib
0x34269000 - 0x34280fff libMobileGestalt.dylib armv7s  <3d736df2b7813049bf0d3c0cc9f179a9> /usr/lib/libMobileGestalt.dylib
0x342a6000 - 0x342a7fff libSystem.B.dylib armv7s  <5f0a05078ac435a69b56c65a79ae2571> /usr/lib/libSystem.B.dylib
0x34318000 - 0x3435cfff libTelephonyUtilDynamic.dylib armv7s  <e190ac82007334daa222aa9541ab3001> /usr/lib/libTelephonyUtilDynamic.dylib
0x3446c000 - 0x3448efff libarchive.2.dylib armv7s  <af25e47fa1fb39beb99707ab6167f3bd> /usr/lib/libarchive.2.dylib
0x3448f000 - 0x3448ffff libassertion_extension.dylib armv7s  <1a9a539245293e62beca1401f9e71b02> /usr/lib/libassertion_extension.dylib
0x344be000 - 0x344cafff libbsm.0.dylib armv7s  <a1dad63613cb341fba0f4e631d2c1738> /usr/lib/libbsm.0.dylib
0x344cb000 - 0x344d4fff libbz2.1.0.dylib armv7s  <b17a5181a24636779cb19f6009d0dea9> /usr/lib/libbz2.1.0.dylib
0x344d5000 - 0x3451ffff libc++.1.dylib armv7s  <3ba84aaae42b37b8937f97eb1cd307a2> /usr/lib/libc++.1.dylib
0x34520000 - 0x3453bfff libc++abi.dylib armv7s  <fa188fe500c63e0cb971c907972b51fb> /usr/lib/libc++abi.dylib
0x3453d000 - 0x3454afff libcmph.dylib armv7s  <adafaf048abf37f889d15d44be6cadf3> /usr/lib/libcmph.dylib
0x3457a000 - 0x34593fff libextension.dylib armv7s  <13c0b828b4b936f1a8430229b3726eb1> /usr/lib/libextension.dylib
0x345b2000 - 0x345b5fff libheimdal-asn1.dylib armv7s  <ed5c525194f93d1387e15d0e212f0406> /usr/lib/libheimdal-asn1.dylib
0x345b6000 - 0x346a3fff libiconv.2.dylib armv7s  <ebcdb4381dd73980807d46c5c369a4d9> /usr/lib/libiconv.2.dylib
0x346a4000 - 0x34812fff libicucore.A.dylib armv7s  <3d77e5a37b7136168c64109c3f4480c7> /usr/lib/libicucore.A.dylib
0x3481f000 - 0x3481ffff liblangid.dylib armv7s  <2e9dd1830d9e3367bb7073f57ca48c6f> /usr/lib/liblangid.dylib
0x34820000 - 0x3482afff liblockdown.dylib armv7s  <0e327373884b3fee817ea36a67d55296> /usr/lib/liblockdown.dylib
0x3482b000 - 0x34840fff liblzma.5.dylib armv7s  <d9f96126a4493f4e8d84b7fe1a4f6d83> /usr/lib/liblzma.5.dylib
0x34bbb000 - 0x34bd0fff libmis.dylib armv7s  <219fc7ab65d23ab297e5769ea94035ce> /usr/lib/libmis.dylib
0x34bfc000 - 0x34df6fff libobjc.A.dylib armv7s  <c6f13fe6aebc31b8a4163ecce4ab0c74> /usr/lib/libobjc.A.dylib
0x34e51000 - 0x34ea9fff libprotobuf.dylib armv7s  <e863a38012a33de0b8e8a18ded83d940> /usr/lib/libprotobuf.dylib
0x34eaa000 - 0x34ec0fff libresolv.9.dylib armv7s  <04aeaf7660893955a3ac10ec5aa4ddb3> /usr/lib/libresolv.9.dylib
0x34eeb000 - 0x34f9cfff libsqlite3.dylib armv7s  <2fc8e4a9f7333287bb32d9530bc0e466> /usr/lib/libsqlite3.dylib
0x34f9d000 - 0x34fe9fff libstdc++.6.dylib armv7s  <25ea3e8a30f13807be1165fd1bd60771> /usr/lib/libstdc++.6.dylib
0x34fea000 - 0x35010fff libtidy.A.dylib armv7s  <c20f587e410f323a8ff825ff67787a43> /usr/lib/libtidy.A.dylib
0x35011000 - 0x35019fff libtzupdate.dylib armv7s  <e8fd259c09c63a37b56d4b714ffe9767> /usr/lib/libtzupdate.dylib
0x3501d000 - 0x350d3fff libxml2.2.dylib armv7s  <77114e116fa13e8bb9f71ac5a2fed400> /usr/lib/libxml2.2.dylib
0x350d4000 - 0x350f5fff libxslt.1.dylib armv7s  <f9dc864553803206b77f2c85c598b880> /usr/lib/libxslt.1.dylib
0x350f6000 - 0x35102fff libz.1.dylib armv7s  <5456d5e61cde3d808a09e0a106dae524> /usr/lib/libz.1.dylib
0x35103000 - 0x35107fff libcache.dylib armv7s  <35b16365f24d3583b54ed5494e4e3fe8> /usr/lib/system/libcache.dylib
0x35108000 - 0x35111fff libcommonCrypto.dylib armv7s  <86e8907ed0063ce5aecd8d5fd3a9ea03> /usr/lib/system/libcommonCrypto.dylib
0x35112000 - 0x35116fff libcompiler_rt.dylib armv7s  <1583f17c628e3ae0bd826648d9693a95> /usr/lib/system/libcompiler_rt.dylib
0x35117000 - 0x3511dfff libcopyfile.dylib armv7s  <fa04bd4afa5e34c8b213148516fc7ee8> /usr/lib/system/libcopyfile.dylib
0x3511e000 - 0x3516bfff libcorecrypto.dylib armv7s  <827eda6bb6313bd696b066091efbe650> /usr/lib/system/libcorecrypto.dylib
0x3516c000 - 0x3518cfff libdispatch.dylib armv7s  <7c9ae65f877f357c93bcae0733fda025> /usr/lib/system/libdispatch.dylib
0x3518d000 - 0x3518efff libdyld.dylib armv7s  <2b9f1320d18433c483d01d5ee8b82130> /usr/lib/system/libdyld.dylib
0x3518f000 - 0x3518ffff libkeymgr.dylib armv7s  <095faf9cc4d1302d98a3668b54fd43eb> /usr/lib/system/libkeymgr.dylib
0x35190000 - 0x35190fff liblaunch.dylib armv7s  <4539754ba32f3503bf0a1e84abc24464> /usr/lib/system/liblaunch.dylib
0x35191000 - 0x35194fff libmacho.dylib armv7s  <999d7e70f9fb3450b87bb7090ea4011a> /usr/lib/system/libmacho.dylib
0x35195000 - 0x35196fff libremovefile.dylib armv7s  <fcdc6d90b877387d92ad7d43ed18c38e> /usr/lib/system/libremovefile.dylib
0x35197000 - 0x351a8fff libsystem_asl.dylib armv7s  <ad91a54f184b38aca17c1374b2b93fdd> /usr/lib/system/libsystem_asl.dylib
0x351a9000 - 0x351a9fff libsystem_blocks.dylib armv7s  <4dce3cbac71833779bb57e8e96ba578b> /usr/lib/system/libsystem_blocks.dylib
0x351aa000 - 0x3520dfff libsystem_c.dylib armv7s  <b3f0052bc5573ff294ec22c26d03ecf1> /usr/lib/system/libsystem_c.dylib
0x3520e000 - 0x35210fff libsystem_configuration.dylib armv7s  <aa39ab32ccce3c60861a1c86c7f6c0ca> /usr/lib/system/libsystem_configuration.dylib
0x35211000 - 0x35212fff libsystem_coreservices.dylib armv7s  <f7f867c9730d3b83a663474d32315a1b> /usr/lib/system/libsystem_coreservices.dylib
0x35213000 - 0x3521ffff libsystem_coretls.dylib armv7s  <f021da49c469378ab2beaba45ceee5cf> /usr/lib/system/libsystem_coretls.dylib
0x35220000 - 0x35226fff libsystem_dnssd.dylib armv7s  <d6dc8bb4818a3881954437f37f39a37f> /usr/lib/system/libsystem_dnssd.dylib
0x35227000 - 0x35243fff libsystem_info.dylib armv7s  <9be4c5d427763fe791fd7b1f955e354f> /usr/lib/system/libsystem_info.dylib
0x35244000 - 0x3525efff libsystem_kernel.dylib armv7s  <b3042ccef831391f9c3214e734e1f32d> /usr/lib/system/libsystem_kernel.dylib
0x3525f000 - 0x3527efff libsystem_m.dylib armv7s  <88af2f37462c30c8b33bad7c9585dff5> /usr/lib/system/libsystem_m.dylib
0x3527f000 - 0x35291fff libsystem_malloc.dylib armv7s  <a9735eeed02e3f8f959b77a566ce9323> /usr/lib/system/libsystem_malloc.dylib
0x35292000 - 0x352c0fff libsystem_network.dylib armv7s  <dc6512a657cd3b328d86c498093a75cf> /usr/lib/system/libsystem_network.dylib
0x352c1000 - 0x352c6fff libsystem_networkextension.dylib armv7s  <e400ff3f6e1c38d9848c76b408eef773> /usr/lib/system/libsystem_networkextension.dylib
0x352c7000 - 0x352cefff libsystem_notify.dylib armv7s  <731cf3bc3cdd3404ab6ec65ee232516d> /usr/lib/system/libsystem_notify.dylib
0x352cf000 - 0x352d3fff libsystem_platform.dylib armv7s  <ce543a1aa7863afe952ca193aa0c2b2f> /usr/lib/system/libsystem_platform.dylib
0x352d4000 - 0x352dafff libsystem_pthread.dylib armv7s  <258956c52a68341bac9037afb0499a15> /usr/lib/system/libsystem_pthread.dylib
0x352db000 - 0x352ddfff libsystem_sandbox.dylib armv7s  <0119449b9f41340fb6f92ac0a4b28fcd> /usr/lib/system/libsystem_sandbox.dylib
0x352de000 - 0x352e1fff libsystem_stats.dylib armv7s  <25da756d94d63c718412a6f233c99c85> /usr/lib/system/libsystem_stats.dylib
0x352e2000 - 0x352e7fff libsystem_trace.dylib armv7s  <f0e0c25613de365583ff70d62295114b> /usr/lib/system/libsystem_trace.dylib
0x352e8000 - 0x352e8fff libunwind.dylib armv7s  <241fa68cfaf333d280d66e132f7efdbe> /usr/lib/system/libunwind.dylib
0x352e9000 - 0x35304fff libxpc.dylib armv7s  <8db46991f18235e38e95918a4007aa7a> /usr/lib/system/libxpc.dylib

Are you using the same version of Unity (and Xcode) in Cloud Build as you are locally? If you have Unity set to ‘latest 4.x’ or ‘latest 5.x’ you might want to double-check that it didn’t get auto-upgraded. You can also try doing a ‘Clean Build’ If none of that works (or you already tried it) let us know here. Thanks!

At first I thought it was the recent update to Unity 4.6.8, but I’ve tried version 4.6.7r2 (which I was using when it did work) with no luck.

I’ve also tried moving it all over to a new repo on bitbucket with no joy, and creating a new cloud build project linking to that new repo; with the same issue happening in every instance. (It compiles fine, then crashes as soon as the app is opened / but works perfectly fine on locally-created builds).

Sorry apologies* it does appear it was a version specific issue. I’ve not set it to use 4.6.7p1 and it’s now working fine again / it’s just 4.6.7p2 & 4.6.8 that cause the on-launch crash.