frank build fails on ld command

老子叫甜甜 提交于 2019-12-11 15:08:33

问题


I'm following the tutorial recommended on the Frank-Cucumber website (http://blog.thepete.net/blog/2012/06/24/writing-your-first-frank-test/), but once executing frank build, the build fails saying:

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

This clang error is present around the previous ld call:

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

I'm using XCode 4.6.3, I have the command line tools installed, and I'm running the example application taken from GitHub.

What could be wrong? Any ideas?


回答1:


Seems like using sudo frank build --arch armv7s fixes it.



来源:https://stackoverflow.com/questions/18185129/frank-build-fails-on-ld-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!