ios - swift App using cocoapod fails to launch after 20.00s -
i created default 1 view swift project , added 11 libraries in podfile. can run app inside xcode, app fails run when run phone directly stack:
incident identifier: 3eb8a44e-8f2c-407a-ae7b-a314e62ac61b crashreporter key: d8ab2628e36e1c5ef60c63f217d734d62950b336 hardware model: iphone5,2 process: testpod [1250] path:
/var/mobile/containers/bundle/application/0f6bfe2a-4fd0-4553-9ab6-cfc5281fe707/testpod.app/testpod identifier: com.franck.testpod.testpod version: 1 (1.0) code type: arm (native) parent process: launchd [1]date/time: 2016-03-17 10:48:44.44 +0100 launch time:
2016-03-17 10:48:22.22 +0100 os version: ios 9.2.1 (13d15) report version: 105exception type: 00000020 exception codes: 0x000000008badf00d exception note: simulated (this not crash) highlighted thread: 0
application specific information: com.franck.testpod.testpod failed launch after 20.00s (launchintent: foreground-interactive)
elapsed total cpu time (seconds): 25.650 (user 25.650, system 0.000), 64% cpu elapsed application cpu time (seconds): 0.020, 0% cpu
filtered syslog: none found
thread 0: 0 dyld 0x1fe96e8c __fcntl + 8 1 dyld 0x1fe96a94 fcntl + 108 2 dyld
0x1fe86ff4 imageloadermacho::loadcodesignature(linkedit_data_command const*, int, unsigned long long, imageloader::linkcontext const&) + 40 3 dyld 0x1fe8b640 imageloadermachocompressed::instantiatefromfile(char const*, int, unsigned char const*, unsigned long, unsigned long long, unsigned long long, stat const&, unsigned int, unsigned int, linkedit_data_command const*, encryption_info_command const*, imageloader::linkcontext const&) + 244 4 dyld 0x1fe8651e imageloadermacho::instantiatefromfile(char const*, int, unsigned char const*, unsigned long long, unsigned long long, stat const&, imageloader::linkcontext const&) + 246
has experienced before ? i'm using cocoapods-0.39.0.
the podfile is:
target 'testpod' pod 'skyfloatinglabeltextfield' pod 'csstickyheaderflowlayout' pod 'argo' pod 'reactivecocoa' pod 'nvactivityindicatorview' pod 'alamofire' pod 'swiftcarousel' pod 'snapkit' pod 'watchdoginspector' pod 'fabric' pod 'crashlytics' end
it has been automatically fixed ios 9.3
Comments
Post a Comment