0

我尝试使用提供的文档(http://blog.thepete.net/blog/2012/06/24/writing-your-first-frank-test/)安装 Frank-Cucumber,但是我收到黑屏每次我尝试做一个模拟器时frank launch

从小组来看,似乎更多的人遇到了这个问题,并且没有发布真正的答案。从 iOS 模拟器重置内容和设置并没有为我解决这个问题。

这是一个已知问题吗?在 iOS 6+ 模拟器中不再可能进行黄瓜测试吗?

我在 iOS 6、Xcode 4.6、OSX Mountain Lion 上运行它。

有任何想法吗?

额外编辑: iOS 模拟器返回以下错误:The 'com.thunderkeybolt.2012olympics.frankified' bundle at (null) does not have an executable path. Please check the bundle's Info.plist file尝试从上面运行默认示例时(2012 年奥运会的应用程序)。


弗兰克输出sudo frank buildhttps ://gist.github.com/shto/67c99aa8d0d1ecc2ae7a

4

1 回答 1

1

从日志可以看出,该应用是由Xcode5的beta构建的。

当安装了多个 Xcode 版本时,这是一个常见问题。要修复它,有一个xcode-select命令可以为命令行工具选择正确的 Xcode 版本。

sudo xcode-select --switch "/Applications/Xcode.app/Contents/Developer"
于 2013-08-13T10:47:37.620 回答