简体   繁体   English

在CocoaPod中使用xCode 7 beta 5

[英]Using xCode 7 beta 5 with CocoaPod

I just downloaded xCode 7 Beta 5. One of the main reasons is some extra features that I'll need with auto layout. 我刚刚下载了xCode 7 Beta5。主要原因之一是自动布局需要一些额外的功能。 I need to use CocoaPods for my project and it give me errors even though that it used to work in the past. 我需要在我的项目中使用CocoaPods,尽管它过去曾经工作过,但它仍然给我带来错误。 I even tried creating a new project and installing CocoaPods to it, it gave me 34 warnings all of which are in the libraries themselves. 我什至尝试创建一个新项目并在其中安装CocoaPods,它给了我34条警告,所有这些警告都在库中。

FYI the libraries that I'm using are: 仅供参考,我正在使用的库是:

  • 'AFNetworking', '~> 2.0' 'AFNetworking','〜> 2.0'
  • 'Google/SignIn' “ Google /登录”
  • 'FBSDKCoreKit' 'FBSDKCoreKit'
  • 'FBSDKLoginKit' 'FBSDKLoginKit'
  • 'FBSDKShareKit' 'FBSDKShareKit'
  • 'Fabric' '布'
  • 'TwitterKit' 'TwitterKit'
  • 'TwitterCore' 'TwitterCore'

These are the libraries that are causing the warnings: 这些是引起警告的库:

  1. Bolts w/ 2 warnings 带2个警告的螺栓
  2. AFNetworking w/ 9 warnings AF Networking w / 9警告
  3. FBSDKCoreKit w/ 14 warnings FBSDKCoreKit带有14条警告
  4. FBSDKShareKit w/ 1 warnings FBSDKShareKit带有1个警告
  5. FBSDKLoginKit w/ 8 warnings FBSDKLoginKit带有8个警告

pod update 吊舱更新

and add this to the top of your podfile 并将其添加到您的podfile的顶部

source ' https://github.com/CocoaPods/Specs.git ' 来源' https://github.com/CocoaPods/Specs.git '

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

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