简体   繁体   English

Xcode链接器命令失败,退出代码为1(使用-v查看调用)

[英]Xcode linker command failed with exit code 1 (use -v to see invocation)

I ask for help for this error in Xcode: 我为Xcode中的此错误寻求帮助:

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

Ld: library not found for -lPods-Audioplayer
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Xcode的

图书馆

确保您尝试从.xcworkspace文件而不是.xcodeproj文件运行.xcworkspace文件自动为您编译所有依赖项,并仍为您的应用程序运行正确的方案。

In some case if you manually link the framework to your project and failed when you build, you can try deleting and linking it again in your Build Phase/Link project with libraries. 在某些情况下,如果您手动将框架链接到项目,并且在构建时失败,则可以尝试在Build Phase / Link项目中使用库将其删除并再次链接。

Met the similar situation when I always fail the first time opening the project and building, but re-linking it makes the projects be able to build again. 当我第一次打开项目并进行构建时总是失败时,遇到了类似的情况,但是重新链接它使项目可以再次构建。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 xCode 7:链接器命令失败,退出代码为1(使用-v查看调用) - xCode 7: linker command failed with exit code 1 (use -v to see invocation) Xcode 8:链接器命令失败,退出代码为1(使用-v查看调用) - Xcode 8: linker command failed with exit code 1 (use -v to see invocation) 链接器命令失败,退出代码为1(使用-v查看调用)-Xcode - linker command failed with exit code 1 (use -v to see invocation) - Xcode XCode 7:链接器命令失败,退出代码为1(使用-v查看调用) - XCode 7 : linker command failed with exit code 1 (use -v to see invocation) xCode中的“链接器命令失败,退出代码为1(使用-v查看调用)” - “Linker command failed with exit code 1 (use -v to see invocation)” in xCode linker 命令失败,退出代码为 1(使用 -v 来查看调用) Xcode - linker command failed with exit code 1 (use -vto see invocation) Xcode 链接器命令失败,退出代码为1(使用-v查看调用 - linker command failed with exit code 1 (use -v to see invocation 链接器命令失败,退出代码为1(使用-v查看调用)错误? - linker command failed with exit code 1 (use -v to see invocation) error? 链接器命令失败,退出代码为1(使用-v查看调用) - Linker command failed with exit code 1(use -v to see invocation) 链接器命令失败,迅速退出代码为1(使用-v查看调用) - linker command failed with exit code 1 (use -v to see invocation) in swift
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM