简体   繁体   English

将Xcode从5.0更新到5.1后出现构建错误

[英]Building error after updating Xcode from 5.0 to 5.1

I am developing an iOS App. 我正在开发一个iOS应用。

I updated Xcode version from 5.0 to 5.1. 我将Xcode版本从5.0更新为5.1。 While on version 5.0, no problems happened in building. 在5.0版上,构建过程中没有发生任何问题。 However after updating to 5.1, the following error happens: 但是,更新到5.1后,会发生以下错误:

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

Could you tell me how to solve this problem? 你能告诉我如何解决这个问题吗?

Rebuild the Pods' xcodeproj by running 通过运行来重建Pods的xcodeproj

pod install

in the directory containing your Podfile. 在包含您的Podfile的目录中。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM