Travis CI无法安装pod

时间:2016-09-19 12:55:19

标签: cocoapods travis-ci

我试图让Travis版本通过open source project,但没有运气:

示例项目的Podfile如下所示:

abstract_target 'Common' do

#Swift 3 Pods
pod 'BNRDeferred',  :git => 'https://github.com/bignerdranch/Deferred.git', :branch => 'swift-3_0'

pod 'BSWFoundation', :path => '../BSWFoundation.podspec'

target 'BSWFoundationPlayground'
target 'Tests'

build is failing出现此错误:

Pre-downloading: `BNRDeferred` from `https://github.com/bignerdranch/Deferred.git`, commit `4fad78faf79c6f386f780bffb7c78ecdfbd1f10b`
[!] Unable to find a specification for 'BNRDeferred'.

知道可能会发生什么吗?我在Travis上使用Xcode 8 osx_image,项目pod install在本地工作正常

0 个答案:

没有答案