【发布时间】:2016-09-20 10:52:24
【问题描述】:
在使用我现有的应用程序将xCode 更新到版本 8 后,我被卡住了。
我使用了以下 pod:
- 阿拉莫菲尔
- SwiftyJSON
- HanekeSwift
- PagedHorizontalView
- 对讲
我需要帮助更新 Podfile,以便它将安装这些软件包的 Swift 3 兼容 版本。
我在网上到处查了,还没有解决:(
非常感谢任何帮助。
【问题讨论】:
-
如果您的 podfile 内容发布在这里,我们也将不胜感激。
-
source 'github.com/CocoaPods/Specs.git' 平台:ios,'10.0' use_frameworks! target 'ResalApp' do pod 'Alamofire', '~> 4.0' pod 'SwiftyJSON', git: 'github.com/BaiduHiDeviOS/SwiftyJSON.git', branch: 'swift3' pod 'HanekeSwift' pod 'PagedHorizontalView' pod 'Intercom' end
标签: cocoapods alamofire swift3 swifty-json haneke