As soon as I try to run my app, it crashes with the following error log... Please have a look at the logs and give me an idea on where I should start fixing this...? Thanks.
Jul 14 18:36:59 Marys-iPhone kernel[0] <Notice>: xpcproxy[1246] Container: /private/var/mobile/Containers/Data/Application/C4247ABD-5A2B-444F-8BB8-9320C5FCE681 (sandbox)
Jul 14 18:36:59 Marys-iPhone com.apple.xpc.launchd[1] (UIKitApplication:com.doitflash.ar[0xdfd7][1246]) <Notice>: Service exited due to signal: Trace/BPT trap: 5
Jul 14 18:36:59 Marys-iPhone assertiond[65] <Warning>: Unable to obtain a task name port right for pid 1246: (os/kern) failure (5)
Jul 14 18:36:59 Marys-iPhone SpringBoard[48] <Warning>: Unable to register for exec notifications: No such process
Jul 14 18:36:59 Marys-iPhone SpringBoard[48] <Warning>: Unable to obtain a task name port right for pid 1246: (os/kern) failure (5)
Jul 14 18:36:59 Marys-iPhone SpringBoard[48] <Warning>: Unable to obtain a task name port right for <FBApplicationProcess: 0x17c030a0; com.doitflash.ar; pid: 1246>
Jul 14 18:36:59 Marys-iPhone SpringBoard[48] <Warning>: Application 'UIKitApplication:com.doitflash.ar[0xdfd7]' crashed.
Jul 14 18:36:59 Marys-iPhone SpringBoard[48] <Warning>: Application '(null)' exited for an unknown reason.
Jul 14 18:36:59 Marys-iPhone ReportCrash[1247] <Notice>: Formulating report for corpse[1246] exAr
Jul 14 18:36:59 Marys-iPhone ReportCrash[1247] <Warning>: saved type '109_exAr' report (16 of max 25) as /var/mobile/Library/Logs/CrashReporter/
1 Comment
H
Hadi Tavakoli
said
almost 6 years ago
The problem was that the SDK was not correctly embedded in the project considering that it's a Dynamic .framework
Hadi Tavakoli