card-io / card.io-iOS-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
2.29k stars 553 forks source link

iOS8 issues #50

Closed jpaas closed 10 years ago

jpaas commented 10 years ago

I just tried our app that uses card.io 3.6.3 on iOS8 and its not giving me a camera image. The app does have camera permission.

Unfortunately I can provide much else in the way of details because I have an Xcode problem that doesn't allow me to debug any iOS8 devices.

Anyone else having problems with iOS8?

jpaas commented 10 years ago

Right after I posted this, iOS8 crashed and restarted and now it works. I wonder if this is something related to the new camera permissions in iOS8? When I first installed the app iOS asked me if I wanted to allow it to use the camera. I said yes and the permission was enabled. But it seems that Card.IO wasn't able to use the camera until iOS restarted.

romk1n commented 10 years ago

@jpaas Since iOS 8 Beta only been out a few days it is expected to be highly unstable. We will investigate. Do you have any crash logs you can attach to the issue ?

jpaas commented 10 years ago

It crashes consistently now whenever the CardIO view tries to dismiss itself. Doesn't matter if I complete a scan, cancel or request manual entry. As soon as it goes away, it crashes with a EXC_BAD_ACCESS somewhere in [UIPresentationController runTransitionForCurrentState] which is probably the transition to dismiss the view. Only pictures can be attached, so unfortunately I have to put my crash log inline...

