使用cocoapod的swift应用程序在20.00s后无法启动

时间:2016-03-17 10:14:33

标签: ios swift frameworks cocoapods

我创建了一个默认的一个视图swift项目,并在Podfile中添加了11个库。 我可以从xcode内部运行应用程序,但是当我直接使用此堆栈从手机运行应用程序时,应用程序无法运行:

  

事件标识符:3EB8A44E-8F2C-407A-AE7B-A314E62AC61B   CrashReporter密钥:d8ab2628e36e1c5ef60c63f217d734d62950b336硬件   型号:iPhone5,2过程:testPod [1250]路径:
  /var/mobile/Containers/Bundle/Application/0F6BFE2A-4FD0-4553-9AB6-CFC5281FE707/testPod.app/testPod   标识符:com.franck.testPod.testPod版本:1   (1.0)代码类型:ARM(Native)父进程:launchd   [1]

     

日期/时间:2016-03-17 10:48:44.44 +0100发布时间:
  2016-03-17 10:48:22.22 +0100操作系统版本:iOS 9.2.1(13D15)   报告版本:105

     

异常类型:00000020异常代码:0x000000008badf00d   例外注意:SIMULATED(这不是崩溃)突出显示   线程:0

     

应用程序特定信息:com.franck.testPod.testPod失败   20.00s后启动(launchIntent:foreground-interactive)

     

经过的总CPU时间(秒):25.650(用户25.650,系统0.000),   64%CPU经过的应用程序CPU时间(秒):0.020,0%CPU

     

已过滤的系统日志:未找到

     

线程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&amp ;,   ImageLoader :: LinkContext const&)+ 246

以前有没有人经历过这个?我正在使用cocoapods-0.39.0。

Podfile是:

target 'testPod' do
  pod 'SkyFloatingLabelTextField'
  pod 'CSStickyHeaderFlowLayout'
  pod 'Argo'
  pod 'ReactiveCocoa'
  pod 'NVActivityIndicatorView'
  pod 'Alamofire' 
  pod 'SwiftCarousel'
  pod 'SnapKit'
  pod 'WatchdogInspector'
  pod 'Fabric'
  pod 'Crashlytics'
end

1 个答案:

答案 0 :(得分:0)

它已由iOS 9.3自动修复