简体   繁体   English

工程投诉后,为什么要在pod中添加第三方库?

[英]Why do I add a third-party libraries with pod after engineering complains?

XCode7 XCode7

this is my Podfile 这是我的Podfile

platform :ios, '7.0' 

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

pod 'MWPhotoBrowser'
pod 'PinYin4Objc'

pod 'Pingpp'

New project pod after the install is an error 安装后的新项目Pod是错误

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

What's the problem? 有什么问题? How to solve? 怎么解决?

After installing CocoaPods , you must re-open your project using *****.xcworkspace file , NOT ****.xcodeproj file. 安装CocoaPods之后,必须使用*****.xcworkspace文件而不是****.xcodeproj文件重新打开项目。 Otherwise you would get this error. 否则,您会收到此错误。

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

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