为什么我用pod添加一个第三方库后工程会报错呢?


XCode7
这是我的Podfile文件


 platform :ios, '7.0' 

pod 'XMLDictionary'
pod 'Base64nl'
pod 'ASIHTTPRequest'
pod 'AFNetworking'

pod 'MWPhotoBrowser'
pod 'PinYin4Objc'

pod 'Pingpp'

全新的工程 pod install 之后就报错


 clang: error: linker command failed with exit code 1 (use -v to see invocation)

这是什么问题呢?
如何解决?

ios cocoapods

YY]Zz 9 years, 2 months ago

你是不是安装完pod后打开了.xcodeproj?
安装完以后要用它生成的.xcworkspace打开。

hulllo answered 9 years, 2 months ago

Your Answer