Cocoapods找不到.a文件

时间:2015-11-10 15:41:05

标签: ios xcode cocoapods .a

我在XCode中使用cocoapods时遇到错误。 enter image description here

为什么我在DerivedData中运行.xcworkspace而不生成这个.a文件? enter image description here enter image description here 这是其他人的DerivedData。 为什么我只有xxx.app?

1 个答案:

答案 0 :(得分:0)

从项目中删除CocoaPods,然后重新安装

  • 删除独立文件(Podfile Podfile.lock和您的Pods目录)
  • 删除生成的xcworkspace
  • 打开xcodeproj文件,删除对Pods.xcconfig和libPods.a的引用(在Frameworks组中) 在Build Phases下,删除Copy Pods Resources和Check Pods Manifest.lock阶段。 在这些步骤之后,您应该使用在集成CocoaPod之前存在的单个xcodeproj进行设置。