1

我有一个可以在调试(设备和模拟器)上完美运行的应用程序,但是一旦我为 AdHoc 存档它,它就会崩溃。

即使选择了分发配置文件 y clic 播放并且工作正常。

现在,如果我通过 AdHoc 制作一个 .ipa ......它会加载并崩溃...... 1seg ......甚至没有打开。

我想也许出了点问题,但是如果有的话,我到底怎么能找到错误呢?我没有任何日志消息,它是一个很大的应用程序。

任何想法?

谢谢。


  By the way, this is what I get:

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libobjc.A.dylib                 0x38af35d0 objc_msgSend + 16
1   CoreFoundation                  0x39a0d4e8 CFURLCopyScheme + 144
2   CoreGraphics                    0x318e6e28 CGDataProviderCreateWithURL + 44
3   CoreGraphics                    0x318ffc5c CGPDFDocumentCreateWithURL + 4
4   READERSoft                      0x000e10f0 CGPDFDocumentCreateX (CGPDFDocument.m:42)
5   READERSoft                      0x000aeab4 -[ContentViewController viewDidLoad] (ContentViewController.m:56)
6   UIKit                           0x332ce544 -[UIViewController loadViewIfRequired] + 360
7   UIKit                           0x3330ed2c -[UIWindow addRootViewControllerViewIfPossible] + 60
8   UIKit                           0x3330aac8 -[UIWindow _setHidden:forced:] + 360
9   UIKit                           0x3334c19c -[UIWindow makeKeyAndVisible] + 56
10  READERSoft                      0x000b618a -[AppDelegate application:didFinishLaunchingWithOptions:] (AppDelegate.m:44)
11  UIKit                           0x3330fa74 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 248
12  UIKit                           0x3330f5f8 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1164
13  UIKit                           0x33307806 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 694
14  UIKit                           0x332afcea -[UIApplication handleEvent:withNewEvent:] + 1006
15  UIKit                           0x332af778 -[UIApplication sendEvent:] + 68
16  UIKit                           0x332af1ba _UIApplicationHandleEvent + 6194
17  GraphicsServices                0x39b435f4 _PurpleEventCallback + 588
18  GraphicsServices                0x39b43222 PurpleEventCallback + 30
19  CoreFoundation                  0x39a743e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
20  CoreFoundation                  0x39a74386 __CFRunLoopDoSource1 + 134
21  CoreFoundation                  0x39a7320a __CFRunLoopRun + 1378
22  CoreFoundation                  0x399e6238 CFRunLoopRunSpecific + 352
23  CoreFoundation                  0x399e60c4 CFRunLoopRunInMode + 100
24  UIKit                           0x33306440 -[UIApplication _run] + 664
25  UIKit                           0x3330328c UIApplicationMain + 1116
26  READERSoft                      0x000b5f5a main (main.m:9)
27  READERSoft                      0x000ae89c start + 36
4

0 回答 0