Xcode编译常见错误解决:linker command failed with exit code 1 (use -v to see invocation)

时间:2022-06-04 10:46:00

Xcode编译常见错误解决:linker command failed with exit code 1 (use -v to see invocation)


今天做项目用cocoapods导入第三方框架YYModel后,编译原项目  .xcodeproj 一直出现library not found for YYModel,查看各种技术博客,大多数博客都说是Target -> Build Setting ->Library Search Paths 的绝对路径出了错误。然后跟着他们的步骤改,并没有解决我的问题。后来我看了一句话,就解决了,如下:

If the project uses CocoaPods be aware to always open the .xcworkspace file instead of the .xcodeproj file.


哈哈,关闭.xcodeproj  ,打开.xcworkspace