启动时应用程序崩溃

Meh*_*nki 5 iphone crash startup ios ios8

我的应用程序运行得非常好,突然之间我现在也开始使用iOS 8和以前的操作系统.

崩溃日志如下所示:

iPhone kernel[0] <Notice>: xpcproxy[566] Container: /private/var/mobile/Containers/Data/Application/xxxxxx-xxxx-xxxxx-xxxxxxxx (sandbox)

iPhone ReportCrash[567] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)

iPhone ReportCrash[567] <Notice>: ReportCrash acting against PID 566

iPhone ReportCrash[567] <Notice>: Formulating crash report for process app_name[566]

iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0

iPhone com.apple.xpc.launchd[1] (UIKitApplication:com.xxxxx[0xc36c][566]) <Notice>: Service exited due to signal: Trace/BPT trap: 5

iPhone SpringBoard[43] <Warning>: Application 'UIKitApplication:com.xxxxx[0xc36c]' crashed.

iPhone assertiond[57] <Warning>: Could not set priority of <BKNewProcess: 0x16624ab0; com.xxxxx; pid: 566> to 2, priority: No such process

iPhone assertiond[57] <Warning>: Could not set priority of <BKNewProcess: 0x16624ab0; com.xxxxx; pid: 566> to 4096, priority: No such process

我已经想知道这个问题,但没有得到任何确切的解决方案.请帮助我,因为我需要尽快解决这个问题.任何帮助肯定会升值.

提前致谢.!!..

ViT*_*TUu 1

我有类似的问题。

iPhone ReportCrash[567]:task_set_exception_ports(B07, 400, D03, 0, 0) 失败并出现错误(4:(os/kern)无效参数)

我尝试用这个来解决我的问题并且效果很好。

转到您的项目>构建设置>搜索每个Swift编译器>在优化级别>将调试和发布设置为无[-Onone]

祝你好运。