我正在遵循Frank-Cucumber网站(http://blog.thepete.net/blog/2012/06/24/writing-your-first-frank-test/)上推荐的教程,但是一旦执行frank build,构建就会失败:

The following build commands failed:
    Ld Frank/frankified_build/2012\ Olympics.app/2012\ Olympics normal i386
(1 failure)


此clang错误出现在上一个ld调用周围:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

我正在使用XCode 4.6.3,已经安装了命令行工具,并且正在运行来自GitHub的示例应用程序。

有什么事吗有任何想法吗?

最佳答案

好像使用sudo frank build --arch armv7s可以修复它。

关于ios - ld命令上的坦率构建失败,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18185129/

10-12 13:48