开发环境: Xcode8.2
OS X 10.11.5
折腾了一下午,各种命令行试过, Google 搜了一圈,都尝试过,无解。来 V 站求助。
我参照 XVim Github 上面的教程做的 https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md
执行到签名这一步的时候死活执行不过去,报错
$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app (Replace the Xcode path if it is different.)
codesign_allocate: file not in an order that can be processed (link edit information does not fill the __LINKEDIT segment): /Applications/Xcode_8.2.app/Contents/MacOS/Xcode
/Applications/Xcode_8.2.app/: the codesign_allocate helper tool cannot be found or used
Google 上面搜索的一圈,有说尝试找一下 codesign_allocate 的位置,我也找了,如下
locate codesign_allocate
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man/man1/codesign_allocate.1
/Library/Developer/CommandLineTools/usr/bin/codesign_allocate
/Library/Developer/CommandLineTools/usr/share/man/man1/codesign_allocate.1
/usr/bin/codesign_allocate
也把这些路径加到$PATH
里面了,都挨个试了,还是提示『找不到 codesign_allocate helper 』
所以想请问一下 V 站用 XVim 的大神,你们都是怎么安装 XVim 的,
iOS 开发小白,都是照葫芦画瓢,有不懂的地方,还请各位请喷,感谢回复!
附参考过的网站链接: https://github.com/XVimProject/XVim/issues/1009
http://www.voidcn.com/blog/lanxiaziyi/article/p-3191534.html
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.