linker command failed with exit code 1 (use -v to see invocation)修改方法

Posted 紫竹幽谷

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linker command failed with exit code 1 (use -v to see invocation)修改方法相关的知识,希望对你有一定的参考价值。

它的意思是指文件丢失或者文件重复,你就要仔细查看项目中有没有重复的文件,如有重复修改即可,如果是文件丢失,那就麻烦啦!你需要根据报错的地方进行修补文件,最为直接的方法是重新创建项目。还有另外一种情况是你的项目中如果有Podfile文件,那打开该文件,修改里边的内容,如下:

platform :ios, ‘8.1’

target “项目名” do
pod ‘ReactiveCocoa‘, ‘~>2.0’
pod ‘libextobjc‘
pod ‘VuforiaSDK‘, :path => ‘../VuforiaSDK’

end

这样也能修改该错误。

以上是关于linker command failed with exit code 1 (use -v to see invocation)修改方法的主要内容,如果未能解决你的问题,请参考以下文章

出现( linker command failed with exit code 1)错误总结

linker command failed with exit code 1

出现( linker command failed with exit code 1)错误总结

linker command failed with exit code 1

iOS之出现( linker command failed with exit code 1)错误总结

运行代码时报linker command failed with exit code 1 错误