在Simulator中运行Unity项目时,XCode崩溃

时间:2015-01-27 20:59:51

标签: xcode unity3d crash xcode6 code-signing

运行XCode 6.1.1和Unity 4.6.1(免费版)

我编辑了Unity-Generated Xcode项目,以便Base SDK是" iOS 8.1"和支持的平台是" iOS"。除此之外,它是一样的。每次我运行项目时,XCode都会问我是否希望应用程序接受传入的网络连接(真的很麻烦btw),然后XCode破坏了下面的内容,关于代码签名对lldb无效。我无法想象我是唯一一个有这个问题的人,但谷歌并没有帮助我找到其他人解决这个问题。所以......不确定这里发生了什么。

Process:               Xcode [9062]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               6.1.1 (6611)
Build Info:            IDEFrameworks-6611000000000000~4
App Item ID:           497799835
App External ID:       810788292
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [9062]
User ID:               501

PlugIn Path:             /Users/gregory/Library/Developer/CoreSimulator/Devices/4763D685-8069-492C-AACD-210671E5A7DD/data/Containers/Bundle/Application/D574563E-8038-4C30-B88B-0FF3B1AF96F1/LaserLarry.app/LaserLarry
PlugIn Identifier:       ca.crescentdevelopment.LaserLarry
PlugIn Version:          1.0 (1.0)

Date/Time:             2015-01-27 12:05:28.662 -0800
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        D4619ABC-7D43-9E17-7C12-7ECEBAE0D4CA

Sleep/Wake UUID:       2F24D97F-F4B6-42EC-BFE3-110FF9BA4544

Time Awake Since Boot: 59000 seconds

Crashed Thread:        24  <lldb.process.internal-state(pid=9138)>

Exception Type:        EXC_BAD_ACCESS (Code Signature Invalid)
Exception Codes:       0x0000000000000032, 0x000000011b5fa000

kernel messages:
-1 sec              CODE SIGNING: cs_invalid_page(0x11b5fa000): p=9062[Xcode] final status 0x3000200, denying page sending SIGKILL
-1 sec              CODE SIGNING: process 9062[Xcode]: rejecting invalid page at address 0x11b5fa000 from offset 0xed4000 in file "/Users/USER/Library/Developer/CoreSimulator/Devices/4763D685-8069-492C-AACD-210671E5A7DD/data/Containers/Bundle/Application/D574563E-8038-4C30-B88B-0FF3B1AF96F1/LaserLarry.app/LaserLarry" (cs_mtime:1422389070.0 == mtime:1422389070.0) (signed:1 validated:1 tainted:1 wpmapped:0 slid:0)

0 个答案:

没有答案