【iOS开发】常见问题:libPods.a 无法找到的解决方法
libPods.a 无法找到的解决方法
遇到这种问题一般是打开项目的时候要打开 .xcworkspace 这个,而不是打开 .xcodeproj。
To be clear for newbies out there, you should be opening the .xcworkspace file, not the .xcodeproj. This way in addition to your project, Xcode knows about the project in the Pods/ directory and how to buildlibPods.a.