首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >带CocoaPods的DDMathParser 3.0.0

带CocoaPods的DDMathParser 3.0.0
EN

Stack Overflow用户
提问于 2016-12-25 00:56:55
回答 0查看 242关注 0票数 0

嗨,圣诞快乐,

我想使用最新的CocoaPods版本将DDMathParser添加到我的Swift 3项目中。问题是我只安装了DDMathParser 2.0.0。我错过了什么?

我的podfile是:

代码语言:javascript
复制
platform :osx, '10.11'
target 'DDTest02' do
use_frameworks!
pod 'DDMathParser', :git => 'https://github.com/davedelong/DDMathParser.git'

当我尝试使用:

代码语言:javascript
复制
pod 'DDMathParser', :git => 'https://github.com/davedelong/DDMathParser.git', :branch => 'swift-3.0'

它抛出一个错误warning: Could not find remote branch swift-3.0 to clone. fatal: Remote branch swift-3.0 not found in upstream origin

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41315214

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档