我正在使用 XCode 4.5.1 和 iOS 6.0 基础 SDK。
这是我收到的错误:
i686-apple-darwin11-llvm-gcc-4.2: /Users/fahim/Library/Developer/Xcode/DerivedData/Currenthiphop-emodxxwwaiojlcboaxuodksuwuww/Build/Intermediates/PrecompiledHeaders/Pods-prefix-evibdktwbatdnbabmrlnderfsxxi/Pods-prefix.pch.dia: No such file or directory
Pods-prefix-xxx 目录下只有 1 个文件:
Pods-prefix.pch.pth.hash-criteria
这是我的 Podfile:平台:ios
pod 'LibComponentLogging-Core'
pod 'LibComponentLogging-LogFile'
pod 'LibComponentLogging-qlog'
pod 'LibComponentLogging-pods'
pod 'Facebook-iOS-SDK'
pod 'RestKit'
任何帮助表示赞赏。谢谢!