gpt4 book ai didi

ios - 无法推送我的广告连播

转载 作者:行者123 更新时间:2023-11-29 00:35:00 25 4
gpt4 key购买 nike

以下是我的 pod 规范文件

Pod::Spec.new do |s|
s.name = "name"
s.version = "0.1"
s.summary = "summary"
s.description = "desc"
s.homepage = "https://github.com/url"
s.license = 'MIT'
s.author = { "name" => "mail@mail.com" }
s.source = { :git => "https://github.com/name/name.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true

# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
s.source_files = 'file.c'

end

当我尝试运行 pod trunk push name.podspec --verbose 时,出现以下错误

fatal: Remote branch 0.1 not found in upstream origin

我尝试了这个 link 中的内容检查分支号,但在我的存储库中找不到发布选项卡。

我怎样才能解决这个问题?

最佳答案

它正在你的 git 仓库中搜索一个被标记为 0.1 的分支。

你应该能够用这个修复它:

git tag 0.1

git push --tags

关于ios - 无法推送我的广告连播,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40827028/

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