在设备上测试时iOS崩溃-调试日志

JK1*_*140 7 iphone runtime-error ios

我已经开始在iPhone上测试我的iOS应用。一切正常运行一周左右,然后当我尝试打开它时,我的应用立即开始崩溃。当我检查手机的日志(“窗口设备”-“选择我的iPhone”)时,看到以下日志消息。

<Notice>: Submitted job with label: UIKitApplication:com.app.App-Name[0x9fed][63]

<Notice>: /private/var/containers/Bundle/Application/64152E86-B292-47E5-A12D-27E5E23CACFF/App-Name.app/App-Name not valid: 0xe8008015: A valid provisioning profile for this executable was not found.

<Error>: Unable to obtain a task name port right for pid 14847: (os/kern) failure (0x5)
May 29 08:46:13 iPhone assertiond[63] <Notice>: Failed to start job 
with error Error Domain=NSPOSIXErrorDomain Code=3 "No such process" 
UserInfo={NSLocalizedRecoverySuggestion=Consult 
/var/log/com.apple.xpc.launchd/launchd.log for more information, 
NSLocalizedDescription=Unable to get valid task name port right for pid 
14847, NSLocalizedFailureReason=The process failed to exec}

<Notice>: Deleted job with label: UIKitApplication:com.app.App-
Name[0x9fed][63]

<Notice>: [app.App-Name] Bootstrap failed with error: <NSError: 
0x115657730; domain: BKSProcessErrorDomain; code: 1 (bootstrap-failed); 
reason: "Failed to start job">

 <Error>: Bootstrapping failed for <FBApplicationProcess: 0x11d2702a0; 
 com.app.App-Name; pid: -1> with error: Error 
 Domain=BKSProcessErrorDomain Code=1 "Unable to bootstrap process with 
 bundleID com.app.App-Name" UserInfo={BKSProcessExitReason=0, 
NSLocalizedFailureReason=Failed to start job, 
NSUnderlyingError=0x11fa53590 {Error Domain=NSPOSIXErrorDomain Code=3 
"No such process" UserInfo={NSLocalizedFailureReason=The process failed 
to exec, NSLocalizedRecoverySuggestion=Consult 
/var/log/com.apple.xpc.launchd/launchd.log for more information, 
NSLocalizedDescription=Unable to get valid task name port right for pid 
 14847}}, BSErrorCodeDescription=bootstrap-failed, 
 NSLocalizedDescription=Unable to bootstrap process with bundleID 
 com.app.App-Name}

 <Notice>: <FBApplicationProcess: 0x11d2702a0; com.app.App-Name; pid: -1> exited.

<Notice>: SystemUI unknown identifier: 'com.app.App-Name'

<Notice>: Process exited: <FBApplicationProcess: 0x11d2702a0; com.app.App-Name; pid: -1> -> <FBApplicationProcessExitContext: 0x176235aa0; exitReason: (none); terminationReason: (none)>
Run Code Online (Sandbox Code Playgroud)

我已经在Google上搜索了这些错误日志,以尝试找到解决方法,但是没有运气。

任何帮助将非常感激。

Rom*_*ano 1

我的应用程序也遇到了同样的情况,该应用程序的捆绑标识符移至另一个 Apple 开发团队

移动捆绑标识符后,以前的版本包含不再有效的配置文件,我在日志中收到此错误消息。

我想如果您删除配置文件或它因任何原因无效,也会发生同样的情况。