Search Unity

Does Unity support XCode 5.0/iOS 7.0

Discussion in 'iOS and tvOS' started by eric.so, Jul 2, 2013.

  1. eric.so

    eric.so

    Joined:
    Jun 19, 2013
    Posts:
    15
    Hi all,

    I just tried to open my Unity project in XCode 5.0 and set the iOS deployment target to 7.0. But I am getting the following 92 error messages. I want to ask if there is any workaround with this.

    (null): "std::string::append(char const*, unsigned long)", referenced from:

    (null): "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const)", referenced from:

    (null): "std::basic_streambuf<char, std::char_traits<char> >::uflow()", referenced from:

    (null): "std::string::assign(std::string const)", referenced from:

    (null): "std::string::insert(unsigned long, char const*, unsigned long)", referenced from:

    (null): "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base)", referenced from:

    (null): "std::istream::tellg()", referenced from:

    (null): "std::string::push_back(char)", referenced from:

    (null): "std::string::replace(unsigned long, unsigned long, char const*, unsigned long)", referenced from:

    (null): "std::string::reserve(unsigned long)", referenced from:

    (null): "std::basic_streambuf<char, std::char_traits<char> >::pptr() const", referenced from:

    (null): "std::string::_Rep::_S_empty_rep_storage", referenced from:

    (null): "std::string::compare(std::string const) const", referenced from:

    (null): "std::eek:stream::eek:perator<<(unsigned int)", referenced from:

    (null): "non-virtual thunk to std::eek:stream::~std::eek:stream()", referenced from:

    (null): "std::_List_node_base::swap(std::_List_node_base, std::_List_node_base)", referenced from:

    (null): "std::basic_ostream<char, std::char_traits<char> > std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >, char const*, int)", referenced from:

    (null): "std::string::substr(unsigned long, unsigned long) const", referenced from:

    (null): "std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from:

    (null): "std::istream::read(char*, int)", referenced from:

    (null): "std::string::rfind(char, unsigned long) const", referenced from:

    (null): "std::basic_ios<char, std::char_traits<char> >::basic_ios()", referenced from:

    (null): "std::ios_base::Init::~Init()", referenced from:

    (null): "std::eek:stream::~std::eek:stream()", referenced from:

    (null): "std::_List_node_base::transfer(std::_List_node_base*, std::_List_node_base*)", referenced from:

    (null): "std::basic_streambuf<char, std::char_traits<char> >::pbase() const", referenced from:

    (null): "std::string::find(char const*, unsigned long, unsigned long) const", referenced from:

    (null): "std::eek:stream::std::eek:stream()", referenced from:

    (null): "std::allocator<char>::~std::allocator()", referenced from:

    (null): "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const)", referenced from:

    (null): "std::string::append(std::string const)", referenced from:

    (null): "std::__throw_out_of_range(char const*)", referenced from:

    (null): "std::ios_base::Init::Init()", referenced from:

    (null): "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const)", referenced from:

    (null): "std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()", referenced from:

    (null): "std::string::append(unsigned long, char)", referenced from:

    (null): "std::string::_M_leak_hard()", referenced from:

    (null): "std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from:

    (null): "std::string::erase(unsigned long, unsigned long)", referenced from:

    (null): Linker command failed with exit code 1 (use -v to see invocation)

    Thanks,
    eso
     
  2. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
    change c++ standard library to libstdc++ (GNU one)
     
  3. sk-ericso

    sk-ericso

    Joined:
    Jul 2, 2013
    Posts:
    2
    Thanks. It resolved the build issue. However, the app does not run on iOS 7.0.

    Incident Identifier: <<ID>>
    CrashReporter Key: e968d5875f145633fb81054e8d12dadfdf20ffd0
    Hardware Model: iPhone5,1
    Process: abc [722]
    Path: /var/mobile/Applications/8D6ACFAB-B889-4AD2-B6D1-138ECA1D7B38/abc.app/abc
    Identifier: com.example.abc
    Version: 1.0
    Code Type: ARM (Native)
    Parent Process: launchd [1]

    Date/Time: 2013-07-02 14:03:14.982 -0700
    OS Version: iOS 7.0 (11A4400f)
    Report Version: 104

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

    Thread 0 name: Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0 libsystem_kernel.dylib 0x3abf114c __pthread_kill + 8
    1 libsystem_pthread.dylib 0x3ac59a72 pthread_kill + 54
    2 libsystem_c.dylib 0x3aba2c84 abort + 72
    3 abc 0x011a4850 0x4000 + 18483280
    4 abc 0x011c04f0 0x4000 + 18597104
    5 libsystem_platform.dylib 0x3ac55700 _sigtramp + 40
    6 libsystem_pthread.dylib 0x3ac59a72 pthread_kill + 54
    7 libsystem_c.dylib 0x3aba2c84 abort + 72
    8 abc 0x00c80cc4 0x4000 + 13094084
    9 abc 0x00c7d490 0x4000 + 13079696
    10 abc 0x0000ad18 0x4000 + 27928
    11 Foundation 0x310b54a8 __NSFireDelayedPerform + 408
    12 CoreFoundation 0x3068a24c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 12
    13 CoreFoundation 0x30689e52 __CFRunLoopDoTimer + 778
    14 CoreFoundation 0x3068814e __CFRunLoopRun + 1006
    15 CoreFoundation 0x305fe9aa CFRunLoopRunSpecific + 510
    16 CoreFoundation 0x305fe796 CFRunLoopRunInMode + 102
    17 GraphicsServices 0x350f77f6 GSEventRunModal + 134
    18 UIKit 0x32d0f104 UIApplicationMain + 1132
    19 abc 0x0000b0e0 0x4000 + 28896
    20 libdyld.dylib 0x3ab3aab4 start + 0

    Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0 libsystem_kernel.dylib 0x3abdf0c4 kevent64 + 24
    1 libdispatch.dylib 0x3ab2c5b8 _dispatch_mgr_invoke + 228
    2 libdispatch.dylib 0x3ab271ae _dispatch_mgr_thread + 34

    Thread 2:
    0 libsystem_kernel.dylib 0x3abf1bcc __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x3ac5a490 _pthread_wqthread + 304
    2 libsystem_pthread.dylib 0x3ac5cb10 start_wqthread + 4

    Thread 3:
    0 libsystem_kernel.dylib 0x3abf1bcc __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x3ac5a490 _pthread_wqthread + 304
    2 libsystem_pthread.dylib 0x3ac5cb10 start_wqthread + 4

    Thread 4:
    0 libsystem_kernel.dylib 0x3abde93c semaphore_wait_trap + 8
    1 abc 0x0128a638 0x4000 + 19424824
    2 abc 0x011e6c84 0x4000 + 18754692
    3 abc 0x012661fc 0x4000 + 19276284
    4 abc 0x01283250 0x4000 + 19395152
    5 abc 0x0129f6f8 0x4000 + 19511032
    6 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    7 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    8 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 5:
    0 libsystem_kernel.dylib 0x3abde93c semaphore_wait_trap + 8
    1 abc 0x00f3ae70 0x4000 + 15953520
    2 abc 0x00f3bb48 0x4000 + 15956808
    3 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    4 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    5 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 6:
    0 libsystem_kernel.dylib 0x3abde93c semaphore_wait_trap + 8
    1 abc 0x012f32ee 0x4000 + 19854062
    2 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    3 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    4 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 7:
    0 libsystem_kernel.dylib 0x3abde93c semaphore_wait_trap + 8
    1 abc 0x00e4ed08 0x4000 + 14986504
    2 abc 0x00f3bb48 0x4000 + 15956808
    3 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    4 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    5 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 8:
    0 libsystem_kernel.dylib 0x3abde93c semaphore_wait_trap + 8
    1 abc 0x010204ac 0x4000 + 16893100
    2 abc 0x0103d7dc 0x4000 + 17012700
    3 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    4 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    5 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 9:
    0 libsystem_kernel.dylib 0x3abde8ec mach_msg_trap + 20
    1 libsystem_kernel.dylib 0x3abdeaa8 mach_msg + 36
    2 AudioToolbox 0x300138f0 AURemoteIO::IOThread::Run() + 168
    3 AudioToolbox 0x30016ff4 AURemoteIO::IOThread::Entry(void*) + 4
    4 AudioToolbox 0x2ff410f4 CAPThread::Entry(CAPThread*) + 208
    5 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    6 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    7 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 10:
    0 libsystem_kernel.dylib 0x3abf14a0 __semwait_signal + 24
    1 libsystem_c.dylib 0x3ab62200 nanosleep + 168
    2 libsystem_c.dylib 0x3ab62150 usleep + 48
    3 abc 0x01020048 0x4000 + 16891976
    4 abc 0x0103d81c 0x4000 + 17012764
    5 libsystem_pthread.dylib 0x3ac5919a _pthread_body + 138
    6 libsystem_pthread.dylib 0x3ac59068 _pthread_start + 96
    7 libsystem_pthread.dylib 0x3ac5cb1c thread_start + 4

    Thread 0 crashed with ARM Thread State (32-bit):
    r0: 0x00000000 r1: 0x00000000 r2: 0x00000000 r3: 0x27dfd8f0
    r4: 0x00000006 r5: 0x3c9fd18c r6: 0x00000006 r7: 0x27dfd8e8
    r8: 0x0564be00 r9: 0x3ac556d9 r10: 0x00000002 r11: 0x27dfdbb0
    ip: 0x00000148 sp: 0x27dfd8dc lr: 0x3ac59a77 pc: 0x3abf114c
    cpsr: 0x00000010

    Binary Images:
    0x4000 - 0x14c3fff abc armv7 <8d0c97df594e36e8912375d2c1f5024e> /var/mobile/Applications/8D6ACFAB-B889-4AD2-B6D1-138ECA1D7B38/abc.app/abc
    0x2bed0000 - 0x2bef3fff dyld armv7s <222659f7feac3757b3c91a41d9e243a0> /usr/lib/dyld
    0x2f222000 - 0x2f224fff AXSpeechImplementation armv7s <7bde3496fcad3a868b8bbc1ddef79a13> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
    0x2f3e3000 - 0x2f4ebfff IMGSGX543RC2GLDriver armv7s <2fb736df3b8637d0b3ef5aab36c89775> /System/Library/Extensions/IMGSGX543RC2GLDriver.bundle/IMGSGX543RC2GLDriver
    0x2f4f5000 - 0x2f609fff AVFoundation armv7s <392b29cd5583334c962a36fd38dd373d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x2f60a000 - 0x2f64bfff libAVFAudio.dylib armv7s <ab051c535e553a64b59b9c09a90001fc> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
    0x2f64c000 - 0x2f64cfff Accelerate armv7s <b17f842a721f3eb4b8fb6100da495968> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x2f655000 - 0x2f80afff vImage armv7s <77a49b6ebc933e74bbe2a92ce55dd3d3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x2f80b000 - 0x2f8edfff libBLAS.dylib armv7s <924ffc5773d53fc08bd873d9a3bc8f2a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x2f8ee000 - 0x2fba9fff libLAPACK.dylib armv7s <fb549155f3e930f381946e93867c3609> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x2fbaa000 - 0x2fc16fff libvDSP.dylib armv7s <2f2704f864a837f0a34b496b2dced005> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x2fc17000 - 0x2fc29fff libvMisc.dylib armv7s <723c4e4804723a588d518d90a329dd4c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x2fc2a000 - 0x2fc2afff vecLib armv7s <c3d806ce1f5e31c2bf4ef83a3a2a8792> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x2fc2b000 - 0x2fc49fff Accounts armv7s <b5ed818ad2c234a9a4b7e35e569ca2aa> /System/Library/Frameworks/Accounts.framework/Accounts
    0x2fc4a000 - 0x2fc4afff AdSupport armv7s <de1fb610aaff35d2ba42d430b0224f26> /System/Library/Frameworks/AdSupport.framework/AdSupport
    0x2fc4b000 - 0x2fcaffff AddressBook armv7s <60e8c0693a8d30a68d1c97fb5e157efc> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x2fcb0000 - 0x2fdb8fff AddressBookUI armv7s <fd87fff4c07a3cc792636d93e49b10a6> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x2fdb9000 - 0x2fdc7fff AssetsLibrary armv7s <aef0f5664d99327b809cd10395332cfe> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x2ff0e000 - 0x3029afff AudioToolbox armv7s <cb9f5bda83b632b3a7acb3ec567ea364> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x3029b000 - 0x30399fff CFNetwork armv7s <64afbf1dc98139b8be27104e6752ae4a> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x3039a000 - 0x303f6fff CoreAudio armv7s <6ba8a195d72738bc8c5dea9124dd60f4> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x303f7000 - 0x3040dfff CoreBluetooth armv7s <b63dbeb59ab33e5488fa0d31e4d5d90b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x3040e000 - 0x305f4fff CoreData armv7s <3c5d494ee6083d44b1399048c510a53d> /System/Library/Frameworks/CoreData.framework/CoreData
    0x305f5000 - 0x30739fff CoreFoundation armv7s <9ed60f6a5b6531c3816db9ff82061721> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x3073a000 - 0x3085bfff CoreGraphics armv7s <cdaec10be4963a34a7d913084ba432ec> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x3085d000 - 0x30898fff libCGFreetype.A.dylib armv7s <d03adad724ca3d9eada30f515a2b6399> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x3089a000 - 0x308a4fff libCMSBuiltin.A.dylib armv7s <3fc9bcd05f403b9abf631d350472531f> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
    0x30a89000 - 0x30aa4fff libRIP.A.dylib armv7s <1e8c64e96e373aa38e9e188a4f79974e> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x30aa5000 - 0x30b63fff CoreImage armv7s <248789b2eb4e3e429aa8a8c1b91f4dfb> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x30b64000 - 0x30bb2fff CoreLocation armv7s <1c73a554135f3e9d88898b69f3607799> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x30bea000 - 0x30cb6fff CoreMedia armv7s <58ac28bc390431ba837950042c7fd29b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x30cb7000 - 0x30d58fff CoreMotion armv7s <b391a8e5d13e3bd7b72a6daa22f626ba> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x30d59000 - 0x30db0fff CoreTelephony armv7s <4b1b260ec00e3f12b9d0f538c0445d7c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x30db1000 - 0x30e3efff CoreText armv7s <5bc1c3fc3ad03487a80090667976a1a2> /System/Library/Frameworks/CoreText.framework/CoreText
    0x30e3f000 - 0x30e4efff CoreVideo armv7s <1fc79961b04236c9be924e802c464ce0> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x3100a000 - 0x311f1fff Foundation armv7s <d14a1ada5a5a38c3adf2424550d0fe23> /System/Library/Frameworks/Foundation.framework/Foundation
    0x311f2000 - 0x3121bfff GLKit armv7s <c0ee7bea53963509bf960cfb2ae06262> /System/Library/Frameworks/GLKit.framework/GLKit
    0x31246000 - 0x312bffff GameCenterFoundation armv7s <b01f8479acb63d178915dfe938ea2fbc> /System/Library/Frameworks/GameKit.framework/Frameworks/GameCenterFoundation.framework/GameCenterFoundation
    0x312c0000 - 0x313a9fff GameCenterUI armv7s <520e81ff7f1e3f5d88be5597530f30a9> /System/Library/Frameworks/GameKit.framework/Frameworks/GameCenterUI.framework/GameCenterUI
    0x313aa000 - 0x313b8fff LegacyGameKit armv7s <cd4b69fa321d3674b28a588d1a955e71> /System/Library/Frameworks/GameKit.framework/Frameworks/LegacyGameKit.framework/LegacyGameKit
    0x313b9000 - 0x313b9fff GameKit armv7s <77375f3b01b9377c8dd38e067464aa2c> /System/Library/Frameworks/GameKit.framework/GameKit
    0x313ba000 - 0x3140cfff IOKit armv7s <c1229af9a5143dd4a1be15b89077fa0c> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x3140d000 - 0x3161dfff ImageIO armv7s <ba2783c2562c3bd2806a31bc4e6967d2> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x3161e000 - 0x31867fff JavaScriptCore armv7s <3f99cd1d13a23e2aa8007387c7846de3> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x31868000 - 0x31900fff MapKit armv7s <2237c0c763a930c48f8e7d8ec9d4120a> /System/Library/Frameworks/MapKit.framework/MapKit
    0x31901000 - 0x31905fff MediaAccessibility armv7s <1731493561343f79819d40351dc0c905> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x31906000 - 0x31af9fff MediaPlayer armv7s <d2398baa35a436eda4382d56b328de1c> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x31afa000 - 0x31ecdfff MediaToolbox armv7s <308f07d0451732fab56e54f42333f8cd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x31f67000 - 0x31fc5fff MobileCoreServices armv7s <a9a86140ac7d3866ba94b6af4f2435b6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x32019000 - 0x3204cfff OpenAL armv7s <b0240f512f923939ba16eafc0085f1fe> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x326ee000 - 0x327a1fff GLEngine armv7s <902ff8be82fe366ab40580a57ca8e795> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x327a2000 - 0x327a9fff OpenGLES armv7s <86139075794431ceb3990678411cf961> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x327ab000 - 0x327abfff libCVMSPluginSupport.dylib armv7s <071468b605e23abb9352a4e02f354219> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x327ac000 - 0x327aefff libCoreFSCache.dylib armv7s <34261c28539236e3a39632595caab738> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x327af000 - 0x327b2fff libCoreVMClient.dylib armv7s <2bc80d4fdc84317784ad0501bfe7f9a9> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x327b3000 - 0x327b9fff libGFXShared.dylib armv7s <d4e19b8aaa5a3343b94a93584d43b7dd> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x327ba000 - 0x327fafff libGLImage.dylib armv7s <e19cd68bfb813a10aa940e2aaa827a9f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x327fb000 - 0x3291cfff libGLProgrammability.dylib armv7s <a3d7d4ba4579305a8716b7cda1912014> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x32964000 - 0x32aa8fff QuartzCore armv7s <c594233a67463cef9b83fdfb4916b5a2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x32b00000 - 0x32b3cfff Security armv7s <ea58fc42f0cb3d06a4a1081592fda939> /System/Library/Frameworks/Security.framework/Security
    0x32b3d000 - 0x32babfff Social armv7s <becce4df6d4731d686b2276e4b24b249> /System/Library/Frameworks/Social.framework/Social
    0x32c5e000 - 0x32c71fff StoreKit armv7s <d43de21308253ec9ab30c9efa61f74ce> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x32c72000 - 0x32cc1fff SystemConfiguration armv7s <9ca0881c5228390996d9fff39b40947d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x32cc2000 - 0x32cc3fff Twitter armv7s <60fc4a829ea7315195e4f0e05153f518> /System/Library/Frameworks/Twitter.framework/Twitter
    0x32cc4000 - 0x3339dfff UIKit armv7s <5b80a372c30d3bccb00d3811d9ff1e69> /System/Library/Frameworks/UIKit.framework/UIKit
    0x3339e000 - 0x333f8fff VideoToolbox armv7s <10918ba0d15939dfa6db656d5a97b097> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x333f9000 - 0x33422fff iAd armv7s <150e440505ea3834a2a8b9bd2d9b4488> /System/Library/Frameworks/iAd.framework/iAd
    0x3364d000 - 0x33652fff AITTarget armv7s <aa305fdd49443355958d8ee4de8ddd64> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget
    0x33657000 - 0x33660fff AOSNotification armv7s <e0ab0d94bf963e9bba0d8f79f5f1dbac> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
    0x33775000 - 0x33779fff AggregateDictionary armv7s <483e7c3ea7a5372b86e996d1aad0c90f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x33959000 - 0x3396dfff AirTraffic armv7s <7676e165bbec36a79ce2b0882182e9f2> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x3396e000 - 0x33ca3fff Altitude armv7s <d7aedcb17bc432778ec7e4064b8de84f> /System/Library/PrivateFrameworks/Altitude.framework/Altitude
    0x33cd5000 - 0x33d12fff AppSupport armv7s <33860fd1f914311c9e28ea37b2406d48> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x33d13000 - 0x33d49fff AppleAccount armv7s <2ac03724c2bb3e68919b381a2949ab02> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x33d4a000 - 0x33d50fff AppleAccountUI armv7s <adb82c22449e3df093e7a37b04fcd83a> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
    0x33de4000 - 0x33df4fff ApplePushService armv7s <69e420147fe53caf9f03384f307e33dc> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x33e2c000 - 0x33e37fff AssetsLibraryServices armv7s <af611e4b79163542bd0f30b4b3a35adc> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x33e38000 - 0x33e56fff AssistantServices armv7s <f9767709ce8339dc8ef54535c5dbd745> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x33e71000 - 0x33e74fff BTLEAudioController armv7s <d3cd188abe693d4c89961c8a2da6f156> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
    0x33e75000 - 0x33e98fff BackBoardServices armv7s <5ff00848e59c3836baa1b793a518b5ba> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x33e9b000 - 0x33ea0fff BluetoothManager armv7s <3f43fd28c7db33aeac4671527fc562cf> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x33ea1000 - 0x33ec5fff Bom armv7s <7e4a5345b33f3d548970330bc80ef1ac> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x33ed8000 - 0x33f1ffff BulletinBoard armv7s <dfddaaef80a23c7fbdf52e77f5698103> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
    0x33f62000 - 0x33f69fff CaptiveNetwork armv7s <2f67d12447743c23b543f5bf411190a9> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x33f6a000 - 0x3406ffff Celestial armv7s <75902656f0293d08a7e1ac403a3084c6> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x3407c000 - 0x34080fff CertUI armv7s <fe1c8eea2f983ae5a51629ad7939d091> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x34140000 - 0x34160fff ChunkingLibrary armv7s <864450bcefa33ce48cb7f109815129ea> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x341ae000 - 0x341b8fff CommonUtilities armv7s <eb1caaf647c13fa4a5525b05cdf02e23> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x341b9000 - 0x341bdfff CommunicationsFilter armv7s <196e84c92ba333ee97e6f36deacc9a77> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x34279000 - 0x3427bfff CoreAUC armv7s <88890d4388c031daa1ee4b03725cdb12> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x34315000 - 0x34411fff CoreMediaStream armv7s <f90292c24cb43c659713c48030f99bde> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x3451f000 - 0x34520fff CoreSurface armv7s <320768a95c5e3028bc935a8ecc040921> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x345c1000 - 0x345c5fff CoreTime armv7s <5aa6a0ddab833f719f1fd2f74d213fbc> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x345c6000 - 0x3461ffff CoreUI armv7s <a6458676af92317f9b2709befa77e992> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x34620000 - 0x3466cfff CoreUtils armv7s <cc2bceecf5453421bf427417a6bad480> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x3466d000 - 0x34672fff CrashReporterSupport armv7s <2402eea15fb23520a0684e3700480e05> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x34832000 - 0x34846fff DataAccessExpress armv7s <2421903639b033f6a7495654d899f048> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x34850000 - 0x34866fff DataDetectorsCore armv7s <ec1fa057986c3c6a8839c9ddd1c9cc18> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x34868000 - 0x3487ffff DataDetectorsUI armv7s <2be92a5e27923a8e9c06fddeb89c4380> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x34880000 - 0x34883fff DataMigration armv7s <ba726e00435f3ab0b58f136bf3ddd580> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x34888000 - 0x34889fff DiagnosticLogCollection armv7s <ca4d089f17093326ab9f246e25f1cfdd> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
    0x3488a000 - 0x348a3fff DictionaryServices armv7s <7220febad5653f6f85eb4824b02035d6> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x348be000 - 0x348dbfff EAP8021X armv7s <215907c555b433d7a4afa9ac670dea30> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x348e4000 - 0x348eefff ExFAT armv7s <132fc0e9c6593400b229c6e9a6382516> /System/Library/PrivateFrameworks/ExFAT.framework/ExFAT
    0x34900000 - 0x34926fff FTServices armv7s <f9819d5046d5334c8cae68a91f458998> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x34927000 - 0x34d42fff FaceCore armv7s <d8f1a88260a630229232c25ab84580ee> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x34d76000 - 0x34d7cfff libGPUSupportMercury.dylib armv7s <b422a3493a643dadac5c285590bebbc2> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
    0x34d7d000 - 0x34e9dfff AVConference armv7s <e026a42a6cbc3df7996a3a7b7500f523> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference
    0x34ea8000 - 0x34ec8fff ICE armv7s <a396d97289e9335e8ccf342aa2e3d51c> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
    0x34ec9000 - 0x34ec9fff LegacyHandle armv7s <ede0899b2c97334ba39b36c490b473f6> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
    0x34eca000 - 0x34ed2fff SimpleKeyExchange armv7s <e586d6ef57583dea9247a5060aa191a0> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
    0x34ed3000 - 0x34ee4fff ViceroyTrace armv7s <36114ab1c5693f5f9bfc274c58793275> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
    0x34ee5000 - 0x34ee6fff snatmap armv7s <bd75c52ebf0b3986854dad0cc5254cca> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
    0x34ee7000 - 0x34f61fff GameKitServices armv7s <094d354b6f9c3301beaef09f9912624b> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x34f62000 - 0x34f6efff GenerationalStorage armv7s <30e3f504b02a324981b2d588d5c2669c> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x34f6f000 - 0x350effff GeoServices armv7s <aadd2a02e4f23fbdb7b75be30a2526ac> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x350f0000 - 0x350fefff GraphicsServices armv7s <f5097202d34638b9ae7e7a783b7ec595> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x3518b000 - 0x35209fff HomeSharing armv7s <f9de39f35d3a3c228143279481be004c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x3520a000 - 0x35216fff IAP armv7s <970a7c0dbd2f30bf9f929798fda45ab2> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x3527c000 - 0x352aefff IDS armv7s <65180a4dc89f3589b068a878c1dcf7db> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x35318000 - 0x35328fff IDSFoundation armv7s <d7fc8116b83f349f94d8b17b7907dc6e> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x35494000 - 0x354eafff IMFoundation armv7s <f118bdddebf837dfbae4f239e8d5389d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x354f1000 - 0x354f3fff IOAccelerator armv7s <7e9a9a1700cc38e091b0a37e783caea8> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x354f4000 - 0x354fbfff IOMobileFramebuffer armv7s <5cffdaea6207361cb544b80a410f4403> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x354fc000 - 0x35501fff IOSurface armv7s <e25c8b6262fe33afa212ef398c55a647> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x3554e000 - 0x35552fff IncomingCallFilter armv7s <8602d45c022f382d8a80ea019af0ea58> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
    0x35572000 - 0x3557dfff Librarian armv7s <b80dafde17bf3e46a39290717a11c355> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x355b8000 - 0x355f5fff MMCS armv7s <f0bbf022b17333f08ebbe7eb647dbfc6> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x355fd000 - 0x35607fff MailServices armv7s <9d5954e438183c31a1fd07718caf9ffb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x35639000 - 0x356adfff ManagedConfiguration armv7s <2238296ac30e3ae185d8badabe2b5401> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x356ae000 - 0x356affff Marco armv7s <228020b4c8253535ba47caa539b4286d> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x356b0000 - 0x3570efff MediaControlSender armv7s <c0a0f3439e8f3b789cc191dd1e277871> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x3573c000 - 0x35748fff MediaRemote armv7s <65c62af6415734268b08587485c76fe9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x35749000 - 0x3575dfff MediaStream armv7s <9101bbc903c039d386b754e9582acf29> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x35894000 - 0x35896fff MessageSupport armv7s <9f266ead2f5d30ce889f0d3dbec062fe> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x358a1000 - 0x358acfff MobileAsset armv7s <4bd58384ce4438e98cf840e76bba3940> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x358d0000 - 0x358d9fff MobileBluetooth armv7s <8492ebbad5d43bfb9e85f145e80d7d5a> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x358ec000 - 0x358f3fff MobileIcons armv7s <c3ab0ce38cfe348699512fdaac2d840a> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x358f4000 - 0x358f7fff MobileInstallation armv7s <8d70b00f6600336c811f025fc775e0f7> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x358f8000 - 0x35900fff MobileKeyBag armv7s <c3f20736a8c8301581e135b837e10cdd> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x35928000 - 0x3592bfff MobileSystemServices armv7s <d3b29e8863c23104aeb65336bea5b92b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x3594a000 - 0x35955fff MobileWiFi armv7s <c6e1453b923a35d49b7210c2ea2c60e1> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x3598c000 - 0x35b01fff MusicLibrary armv7s <58ee8ea04c473c8aa4d10c4f52e45185> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x35bcc000 - 0x35bcefff OAuth armv7s <dc6f7e426cd5383ba0359b4313057cff> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x36324000 - 0x3635ffff OpenCL armv7s <ce7a8630490e31e78d445a99b00e1cc7> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x368f4000 - 0x3691afff PersistentConnection armv7s <1e270be54c5a311d871ccde5552bf54d> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x36adb000 - 0x36c2efff PhotoLibraryServices armv7s <3f3ee4931f6c3899a3007f3d8cbbffa9> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x36d60000 - 0x36d8cfff PhysicsKit armv7s <f91d67822c953535adbab0c369fa1f83> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x36d8d000 - 0x36d90fff PowerLog armv7s <1c162fdabb9b32938c6954889e629766> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x36df9000 - 0x36e5dfff Preferences armv7s <b94e7ce6bbf031229c327ba1d05820e7> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x36e5e000 - 0x36e94fff PrintKit armv7s <e4f8a38018e93ea5915e289f4c730995> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x36e98000 - 0x36f1ffff ProofReader armv7s <939b664e29fd39b8a1d22f05cc6d0246> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x36f20000 - 0x36f2afff ProtocolBuffer armv7s <cf9c3f0e411e38898629457d88d18634> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x36f2b000 - 0x36f5bfff PrototypeTools armv7s <a654b160f08034cfb5afc4f3ba1dc20b> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
    0x36f5c000 - 0x36fcefff Quagga armv7s <adc1a5ac26ef32f9b19346028ad65133> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x36fcf000 - 0x36fd5fff RTCReporting armv7s <4e41dfc0c5d9326584c369fa17638407> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
    0x36fd6000 - 0x37017fff Radio armv7s <9f1aea503acd318f8ca7413ad15bae28> /System/Library/PrivateFrameworks/Radio.framework/Radio
    0x3706d000 - 0x37090fff RemoteUI armv7s <f5dbabcd33cd3810a5574cb62b699102> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
    0x37091000 - 0x37112fff SAObjects armv7s <8431e81191f03fd993522943be770d90> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x37211000 - 0x37223fff SpringBoardFoundation armv7s <3831416919ea3a58983979905b0bded2> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
    0x37224000 - 0x37237fff SpringBoardServices armv7s <16cfef263234399b9c4411ad036b137e> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x37238000 - 0x37251fff SpringBoardUI armv7s <b72597cdb5bf30f99a2c2d96f6923018> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
    0x37252000 - 0x37264fff SpringBoardUIServices armv7s <9748344908d33aa69d474d77a005d5d0> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
    0x37435000 - 0x37543fff StoreServices armv7s <5926ed1a30b23c249d640d7a1e15c41c> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x37544000 - 0x37552fff StreamingZip armv7s <1ff782be44c131169d84c44490c5cebf> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
    0x375f0000 - 0x375f2fff TCC armv7s <d39f6e7bed0d3d569848737c6e689495> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x375f3000 - 0x37641fff TelephonyUI armv7s <dfa1bf89e36136f4bdaf70beffa4022d> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
    0x37642000 - 0x37661fff TelephonyUtilities armv7s <643f7394a85f38369a7ecaa5eddb0f6c> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x3799f000 - 0x379c1fff TextInput armv7s <dbcf0acfb73c354995921eae66150072> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x37bb8000 - 0x37bccfff ToneLibrary armv7s <88149143dd533de0a6b5227f8deb7af7> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x37c18000 - 0x37cd4fff UIFoundation armv7s <e8736bb4c4bf3875965be8ac09d9761f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x37cd5000 - 0x37cebfff Ubiquity armv7s <710234fa019f3818af2bac5aa13f280f> /System/Library/PrivateFrameworks/Ubiquity.framework/Ubiquity
    0x37cec000 - 0x37ceffff UserFS armv7s <3e668e2cb5623b4dafb318e1b2a97055> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
    0x37d01000 - 0x37f0afff VectorKit armv7s <53ca90a00b97348f942c5193165e1bdb> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x37f0b000 - 0x38002fff VideoProcessing armv7s <800032e924ff3a8ba77e25071bca6054> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
    0x380a3000 - 0x380c0fff VoiceServices armv7s <5771fa51541632d2927d3d470977aa84> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x3811b000 - 0x38bd8fff WebCore armv7s <263c0d1ea51d3827a67814d35def2626> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x38bd9000 - 0x38c96fff WebKit armv7s <976d3293ff7131d89fbbefbfb82191a6> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x38cf8000 - 0x38cf8fff WirelessCoexManager armv7s <eda92764d6f23bf7a64269e50567f7de> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
    0x38cf9000 - 0x38d93fff WirelessDiagnostics armv7s <2914765f58f63ff0a8952ab5d789938a> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
    0x38d9f000 - 0x38da5fff XPCKit armv7s <50d55de9de6e3ba49677b3887143c26c> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
    0x38da6000 - 0x38daefff XPCObjects armv7s <dbd2cc4ab99a3d459d9059873958e9cd> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x38f94000 - 0x38fd4fff iTunesStore armv7s <ec2f2e48e5e5368f844269441748cbe2> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x397ce000 - 0x397f3fff libAWDProtobufFacetimeiMessage.dylib armv7s <4ae7c224fee138e4bcc602eaa8c10846> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
    0x3980b000 - 0x3982ffff libAWDProtobufMMCS.dylib armv7s <330da58770d03bb8bb99c16ec5f64884> /usr/lib/libAWDProtobufMMCS.dylib
    0x399f6000 - 0x399fcfff libAWDProtobufVPN.dylib armv7s <3caff3f4b2fd34c2b126cd8a47456343> /usr/lib/libAWDProtobufVPN.dylib
    0x399fd000 - 0x39a20fff libAWDProtobufWifi.dylib armv7s <0b5c8f88e86832c8a619b615b4fa218a> /usr/lib/libAWDProtobufWifi.dylib
    0x39b41000 - 0x39b41fff libAXSafeCategoryBundle.dylib armv7s <1b2f73f039da3d7d8d1d497745cc80ec> /usr/lib/libAXSafeCategoryBundle.dylib
    0x39b47000 - 0x39b4dfff libAccessibility.dylib armv7s <2df1a15ea96e3517b924e5cdd074c494> /usr/lib/libAccessibility.dylib
    0x39d3f000 - 0x39d55fff libCRFSuite.dylib armv7s <3cbf436dc7ab33e4bdafefd2e1d62aad> /usr/lib/libCRFSuite.dylib
    0x39d68000 - 0x39d69fff libMobileCheckpoint.dylib armv7s <1292a56393d23cca9cf5e1e9ff26b3fd> /usr/lib/libMobileCheckpoint.dylib
    0x39d6a000 - 0x39d7dfff libMobileGestalt.dylib armv7s <4530bbb7be5c31089e39edf92ce94b70> /usr/lib/libMobileGestalt.dylib
    0x39d9b000 - 0x39d9cfff libSystem.B.dylib armv7s <452226a544ed3a5990036924e2564e5f> /usr/lib/libSystem.B.dylib
    0x39e05000 - 0x39e34fff libTelephonyUtilDynamic.dylib armv7s <6bc3bfb9da293112a74052d5698aa636> /usr/lib/libTelephonyUtilDynamic.dylib
    0x39f81000 - 0x39f8dfff libbsm.0.dylib armv7s <bfc0b7e7da923d6dab8f664e027d8937> /usr/lib/libbsm.0.dylib
    0x39f8e000 - 0x39f98fff libbz2.1.0.dylib armv7s <27c037f5f8f234f09343454e7f8edcc2> /usr/lib/libbz2.1.0.dylib
    0x39f99000 - 0x39fe4fff libc++.1.dylib armv7s <c7e8a1071f713dd788f6c14a721f3ede> /usr/lib/libc++.1.dylib
    0x39fe5000 - 0x39ff9fff libc++abi.dylib armv7s <782b0a98b0833d649e381e70acf4246a> /usr/lib/libc++abi.dylib
    0x3a057000 - 0x3a144fff libiconv.2.dylib armv7s <f257bc05be90321b8eb8da40d06bc822> /usr/lib/libiconv.2.dylib
    0x3a145000 - 0x3a296fff libicucore.A.dylib armv7s <0beb6fab05e13ddf9cff6ff6c50d72cc> /usr/lib/libicucore.A.dylib
    0x3a29e000 - 0x3a29efff liblangid.dylib armv7s <4c47a92caaca3caa910dfb56dfa220f8> /usr/lib/liblangid.dylib
    0x3a29f000 - 0x3a2a9fff liblockdown.dylib armv7s <5ab45ec35df93c909aff57e5c7e5217b> /usr/lib/liblockdown.dylib
    0x3a2aa000 - 0x3a2bffff liblzma.5.dylib armv7s <0e4df3e69a9531d3a9539402fb2da2ca> /usr/lib/liblzma.5.dylib
    0x3a5de000 - 0x3a5f2fff libmis.dylib armv7s <74df4f4930cb3ce9b4c74c39254ec7c0> /usr/lib/libmis.dylib
    0x3a61b000 - 0x3a7bafff libobjc.A.dylib armv7s <1dacd8278a8a351ca0dc3d77bf9dc93d> /usr/lib/libobjc.A.dylib
    0x3a831000 - 0x3a89dfff libprotobuf.dylib armv7s <3f152a81e9283392b71c9e1f3b85bfde> /usr/lib/libprotobuf.dylib
    0x3a89e000 - 0x3a8b3fff libresolv.9.dylib armv7s <7dce58ee378a386cbb514775409617ad> /usr/lib/libresolv.9.dylib
    0x3a8dc000 - 0x3a975fff libsqlite3.dylib armv7s <0e0129c6d93a38ec9b020a3bb92c74f4> /usr/lib/libsqlite3.dylib
    0x3a976000 - 0x3a9c3fff libstdc++.6.dylib armv7s <255d966cacbc3dc896f808d5c9cc7921> /usr/lib/libstdc++.6.dylib
    0x3a9c4000 - 0x3a9eafff libtidy.A.dylib armv7s <b57939d1c4eb395db7dd99d821a585e1> /usr/lib/libtidy.A.dylib
    0x3a9ee000 - 0x3aaa1fff libxml2.2.dylib armv7s <0a6328373c163f9da583721a4cab1b17> /usr/lib/libxml2.2.dylib
    0x3aaa2000 - 0x3aac3fff libxslt.1.dylib armv7s <f6ff620f43ec3cbabac8d5238330e07e> /usr/lib/libxslt.1.dylib
    0x3aac4000 - 0x3aad0fff libz.1.dylib armv7s <d5f9546f959239bc8033dde424ef7943> /usr/lib/libz.1.dylib
    0x3aad1000 - 0x3aad5fff libcache.dylib armv7s <e81d17f3cda033698b6450f1261e70ee> /usr/lib/system/libcache.dylib
    0x3aad6000 - 0x3aadefff libcommonCrypto.dylib armv7s <1ee901068d5f31c3a66cef3cf0bfeb5e> /usr/lib/system/libcommonCrypto.dylib
    0x3aadf000 - 0x3aae3fff libcompiler_rt.dylib armv7s <d39321a013e936e5ba88681eb907746e> /usr/lib/system/libcompiler_rt.dylib
    0x3aae4000 - 0x3aaeafff libcopyfile.dylib armv7s <a73dd1157df03918acd3816ca19b5efa> /usr/lib/system/libcopyfile.dylib
    0x3aaeb000 - 0x3ab24fff libcorecrypto.dylib armv7s <e94c38f9ee8136139f3e9c58af979a69> /usr/lib/system/libcorecrypto.dylib
    0x3ab25000 - 0x3ab38fff libdispatch.dylib armv7s <82df9984451133d3bcb520d3cd7cb894> /usr/lib/system/libdispatch.dylib
    0x3ab39000 - 0x3ab3afff libdyld.dylib armv7s <ad06ee7978463d81998db08783effb1a> /usr/lib/system/libdyld.dylib
    0x3ab3b000 - 0x3ab3bfff libkeymgr.dylib armv7s <89b3bafbc6873a698c5decf7fab821f7> /usr/lib/system/libkeymgr.dylib
    0x3ab3c000 - 0x3ab42fff liblaunch.dylib armv7s <57e172cb9deb3b22a94676e1148df607> /usr/lib/system/liblaunch.dylib
    0x3ab43000 - 0x3ab46fff libmacho.dylib armv7s <39acdc7dc5bc304f9d8e8894b69ea24c> /usr/lib/system/libmacho.dylib
    0x3ab47000 - 0x3ab48fff libremovefile.dylib armv7s <f250aceee544364f8452785ed4e639ad> /usr/lib/system/libremovefile.dylib
    0x3ab49000 - 0x3ab56fff libsystem_asl.dylib armv7s <ede5f22b94c639a58670ea42d8bee018> /usr/lib/system/libsystem_asl.dylib
    0x3ab57000 - 0x3ab57fff libsystem_blocks.dylib armv7s <ad53795177f03af48f0658909c7a745d> /usr/lib/system/libsystem_blocks.dylib
    0x3ab58000 - 0x3abbafff libsystem_c.dylib armv7s <3a4f93aa8f103919aa2308cf37606f7e> /usr/lib/system/libsystem_c.dylib
    0x3abbb000 - 0x3abbdfff libsystem_configuration.dylib armv7s <1504785d9bb13f87bf3907463010f9d7> /usr/lib/system/libsystem_configuration.dylib
    0x3abbe000 - 0x3abc4fff libsystem_dnssd.dylib armv7s <a47185693f0a334db68c55c7b6fa86a9> /usr/lib/system/libsystem_dnssd.dylib
    0x3abc5000 - 0x3abddfff libsystem_info.dylib armv7s <4d4365e05a48302ebf0c199c9912a105> /usr/lib/system/libsystem_info.dylib
    0x3abde000 - 0x3abf6fff libsystem_kernel.dylib armv7s <d01d4dc4421c3d658d0778e22e77cc7c> /usr/lib/system/libsystem_kernel.dylib
    0x3abf7000 - 0x3ac15fff libsystem_m.dylib armv7s <e6ee62dbd61b30e6bdf25e5e1c3c8e08> /usr/lib/system/libsystem_m.dylib
    0x3ac16000 - 0x3ac27fff libsystem_malloc.dylib armv7s <1a830b3c029d33cd8988203973436ca6> /usr/lib/system/libsystem_malloc.dylib
    0x3ac28000 - 0x3ac49fff libsystem_network.dylib armv7s <0766c88c521b3e7dbe16e692ce04285c> /usr/lib/system/libsystem_network.dylib
    0x3ac4a000 - 0x3ac51fff libsystem_notify.dylib armv7s <336e53b398d83064b7cece5d7d45a783> /usr/lib/system/libsystem_notify.dylib
    0x3ac52000 - 0x3ac57fff libsystem_platform.dylib armv7s <5a470945e1d6326d9337d06a12be5d42> /usr/lib/system/libsystem_platform.dylib
    0x3ac58000 - 0x3ac5dfff libsystem_pthread.dylib armv7s <ecc26bd4479637d89630365c39fa9bbf> /usr/lib/system/libsystem_pthread.dylib
    0x3ac5e000 - 0x3ac5ffff libsystem_sandbox.dylib armv7s <d14b0d82bc713cc6b8fa92b9e6324cab> /usr/lib/system/libsystem_sandbox.dylib
    0x3ac60000 - 0x3ac62fff libsystem_stats.dylib armv7s <83547a4ae2b03bf69617c2c406ca4e76> /usr/lib/system/libsystem_stats.dylib
    0x3ac63000 - 0x3ac63fff libunwind.dylib armv7s <c20736bf13023567ac05b8063e9ee30b> /usr/lib/system/libunwind.dylib
    0x3ac64000 - 0x3ac7dfff libxpc.dylib armv7s <6567cef02e913755a32ef625c92560f6> /usr/lib/system/libxpc.dylib
     
  4. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
  5. eric.so

    eric.so

    Joined:
    Jun 19, 2013
    Posts:
    15
    Thanks. This may take me some time.
     
  6. JonnyHilly

    JonnyHilly

    Joined:
    Sep 4, 2009
    Posts:
    749
    is there any official Unity notice as to wether unity supports latest iOS7 ? (beta) ? if not, when will it ? any announcements ?
     
  7. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
    we dont do official announcements (or rather we create sticky topics if there are known issues that we are working on). As for latest iOS7 - what are your issues? it just works for me
     
  8. JonnyHilly

    JonnyHilly

    Joined:
    Sep 4, 2009
    Posts:
    749
    have been asked to make sure we are considering iOS7 changes in our upcoming builds... but apprehensive to do so, unless it looks like 7 unity are compatible and stable. Seems like a few people are having issues. In that case I'd rather wait for official iOS7 release and unity update, so was curious about dates.
     
  9. Rhishikesh Joshi

    Rhishikesh Joshi

    Joined:
    Mar 15, 2013
    Posts:
    10
    Hi
    I am using Unity 4.2.1 with XCode5 for developing a plugin for iOS
    My plugin basically launches a navigationController on top of the rootViewController for the application.
    What happens is i see random crashes when i scroll the UITableView inside my plugin.
    Please find below the backtrace for the crash.

    Can somebody please help ?

    thanks in advance

    * thread #1: tid = 0x20c70, 0x398c4b22 libobjc.A.dylib`objc_msgSend + 2, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=1, address=0xffffffff)
    frame #0: 0x398c4b22 libobjc.A.dylib`objc_msgSend + 2
    frame #1: 0x31a69f2e QuartzCore`CA::Display::DisplayLinkItem::dispatch() + 98
    frame #2: 0x31a69cd8 QuartzCore`CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 344
    frame #3: 0x3465776c IOMobileFramebuffer`IOMobileFramebufferVsyncNotifyFunc + 104
    frame #4: 0x30300d04 IOKit`IODispatchCalloutFromCFMessage + 248
    frame #5: 0x2f5dfe28 CoreFoundation`__CFMachPortPerform + 136
    frame #6: 0x2f5ea9e6 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 34
    frame #7: 0x2f5ea982 CoreFoundation`__CFRunLoopDoSource1 + 346
    frame #8: 0x2f5e9156 CoreFoundation`__CFRunLoopRun + 1398
    frame #9: 0x2f553ce6 CoreFoundation`CFRunLoopRunSpecific + 522
    frame #10: 0x2f553aca CoreFoundation`CFRunLoopRunInMode + 106
    frame #11: 0x3423d282 GraphicsServices`GSEventRunModal + 138
    frame #12: 0x31df5a40 UIKit`UIApplicationMain + 1136
    frame #13: 0x0000af7c ProductName`main(argc=1, argv=0x27dffc50) + 288 at main.mm:29
    frame #14: 0x0000ae58 ProductName`start + 40
     
  10. Rhishikesh Joshi

    Rhishikesh Joshi

    Joined:
    Mar 15, 2013
    Posts:
    10