Xcode6 beta2 不能调试extension问题

问题描述:在用Xcode6 beta2联机调试输入法时出现如下问题
Message from debugger: Terminated due to signal 9

问题分析:查看xcode6 beta2 realse note,发现xcode这版不支持extension的调试
• Debugging Share or Action app extensions does not work in this release. You will see an error
message similar to: "The app on quit unexpectedly. Message
from debugger: Terminated due to signal 9" (17303593)!

PS:重启电脑和真机都无法解决此问题,上午坏了,下午莫名好了,用了一会又坏了

Xcode5下iOS6.1的Tests运行不了

问题描述:在Xcode 5.1.1中用模拟器iOS 6.1跑Tests提示如下错误:

2014-06-18 14:40:49.581 sim[15948:303] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin/sim: Dead bootstrap subset.
2014-06-18 14:40:50.817 sim[15948:303] Error spawning child process: No such file or directory

未找到方法,好歹只有测试跑在iOS6.1跑不了