1
我有一个podfile看起来像这样:删除吊舱还删除了相关的框架
platform :ios, '6.0'
xcodeproj 'NetApp.xcodeproj'
pod 'AFNetworking'
pod 'TTTAttributedLabel'
pod '[x]'
决定从我podfile删除pod '[x]'
,然后我跑pod install
和pod update
。但现在我得到以下警告:
SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available.
MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
我试图在这两个吊舱和我Xcode-projplace
手动添加的框架。但它似乎不起作用,并且缺少一些功能。
我怎样才能解决这个问题?是否有可能以某种方式重新安装所有豆荚?
更新
好像它不是导致它去除吊舱。做了git revert
。但是当我跑pod update
(更新AFNetworking
)警告回来了。