Incident Identifier: EEFCD870-495C-4B99-926A-A4D03615294F
CrashReporter Key:   008b9587674fb32f738775cb954858d1b81dfdf2
Hardware Model:      iPhone5,1
Process:             verify (staging) [441]
Path:                /private/var/mobile/Containers/Bundle/Application/0C0EBD06-8E8B-4D8E-9FFA-50E4EA09DF65/verify (staging).app/verify (staging)
Identifier:          com.digitalretailapps.selfpay-verify
Version:             28 (2.1.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2014-06-18 12:47:44.631 -0400
Launch Time:         2014-06-18 12:47:33.536 -0400
OS Version:          iOS 8.0 (12A4297e)
Report Version:      105

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000c
Triggered by Thread:  0

Thread 0 Crashed:
0   libsystem_kernel.dylib          0x3b04a37c __kill + 8
1   verify (staging)                0x00146278 0x4a000 + 1032824
2   libsystem_platform.dylib        0x3b0c3878 _sigtramp + 40
3   UIKit                           0x317dc526 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke + 122
4   UIKit                           0x3158a99a _applyBlockToCFArrayCopiedToStack + 306
5   UIKit                           0x315064ae _afterCACommitHandler + 454
6   CoreFoundation                  0x2de9c362 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 18
7   CoreFoundation                  0x2de99a1e __CFRunLoopDoObservers + 274
8   CoreFoundation                  0x2de99e26 __CFRunLoopRun + 910
9   CoreFoundation                  0x2dde6e0c CFRunLoopRunSpecific + 472
10  CoreFoundation                  0x2dde6c1e CFRunLoopRunInMode + 102
11  GraphicsServices                0x350f521c GSEventRunModal + 132
12  UIKit                           0x31570224 UIApplicationMain + 1436
13  verify (staging)                0x0005fa48 0x4a000 + 88648
14  libdyld.dylib                   0x3af85aac start + 0

Thread 1:
0   libsystem_kernel.dylib          0x3b0373e4 kevent64 + 24
1   libdispatch.dylib               0x3af73a4c _dispatch_mgr_invoke + 276
2   libdispatch.dylib               0x3af6b88e _dispatch_mgr_thread + 34

Thread 2:
0   libsystem_kernel.dylib          0x3b04ba8c __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x3b0c51b4 _pthread_wqthread + 724
2   libsystem_pthread.dylib         0x3b0c4ecc start_wqthread + 4

Thread 3:
0   libsystem_kernel.dylib          0x3b04ba8c __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x3b0c51b4 _pthread_wqthread + 724
2   libsystem_pthread.dylib         0x3b0c4ecc start_wqthread + 4

Thread 4:
0   libsystem_kernel.dylib          0x3b04ba8c __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x3b0c51b4 _pthread_wqthread + 724
2   libsystem_pthread.dylib         0x3b0c4ecc start_wqthread + 4

Thread 5:
0   libsystem_kernel.dylib          0x3b04ba8c __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x3b0c51b4 _pthread_wqthread + 724
2   libsystem_pthread.dylib         0x3b0c4ecc start_wqthread + 4

Thread 6 name:  com.crashlytics.MachExceptionServer
Thread 6:
0   libsystem_kernel.dylib          0x3b037634 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x3b037428 mach_msg + 36
2   verify (staging)                0x0013a85c 0x4a000 + 985180
3   libsystem_pthread.dylib         0x3b0c714c _pthread_body + 136
4   libsystem_pthread.dylib         0x3b0c70be _pthread_start + 114
5   libsystem_pthread.dylib         0x3b0c4ed8 thread_start + 4

Thread 7:
0   libsystem_kernel.dylib          0x3b04ba8c __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x3b0c51b4 _pthread_wqthread + 724
2   libsystem_pthread.dylib         0x3b0c4ecc start_wqthread + 4

Thread 8 name:  com.apple.NSURLConnectionLoader
Thread 8:
0   libsystem_kernel.dylib          0x3b037634 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x3b037428 mach_msg + 36
2   CoreFoundation                  0x2de9b8e6 __CFRunLoopServiceMachPort + 142
3   CoreFoundation                  0x2de99e8c __CFRunLoopRun + 1012
4   CoreFoundation                  0x2dde6e0c CFRunLoopRunSpecific + 472
5   CoreFoundation                  0x2dde6c1e CFRunLoopRunInMode + 102
6   CFNetwork                       0x2d9940f2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 482
7   Foundation                      0x2ec13bd6 __NSThread__main__ + 1114
8   libsystem_pthread.dylib         0x3b0c714c _pthread_body + 136
9   libsystem_pthread.dylib         0x3b0c70be _pthread_start + 114
10  libsystem_pthread.dylib         0x3b0c4ed8 thread_start + 4

Thread 9 name:  AFNetworking
Thread 9:
0   libsystem_kernel.dylib          0x3b037634 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x3b037428 mach_msg + 36
2   CoreFoundation                  0x2de9b8e6 __CFRunLoopServiceMachPort + 142
3   CoreFoundation                  0x2de99e8c __CFRunLoopRun + 1012
4   CoreFoundation                  0x2dde6e0c CFRunLoopRunSpecific + 472
5   CoreFoundation                  0x2dde6c1e CFRunLoopRunInMode + 102
6   Foundation                      0x2eb4f9d8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 260
7   Foundation                      0x2eb9dc58 -[NSRunLoop(NSRunLoop) run] + 76
8   verify (staging)                0x002a9f40 0x4a000 + 2490176
9   Foundation                      0x2ec13bd6 __NSThread__main__ + 1114
10  libsystem_pthread.dylib         0x3b0c714c _pthread_body + 136
11  libsystem_pthread.dylib         0x3b0c70be _pthread_start + 114
12  libsystem_pthread.dylib         0x3b0c4ed8 thread_start + 4

Thread 10 name:  com.apple.CFSocket.private
Thread 10:
0   libsystem_kernel.dylib          0x3b04b14c __select + 20
1   CoreFoundation                  0x2dea00c4 __CFSocketManager + 512
2   libsystem_pthread.dylib         0x3b0c714c _pthread_body + 136
3   libsystem_pthread.dylib         0x3b0c70be _pthread_start + 114
4   libsystem_pthread.dylib         0x3b0c4ed8 thread_start + 4

Thread 11:
0   libsystem_kernel.dylib          0x3b037634 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x3b037428 mach_msg + 36
2   CoreFoundation                  0x2de9b8e6 __CFRunLoopServiceMachPort + 142
3   CoreFoundation                  0x2de99e8c __CFRunLoopRun + 1012
4   CoreFoundation                  0x2dde6e0c CFRunLoopRunSpecific + 472
5   CoreFoundation                  0x2de311b6 CFRunLoopRun + 94
6   CoreMotion                      0x2e7538fe 0x2e715000 + 256254
7   libsystem_pthread.dylib         0x3b0c714c _pthread_body + 136
8   libsystem_pthread.dylib         0x3b0c70be _pthread_start + 114
9   libsystem_pthread.dylib         0x3b0c4ed8 thread_start + 4

Thread 0 crashed with ARM Thread State (32-bit):
    r0: 0x00000000    r1: 0x00000000      r2: 0x00000001      r3: 0x3d5f9040
    r4: 0x009ad958    r5: 0x00000000      r6: 0x009ad998      r7: 0x009ad938
    r8: 0x0000000b    r9: 0x3d6031ac     r10: 0x00000003     r11: 0x006004d8
    ip: 0x00000025    sp: 0x009ad91c      lr: 0x0014627d      pc: 0x3b04a37c
  cpsr: 0x00000010

Binary Images:
0x4a000 - 0x555fff verify (staging) armv7  <982986c4d1dd3a68937bff4ff8eb0951> /var/mobile/Containers/Bundle/Application/0C0EBD06-8E8B-4D8E-9FFA-50E4EA09DF65/verify (staging).app/verify (staging)
0x1fed2000 - 0x1fef5fff dyld armv7s  <a2851c89347c3e1ebfbf3229c8c77e55> /usr/lib/dyld
0x2c791000 - 0x2c8a6fff IMGSGX543RC2GLDriver armv7s  <436e15ea7d8f314f898f1b96df05c651> /System/Library/Extensions/IMGSGX543RC2GLDriver.bundle/IMGSGX543RC2GLDriver
0x2c8b0000 - 0x2ca36fff AVFoundation armv7s  <0791ba3dd52232f9b927c15adb383c50> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x2ca37000 - 0x2caacfff libAVFAudio.dylib armv7s  <601341c2e62d32fbbd2f546847a0d265> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x2cae6000 - 0x2cae6fff Accelerate armv7s  <44def7469366386eb7766d65d99677b4> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x2caf7000 - 0x2cd11fff vImage armv7s  <c468ec11a5fa3e81889f5852ebc0c04b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x2cd12000 - 0x2cdf8fff libBLAS.dylib armv7s  <4fb91cb9741f316fbae7e47b36646b17> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x2cdf9000 - 0x2d0bdfff libLAPACK.dylib armv7s  <93b64b8651c73e13b3205723a99f7ac7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x2d0be000 - 0x2d0cffff libLinearAlgebra.dylib armv7s  <9c783d674b8c3d76835dc8fa8c0ee264> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x2d0d0000 - 0x2d14bfff libvDSP.dylib armv7s  <6ee67bdec2c33750a4014e8e38cdedba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x2d14c000 - 0x2d15efff libvMisc.dylib armv7s  <ae83bac394593d7aba532c16319a2fca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x2d15f000 - 0x2d15ffff vecLib armv7s  <e018a9b988a532fd8b5eebd85d95a4d7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x2d160000 - 0x2d186fff Accounts armv7s  <da384cc6386a39858d885652fbce5db6> /System/Library/Frameworks/Accounts.framework/Accounts
0x2d188000 - 0x2d1f7fff AddressBook armv7s  <ccd388f5688233a9939df876cf4bee30> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x2d1f8000 - 0x2d31afff AddressBookUI armv7s  <4f6ff08144373c0cb2793acbcbb3971b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x2d4b9000 - 0x2d771fff AudioToolbox armv7s  <f9c6acf2170e34219bc0158345ac39d6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x2d920000 - 0x2da9bfff CFNetwork armv7s  <18734b53d3643090bd247fca3aacaae0> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x2da9c000 - 0x2db12fff CloudKit armv7s  <1aab3d67c731314d9381825443a8fd2d> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x2db13000 - 0x2db75fff CoreAudio armv7s  <e1db774c28bf3ed08e19d3f7d7fbf05f> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x2db8d000 - 0x2dbaafff CoreBluetooth armv7s  <e5d8194f840632828dd82aea4eeb7513> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x2dbab000 - 0x2ddcefff CoreData armv7s  <07e3922462133a1ab667c18315cc2afe> /System/Library/Frameworks/CoreData.framework/CoreData
0x2ddcf000 - 0x2e0f9ff2 CoreFoundation armv7s  <6ac2a075aaea36bd88c260d5253b9cda> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x2e0fa000 - 0x2e224fff CoreGraphics armv7s  <3d46773cda2e3a34b84fde113ecff7bc> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x2e264000 - 0x2e266fff libCGXType.A.dylib armv7s  <96f80b0cbb7b3482b7b800a4e581b7c6> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x2e267000 - 0x2e271fff libCMSBuiltin.A.dylib armv7s  <8a75b7cba7a13647b9d0eb9782d150e5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x2e459000 - 0x2e474fff libRIP.A.dylib armv7s  <c388bc8217173896a7edda076e3e3161> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x2e475000 - 0x2e581fff CoreImage armv7s  <83b185ed1fcb3952a306dfcca20b3671> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x2e582000 - 0x2e5d9fff CoreLocation armv7s  <46cb4c15946d39c4b7f1084eecbee0e3> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x2e60f000 - 0x2e714fff CoreMedia armv7s  <5b7fc2ed91623f2c927d915166005aaa> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x2e715000 - 0x2e7d3fff CoreMotion armv7s  <6f7c0db331e8308992ac9882c2c2418b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x2e7d4000 - 0x2e831fff CoreTelephony armv7s  <864f991e6abb3cfcb4cd5f453312f2d5> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x2e832000 - 0x2e8f6fff CoreText armv7s  <27ce28e51a3c3df7b4d0f1f6dd7354ee> /System/Library/Frameworks/CoreText.framework/CoreText
0x2e8f7000 - 0x2e90bfff CoreVideo armv7s  <6b2888dbce5b3ca3a1dd3195a1fdb2e7> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x2e90c000 - 0x2e9f6fff EventKit armv7s  <6be4ccbe64e63f94ad74244565836a22> /System/Library/Frameworks/EventKit.framework/EventKit
0x2eb44000 - 0x2ed41fff Foundation armv7s  <2162147b6ea531c4963c013832dff6bf> /System/Library/Frameworks/Foundation.framework/Foundation
0x2ed6e000 - 0x2ed8dfff GSS armv7s  <d7b115e3448e35c2ba47147d30cf78e9> /System/Library/Frameworks/GSS.framework/GSS
0x2ee06000 - 0x2ee61fff IOKit armv7s  <a3572c392868300c8e17b833bd7c33d4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x2ee62000 - 0x2f0a2fff ImageIO armv7s  <5f874ad73fb839b9a62766c2c06e77fb> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x2f0a3000 - 0x2f3d7fff JavaScriptCore armv7s  <37bc9c0e7d8f359ab6d05973f4f82859> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x2f59a000 - 0x2f68efff MapKit armv7s  <f78501b6e8a33498ba95e87431e09952> /System/Library/Frameworks/MapKit.framework/MapKit
0x2f68f000 - 0x2f693fff MediaAccessibility armv7s  <e4f15a0ff8c73925aad4cc1a18403185> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x2f694000 - 0x2f865fff MediaPlayer armv7s  <815ed43588163c6986b1682296ac39e3> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x2f866000 - 0x2fd26fff MediaToolbox armv7s  <44143344374a3d2d92cb36844b01fc8f> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x2fd27000 - 0x2fde1fff MessageUI armv7s  <6fa4b4df12113fa18d85d84db6c646a2> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x2fde2000 - 0x2fe44fff Metal armv7s  <af28b66f3bb6362caf4251f3e2c3625a> /System/Library/Frameworks/Metal.framework/Metal
0x2fe45000 - 0x2fed2fff MobileCoreServices armv7s  <8b9051766a6c3b82b30d277ba49444f8> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30a2b000 - 0x30b00fff GLEngine armv7s  <b0a1f4c92cc83d3e8f712842a910cbd7> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x30b01000 - 0x30b09fff OpenGLES armv7s  <b93a575dc1a035329224df3ccf315b1d> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x30b0b000 - 0x30b0bfff libCVMSPluginSupport.dylib armv7s  <16b5fcbc25e83715bb4aa9c841641d61> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x30b0c000 - 0x30b0efff libCoreFSCache.dylib armv7s  <1819a5e78bab3fd2acebfe423591df05> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x30b0f000 - 0x30b12fff libCoreVMClient.dylib armv7s  <d627571fde7837f6837dbec368476cf9> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x30b13000 - 0x30b1afff libGFXShared.dylib armv7s  <3c119310697f34d1b4ff6b2db145ea78> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x30b1b000 - 0x30b5dfff libGLImage.dylib armv7s  <41109cc4eb1336bcbb5fb7e3fe1e2653> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x30b5e000 - 0x30c99fff libGLProgrammability.dylib armv7s  <fc0b21072a493b9d8c6b628f4438dac0> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x30f4b000 - 0x3109cfff QuartzCore armv7s  <9c966c86a58639e0aebe09581dce5b16> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x3109d000 - 0x310ecfff QuickLook armv7s  <0c46333ad3b033efbe236b7ab3e8f64b> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x312d3000 - 0x31313fff Security armv7s  <1874b5eaf29f3e6a8df63e334d542193> /System/Library/Frameworks/Security.framework/Security
0x3148c000 - 0x314a1fff StoreKit armv7s  <dd8a6567a97c3b51b204682575c38d46> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x314a2000 - 0x314fefff SystemConfiguration armv7s  <06292cc9c1e43a81a4b0b44171b06f73> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x31501000 - 0x31d5efff UIKit armv7s  <e3dcbcb434ae3cb4a1f050cdb6f0b0d4> /System/Library/Frameworks/UIKit.framework/UIKit
0x31d5f000 - 0x31ddcfff VideoToolbox armv7s  <d533a34181333733bef0db73861e706c> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x31ddd000 - 0x31faffff WebKit armv7s  <e1b327b055803860b11eea140501675c> /System/Library/Frameworks/WebKit.framework/WebKit
0x322a8000 - 0x322b0fff AOSNotification armv7s  <b854acc887463aba9a7f27eb6e7c7395> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x323f9000 - 0x32443fff AccountsDaemon armv7s  <43901e0543c83baba21df6b47bb66f10> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x32444000 - 0x32465fff AccountsUI armv7s  <495b12f4482d3cdf949761a2af282386> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x32466000 - 0x3246afff AggregateDictionary armv7s  <c93815b78f9c3993bfb4061d0d78ce2a> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x32631000 - 0x3265cfff AirPlaySupport armv7s  <a426b747b5c135379a2f7c2e8c17a7f7> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x32850000 - 0x3288efff AppSupport armv7s  <81f6efc3f3a7338c8dda87edf520e9c8> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x3288f000 - 0x328d4fff AppleAccount armv7s  <0f11f18e4fa53cfebd976d593cc388ae> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x329b2000 - 0x329effff AppleJPEG armv7s  <5b73701143db3d7686c60e62d3f8e76f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x329fa000 - 0x32a0cfff ApplePushService armv7s  <22fe0339978130698eccc4c11cb07c3c> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x32a0d000 - 0x32a13fff AppleSRP armv7s  <2bc7687cb4ea3b258e7412e03765e14c> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x32a47000 - 0x32a50fff AssertionServices armv7s  <a8b5877889723d9ca1585b8b261d0d46> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x32a51000 - 0x32a65fff AssetsLibraryServices armv7s  <7295a4ce9c22399cb148a93b2fd044c3> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x32a66000 - 0x32a8afff AssistantServices armv7s  <b7600bad44fa3a8297cd702ae5902b5e> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x32ab9000 - 0x32abdfff BTLEAudioController armv7s  <15789413e6f035919d88dee0d8e50d32> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x32abe000 - 0x32ad4fff BackBoardServices armv7s  <41da6954eae23fca91f29db7bdb7065a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x32ad7000 - 0x32b0afff BaseBoard armv7s  <76a40ec3eb773379b16b1764e5e3dbd6> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x32b0b000 - 0x32b11fff BluetoothManager armv7s  <6b72ed4bb26a3d49a7ed34b191fc581d> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x32b12000 - 0x32b38fff Bom armv7s  <a8b9eca8f6bb34f6b31c0a305c719daa> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x32bfe000 - 0x32c26fff CalendarFoundation armv7s  <690774d48f1835d4b005d0b32c3b7076> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x32d25000 - 0x32d2dfff CaptiveNetwork armv7s  <cc2b7e92bd393dfbb56b4bc16e290d20> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x32d2e000 - 0x32e9efff Celestial armv7s  <ae897d7c9e103458bf04cb326932a146> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x32eac000 - 0x32ec1fff CertInfo armv7s  <be32019bf44d32dcb08e8bb3679d2ebc> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x32ec2000 - 0x32ec7fff CertUI armv7s  <c416d897c9c23ac0b7558efc3b021deb> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x32ff0000 - 0x33011fff ChunkingLibrary armv7s  <3e6da46f03ef3139b48ff339ebb3e466> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x3341b000 - 0x3341dfff CommonAuth armv7s  <605c3848555835e8b45aec151b19eff4> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x3341e000 - 0x3342cfff CommonUtilities armv7s  <e32b6917bf9532ce91edb863ec49078c> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x3342d000 - 0x33431fff CommunicationsFilter armv7s  <17070be823973722b2d367931aa670c6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x3349d000 - 0x334a1fff ConstantClasses armv7s  <7065fce0ddba3022aa0a8bff4f4b9a02> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x334a8000 - 0x334e0fff ContentIndex armv7s  <537f86e3fa5c3101bf3717550f83b83a> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x334e1000 - 0x334e4fff CoreAUC armv7s  <ffc6742dbdb13427a9c47612f0c9d127> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x33507000 - 0x3355bfff CoreDAV armv7s  <a8cbdad6935936ef93dbbfa19a5cea57> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x3355c000 - 0x33570fff CoreDuet armv7s  <017b5e49aab13eaaaec7fd2c1562232f> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x33574000 - 0x33583fff CoreDuetDaemonProtocol armv7s  <e7645364ec1039ec843e628d4b0c4cdd> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x3358a000 - 0x3358bfff CoreDuetDebugLogging armv7s  <ed70b5d9ecd734e192e9f924e407fa73> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x33788000 - 0x33823fff CorePDF armv7s  <a8fb766cd2d73fa2afd254842a3855df> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x33884000 - 0x3388dfff CoreRecents armv7s  <e63192a5357335ddb15b9560eb7b3985> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x33901000 - 0x3391ffff CoreServicesInternal armv7s  <db8344bcad023310b5f68f452fc4c72c> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x33b12000 - 0x33b90fff CoreUI armv7s  <893ac6f55c12399791ad2c2d910b11da> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x33b91000 - 0x33bf7fff CoreUtils armv7s  <e483a72f90023de999212ab26840c735> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x33bf8000 - 0x33bfdfff CrashReporterSupport armv7s  <e267534e198339acaf37806535273a53> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x33bfe000 - 0x33c02fff DAAPKit armv7s  <3e78e15d79ca311db616e7d78f23003a> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x33c0d000 - 0x33c51fff DataAccess armv7s  <8b388062308935558815289f13a3be26> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x33e3f000 - 0x33e60fff DataAccessExpress armv7s  <d5d65b7ba6e33035968a4b5d32d467a6> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x33e9e000 - 0x33ea4fff DataMigration armv7s  <98b1641263553b69ba083ff8d8658c7b> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x33eae000 - 0x33eaffff DiagnosticLogCollection armv7s  <56425f86186534d59643f67e71d7bca8> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x33eb0000 - 0x33ecafff DictionaryServices armv7s  <4b761bd2fcee3a91b407f878571c151b> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x33ee9000 - 0x33f08fff EAP8021X armv7s  <a67aad7a3ed2327fb60fd24e4f68b0e9> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x33fff000 - 0x34001fff FTClientServices armv7s  <4bdc153e38d936ee81563eecdc8dc5af> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x34002000 - 0x34032fff FTServices armv7s  <2aa31f23370630e7af502afd86d5fbab> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x34033000 - 0x34456fff FaceCore armv7s  <24abf4daddd4349785763be14e380442> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x34468000 - 0x34473fff FindMyDevice armv7s  <dce67e7599e73febb2dd35b8c73e54bc> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x3447a000 - 0x3447afff FontServices armv7s  <c8cf7d38a21c38918e75f1d43d57e1b3> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x3447b000 - 0x3454efff libFontParser.dylib armv7s  <5fff5ad94f4838b99fd01f725a484661> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x3454f000 - 0x3455bfff libGSFontCache.dylib armv7s  <6418da07be473736ba5455bb673ffd50> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x345a8000 - 0x345befff FrontBoardServices armv7s  <d33be5fe4e7e301289b2e13e4476f21d> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x34b1f000 - 0x34b26fff libGPUSupportMercury.dylib armv7s  <5b82c5e0f47a3321aa57572ac21d6325> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x34e95000 - 0x34eabfff GenerationalStorage armv7s  <18722775d37a31588235df644b031614> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x34eac000 - 0x350ebfff GeoServices armv7s  <8d82e9266305319db951d24d1c9ae6ba> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x350ec000 - 0x350fcfff GraphicsServices armv7s  <b01e78b228a13559b418c1ad337ce8c9> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3518a000 - 0x351d9fff Heimdal armv7s  <ba751e484d913f228ecdcb5d55c7d462> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x35220000 - 0x352a9fff HomeSharing armv7s  <283ee94fac48306ca32e01d116d5738a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x35308000 - 0x35358fff IDS armv7s  <81eb1df8ca683441899e1d3d674b45bc> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x35359000 - 0x3537afff IDSFoundation armv7s  <cc2ebbaacb9f3722b743511c7db1827c> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x353e1000 - 0x3548bfff IMCore armv7s  <44ed0870e5c13a5189a0692965150725> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x35521000 - 0x35582fff IMFoundation armv7s  <eb17424e8b35327598ee964db8621d30> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x3558a000 - 0x3558dfff IOAccelerator armv7s  <10bcc95808a23308b12442c6e03c5745> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x35590000 - 0x35596fff IOMobileFramebuffer armv7s  <0ed7dc4b21d537cd9daa59373b4048ef> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x35597000 - 0x3559cfff IOSurface armv7s  <5fad78cc44ca32b5ba710cc6c2fa199f> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3559d000 - 0x3559efff IOSurfaceAccelerator armv7s  <1ab3515eee2e32ceb4b9b68db3e08524> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x35632000 - 0x35637fff IntlPreferences armv7s  <834fa5aabe873d2caf175ba3e4aaa6cc> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x35638000 - 0x35678fff LanguageModeling armv7s  <80d9c4bcdadc3bd19b9cd9e04c6a9435> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x356b4000 - 0x356effff MIME armv7s  <78cff49eb2c8376c886831c21672c92d> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x35784000 - 0x35790fff MailServices armv7s  <2a9d9dd4e52036748d664848e9e841f0> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x357c4000 - 0x3585bfff ManagedConfiguration armv7s  <0bc7016ca8153af29534a52252e9754d> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x35865000 - 0x35866fff Marco armv7s  <074f169a42ec392ea1bc85ce58711ede> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x35867000 - 0x358defff MediaControlSender armv7s  <eeb07de298ab30a9901b0751b478fc5c> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x35935000 - 0x35945fff MediaRemote armv7s  <5233f902b94939c48e529eb6c6b42950> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x35946000 - 0x35950fff MediaServices armv7s  <d98002b0b2bd358487c385899f4fef08> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x359ce000 - 0x35aa8fff Message armv7s  <a2ae3b6f52803094a289234b52f20cd4> /System/Library/PrivateFrameworks/Message.framework/Message
0x35aae000 - 0x35ab0fff MessageSupport armv7s  <c04ecefb6a41383abcc0a7a77170f88b> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x35abe000 - 0x35acbfff MobileAsset armv7s  <5eb390171114319a90b976651a67a46a> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x35af0000 - 0x35af9fff MobileBluetooth armv7s  <d9cdd6fdd3a93e8bbdc178e04c997982> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x35b14000 - 0x35b1bfff MobileIcons armv7s  <ace839ff18283ff1bc14edf5490f31bd> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x35b1c000 - 0x35b22fff MobileInstallation armv7s  <92f28498453932bfbbd7046365910937> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35b23000 - 0x35b2ffff MobileKeyBag armv7s  <3afe12c705e33906914bd2b5c5ca4803> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x35b5c000 - 0x35b5ffff MobileSystemServices armv7s  <1fe2db20f4d7329cb5e67e8c200db509> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x35b81000 - 0x35b8efff MobileWiFi armv7s  <7bc95fdf85f33eeaa5dafd535c089f75> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x35bcc000 - 0x35d6afff MusicLibrary armv7s  <773808db92143d68aa1a79fc5d592975> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x35dfb000 - 0x35e00fff Netrb armv7s  <ba5493b2e3ac3f868861e52410a83bfd> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x35e01000 - 0x35e07fff NetworkStatistics armv7s  <cba40cb622a73bcfa31c590285db47ba> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x35e08000 - 0x35e25fff Notes armv7s  <ce26cc25b77c379aa108342ddd7c6e67> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x35e26000 - 0x35e28fff OAuth armv7s  <ba34a7a23a703be5b92b2cc5d2cca111> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x36583000 - 0x365bffff OpenCL armv7s  <ce137a9a30923dd589c127f9d652eab1> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x36631000 - 0x36658fff PersistentConnection armv7s  <a30ac6162df439bea70b7a164e28dbb4> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x369b1000 - 0x369f7fff PhysicsKit armv7s  <4a7c9907fc9c33f7844878cf1eddb1ab> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x369f8000 - 0x36a0cfff PlugInKit armv7s  <aa53133cba1e31ff92b2f6c52c6e8b60> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x36a0d000 - 0x36a12fff PowerLog armv7s  <537fe4c31f16329392759c42458a14ec> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x36bd8000 - 0x36c7afff Preferences armv7s  <497c3ae5a6683574b2d15d497d2887f3> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x36c7b000 - 0x36cb7fff PrintKit armv7s  <869548ae00873fe3ba82648f58d60cfc> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x36cbb000 - 0x36d4ffff ProofReader armv7s  <55b1fc1f4cac32fd8c1502bcb48355dd> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x36d5f000 - 0x36d6bfff ProtocolBuffer armv7s  <0f4102053ea43ea9b9e701ea21263b28> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36d9e000 - 0x36e0cfff Quagga armv7s  <38f7f3e8973e3480bc151ceb153bbe38> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x37091000 - 0x3711dfff SAObjects armv7s  <abdefa3f4d793947a3a001a2cfb14218> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x372eb000 - 0x37304fff SpringBoardServices armv7s  <c648eb9c9f3d33e8b57f784e95a2b794> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x3762b000 - 0x37740fff StoreServices armv7s  <5ff1314998443564adce5dc7bf788171> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x3780f000 - 0x37811fff TCC armv7s  <273eb3dbb65c3ea1a5ac498a998f53ed> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x37859000 - 0x37890fff TelephonyUtilities armv7s  <ae463c4628513988be8767bfea8507de> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x37c94000 - 0x37cbbfff TextInput armv7s  <6d6e5455a2903d889c12123478da559d> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x37d6b000 - 0x37e2bfff UIFoundation armv7s  <e29d8dc8e19c3a2fa6ce67b68b0f4f3c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x37e48000 - 0x37e4bfff UserFS armv7s  <a8de0564c7be311ea988a66696045d04> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x37e64000 - 0x3839afff VectorKit armv7s  <5b43670681993240a187b0b98495b720> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x38530000 - 0x3854efff VoiceServices armv7s  <bb42839c466a3b289e511638923bb402> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x385d5000 - 0x385fafff WebBookmarks armv7s  <c86033f440ca357d8af158c76d5b7d12> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x38610000 - 0x391b2fff WebCore armv7s  <8bcc6c5bd26e305781415ea0efb774fe> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x391b3000 - 0x39272fff WebKitLegacy armv7s  <1fdfb476dec43755b0f7acac3ef1f262> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x393c5000 - 0x393cdfff XPCObjects armv7s  <0bfe5439f108369ea99df99a0931ca5a> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x39599000 - 0x395bdfff iCalendar armv7s  <a3f1cc32bed93809b3f657d932204a6d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x395dc000 - 0x39617fff iTunesStore armv7s  <9ec489bc45f5382eb7042a8bef7569e3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x39cd8000 - 0x39ce0fff libAccessibility.dylib armv7s  <e05b23f1a5db36cea865b891328795ed> /usr/lib/libAccessibility.dylib
0x39f29000 - 0x39f3ffff libCRFSuite.dylib armv7s  <e81d41bfae2c3b8085406a017b9b0e63> /usr/lib/libCRFSuite.dylib
0x39f6e000 - 0x3a072fff libFosl_dynamic.dylib armv7s  <dacd8efcc5d731d08dc2599aae81ada2> /usr/lib/libFosl_dynamic.dylib
0x3a08c000 - 0x3a0a2fff libMobileGestalt.dylib armv7s  <a28acb79ba193f5d86975c02bfae4645> /usr/lib/libMobileGestalt.dylib
0x3a0a3000 - 0x3a0aafff libMobileGestaltExtensions.dylib armv7s  <c533e8743eb33044abdc8ac49d34eb96> /usr/lib/libMobileGestaltExtensions.dylib
0x3a0c7000 - 0x3a0c8fff libSystem.B.dylib armv7s  <ee131dc8ba00344aa16edbe356659812> /usr/lib/libSystem.B.dylib
0x3a133000 - 0x3a179fff libTelephonyUtilDynamic.dylib armv7s  <d6ff7159a8fc3c699ed3959379373b19> /usr/lib/libTelephonyUtilDynamic.dylib
0x3a289000 - 0x3a2abfff libarchive.2.dylib armv7s  <527e8c0122073f578d895580df8169f4> /usr/lib/libarchive.2.dylib
0x3a2ac000 - 0x3a2acfff libassertion_extension.dylib armv7s  <18f8c4c2409e37e7bad03639174aa0ad> /usr/lib/libassertion_extension.dylib
0x3a2df000 - 0x3a2ebfff libbsm.0.dylib armv7s  <ae0d4a27677f3f318d5994bd5a299009> /usr/lib/libbsm.0.dylib
0x3a2ec000 - 0x3a2f5fff libbz2.1.0.dylib armv7s  <cdff2930a8333bb689793675dee50df4> /usr/lib/libbz2.1.0.dylib
0x3a2f6000 - 0x3a340fff libc++.1.dylib armv7s  <8fad3aace328348da9c59ce042a8f764> /usr/lib/libc++.1.dylib
0x3a341000 - 0x3a35cfff libc++abi.dylib armv7s  <02e4dc8913bb356b8cd4477fd405a742> /usr/lib/libc++abi.dylib
0x3a35e000 - 0x3a36bfff libcmph.dylib armv7s  <361b1fe8b4673926b7116829e02d0b02> /usr/lib/libcmph.dylib
0x3a39a000 - 0x3a3b0fff libextension.dylib armv7s  <deec20a3bed339718d7c3e3b1d4820a0> /usr/lib/libextension.dylib
0x3a3cf000 - 0x3a3d2fff libheimdal-asn1.dylib armv7s  <420a73e24e5531dbb0db07ac65ac23c7> /usr/lib/libheimdal-asn1.dylib
0x3a3d3000 - 0x3a4c0fff libiconv.2.dylib armv7s  <46d7757760c43bb0b51beeed2b09d5b3> /usr/lib/libiconv.2.dylib
0x3a4c1000 - 0x3a62ffff libicucore.A.dylib armv7s  <988535da2093359da8d09841e19ba108> /usr/lib/libicucore.A.dylib
0x3a63c000 - 0x3a63cfff liblangid.dylib armv7s  <c039470cbe2b39f2b7f5f80676b7b6d0> /usr/lib/liblangid.dylib
0x3a63d000 - 0x3a647fff liblockdown.dylib armv7s  <343771f7eac9357bae5c80461d9a7eac> /usr/lib/liblockdown.dylib
0x3a648000 - 0x3a65dfff liblzma.5.dylib armv7s  <d9f0e9bc84273d28bb36dea3e8f362aa> /usr/lib/liblzma.5.dylib
0x3a9c0000 - 0x3a9d4fff libmis.dylib armv7s  <4d0ec4d1c142338d912895b21776ca26> /usr/lib/libmis.dylib
0x3a9fd000 - 0x3abe3fff libobjc.A.dylib armv7s  <5604f26f9a6336cb88ed6ac779d2b96e> /usr/lib/libobjc.A.dylib
0x3acb4000 - 0x3accafff libresolv.9.dylib armv7s  <6f5e721723f73e079cad07f800ce7c16> /usr/lib/libresolv.9.dylib
0x3acf5000 - 0x3ad9afff libsqlite3.dylib armv7s  <1c1eaefc51f73224bcda62706301d95e> /usr/lib/libsqlite3.dylib
0x3ade8000 - 0x3ae0efff libtidy.A.dylib armv7s  <ce3364e915d23d74ae1564c2f9532f7d> /usr/lib/libtidy.A.dylib
0x3ae0f000 - 0x3ae17fff libtzupdate.dylib armv7s  <9e24d86e677b3f28a50f82980735f5c3> /usr/lib/libtzupdate.dylib
0x3ae1b000 - 0x3aed1fff libxml2.2.dylib armv7s  <3c08bca3a51231749b43e35d4e627cdc> /usr/lib/libxml2.2.dylib
0x3aed2000 - 0x3aef3fff libxslt.1.dylib armv7s  <f4c65edfeb6032e88ce570e92f5f9d24> /usr/lib/libxslt.1.dylib
0x3aef4000 - 0x3af00fff libz.1.dylib armv7s  <992aeede771e31908aa7decbd03d1390> /usr/lib/libz.1.dylib
0x3af01000 - 0x3af05fff libcache.dylib armv7s  <0b0068214c9e31e58d663f4d8bb3b70e> /usr/lib/system/libcache.dylib
0x3af06000 - 0x3af0ffff libcommonCrypto.dylib armv7s  <06421281fc2734149264ce2ed7dbd31e> /usr/lib/system/libcommonCrypto.dylib
0x3af10000 - 0x3af14fff libcompiler_rt.dylib armv7s  <e2a6a6759c413a9380853d1a681dfb02> /usr/lib/system/libcompiler_rt.dylib
0x3af15000 - 0x3af1bfff libcopyfile.dylib armv7s  <e05176f9f09034a2b8fbb173a67dd839> /usr/lib/system/libcopyfile.dylib
0x3af1c000 - 0x3af68fff libcorecrypto.dylib armv7s  <9ca3057bd1fa3d1d8a0d88bf05538087> /usr/lib/system/libcorecrypto.dylib
0x3af69000 - 0x3af83fff libdispatch.dylib armv7s  <ac3e07df26ba36a0b974e5db95e9623c> /usr/lib/system/libdispatch.dylib
0x3af84000 - 0x3af85fff libdyld.dylib armv7s  <bbfaa7a0c7eb3916a89d3d739d84cb01> /usr/lib/system/libdyld.dylib
0x3af86000 - 0x3af86fff libkeymgr.dylib armv7s  <4f1aba2c7b093e9a82bb2b616f2ac397> /usr/lib/system/libkeymgr.dylib
0x3af87000 - 0x3af87fff liblaunch.dylib armv7s  <c53c62f970923865ba71a34226f43000> /usr/lib/system/liblaunch.dylib
0x3af88000 - 0x3af8bfff libmacho.dylib armv7s  <8eecde367d253164a6eca2ab22b5dfef> /usr/lib/system/libmacho.dylib
0x3af8c000 - 0x3af8dfff libremovefile.dylib armv7s  <c1bfc46c368337a897a32de211b56243> /usr/lib/system/libremovefile.dylib
0x3af8e000 - 0x3af9efff libsystem_asl.dylib armv7s  <7b5ca86f6fe0381daf373566b0c19234> /usr/lib/system/libsystem_asl.dylib
0x3af9f000 - 0x3af9ffff libsystem_blocks.dylib armv7s  <7cd3cc2b5ffa3c91bbc61a34bc124396> /usr/lib/system/libsystem_blocks.dylib
0x3afa0000 - 0x3b003fff libsystem_c.dylib armv7s  <b36654470b1a37efbbb16f0c77d8ada4> /usr/lib/system/libsystem_c.dylib
0x3b004000 - 0x3b006fff libsystem_configuration.dylib armv7s  <822dce36758e3a0dac1e9f37719ee576> /usr/lib/system/libsystem_configuration.dylib
0x3b007000 - 0x3b008fff libsystem_coreservices.dylib armv7s  <2e95f02de21732ff9702e23f2384408d> /usr/lib/system/libsystem_coreservices.dylib
0x3b009000 - 0x3b015fff libsystem_coretls.dylib armv7s  <bf314dc77c453538aa28546a557bf31b> /usr/lib/system/libsystem_coretls.dylib
0x3b016000 - 0x3b01cfff libsystem_dnssd.dylib armv7s  <ceb888ee0b483c15875335bb6f21ff49> /usr/lib/system/libsystem_dnssd.dylib
0x3b01d000 - 0x3b035fff libsystem_info.dylib armv7s  <a197df3022ef3c4a9cbaa8233304b14c> /usr/lib/system/libsystem_info.dylib
0x3b036000 - 0x3b050fff libsystem_kernel.dylib armv7s  <4493253cbed43cc6ba26d0eaa09be46f> /usr/lib/system/libsystem_kernel.dylib
0x3b051000 - 0x3b070fff libsystem_m.dylib armv7s  <b16ba240b29e31fd93e74f2418261d60> /usr/lib/system/libsystem_m.dylib
0x3b071000 - 0x3b083fff libsystem_malloc.dylib armv7s  <662984dd137a338c94798ce0d418b6f1> /usr/lib/system/libsystem_malloc.dylib
0x3b084000 - 0x3b0b0fff libsystem_network.dylib armv7s  <044d3a363be031008c11ad2738747d23> /usr/lib/system/libsystem_network.dylib
0x3b0b1000 - 0x3b0b6fff libsystem_networkextension.dylib armv7s  <ae25575f4cb438a88597e0f37ae8cc30> /usr/lib/system/libsystem_networkextension.dylib
0x3b0b7000 - 0x3b0befff libsystem_notify.dylib armv7s  <e09cd99e432e3e098973fb3cb31ffc74> /usr/lib/system/libsystem_notify.dylib
0x3b0bf000 - 0x3b0c3fff libsystem_platform.dylib armv7s  <1837ca09c15631cdbafca8dff668a53b> /usr/lib/system/libsystem_platform.dylib
0x3b0c4000 - 0x3b0cafff libsystem_pthread.dylib armv7s  <e3c21aec70c43d18ad09243d1c138640> /usr/lib/system/libsystem_pthread.dylib
0x3b0cb000 - 0x3b0cdfff libsystem_sandbox.dylib armv7s  <07ecb6cc9747372fa224dccbe4eb9852> /usr/lib/system/libsystem_sandbox.dylib
0x3b0ce000 - 0x3b0d1fff libsystem_stats.dylib armv7s  <1bf771f7e3f13b3f9b07bccf8db3f505> /usr/lib/system/libsystem_stats.dylib
0x3b0d2000 - 0x3b0d7fff libsystem_trace.dylib armv7s  <30251e7931713ba7af65c48f11b84a88> /usr/lib/system/libsystem_trace.dylib
0x3b0d8000 - 0x3b0d8fff libunwind.dylib armv7s  <222ceaf39e0839d1985a3aa04ced0666> /usr/lib/system/libunwind.dylib
0x3b0d9000 - 0x3b0f4fff libxpc.dylib armv7s  <0f9d15b9416c3715a06f0ea1286b2bf9> /usr/lib/system/libxpc.dylib
dgoldman-pdx commented 10 years ago

Thanks, @jpaas. We'll look into it.

jpaas commented 10 years ago

Thanks Dan. This issue should probably be split into 2. I had a one time issue the first time I used Card.IO on iOS8 seemingly with camera permissions. A reboot cleared it up.

But now it crashes transitioning to the data entry screen every time. At first I was sure it crashed even if I pressed cancel. But cancel seems ok now. Would you like me to open a new issue?

josharian commented 10 years ago

For future reference, his name is Dave.

jpaas commented 10 years ago

Oops. Sorry Dave.

dgoldman-pdx commented 10 years ago

No problem. :)

At this point, no need to open a new issue, nor to provide further details. Give us a few days to play with iOS 8 and release an update.

jpaas commented 10 years ago

Great! Thanks for being so responsive. Amazing considering this super useful library is being provided for free.

dgoldman-pdx commented 10 years ago

@jpaas Okay, try version 3.8.1 and let us know what happens next.

The camera permissions have worked okay for me on an iOS device for three different apps so far. Perhaps that's something that Apple fixed in beta 2.

I didn't run into the crash-on-dismiss that you described above. But I did reproduce the crash-on-data-entry-screen, and have fixed that in 3.8.1. It was related to some orientation-changing code, so please let me know if you detect any orientation issues, particularly on entering the data-entry view.

Thanks for being so responsive. Amazing considering this super useful library is being provided for free.

Now you can tell your friends how well PayPal treats its third-party developers. :)

jpaas commented 10 years ago

Its working great now. Thanks @dgoldman-ebay!