gpt4 book ai didi

cocoapods - 为什么 Travis-CI 找不到我的 cocoapod 依赖项?

转载 作者:行者123 更新时间:2023-12-03 06:55:54 26 4
gpt4 key购买 nike

此 Podspec 在 pod 'SwiftyTimer', '~> 1.4' 行失败,并显示 无法找到 SwiftyTimer 的规范。它在本地安装得很好。

我尝试过的事情:

  • 指定 SwiftyTimer 的确切 URL(仍然找不到)
  • 手动集成 SwiftyTimer(它在我的下一个依赖项上失败了,我真的不想完全放弃依赖项的概念)

我的 Podfile:

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

platform :ios, '8.0'
use_frameworks!

target 'CWNotificationBanner_Example' do
pod 'SwiftyTimer', '~> 1.4'
pod 'CWNotificationBanner', :path => '../'

target 'CWNotificationBanner_Tests' do
inherit! :search_paths

pod 'Quick', '~> 0.8'
pod 'Nimble', '~> 3.0'
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
end
end

我的 travis.yml:

language: objective-c

podfile: Example/Podfile
before_install:
- rvm install ruby-2.2.2 #cocoapods 1.0.0 requirement not yet supported ootb by travis
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- set -o pipefail && xctool test -workspace Example/CWNotificationBanner.xcworkspace -scheme CWNotificationBanner-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

最佳答案

您可能需要执行 pod 存储库更新,以确保 Podspec 位于最新的存储库中。

关于cocoapods - 为什么 Travis-CI 找不到我的 cocoapod 依赖项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37629235/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com