gpt4 book ai didi

ios - podspec linting 时出现问题

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

我为 facebook 登录创建了一个 pod。在本地存储库中,podspec 已正确验证。之后,我在我的 GitHub 帐户上提交了代码。

然后我发布了一个新版本,然后我执行了 pod trunk 命令。

pod trunk push FBSDKLoginKit.podspec

这个命令会出现如下奇怪的错误。

You are not allowed to push new versions for this pod. The owners of this pod are nlutsenko@me.com and cocoapods@fb.com.

下面是我的 podSpec。

Pod::Spec.new do |s|
s.name = 'FacebookLogin'
s.version = '1.0.0'
s.summary = 'The Reusable Facebook Login Components for iOS is the easiest way to get data from Facebook.'

s.description = 'The Reusable Facebook Login Components for iOS is the easiest way to get data from Facebook.'

s.homepage = 'https://github.com/simformsolutions/FacebookLogin.git'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Xxxxx' => '<Email>' }

s.source = { :git =>
'https://github.com/simformsolutions/FacebookLogin.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.source_files = 'ReuseabelLogInComponets/Classes/*.swift'

s.dependency 'FBSDKLoginKit', '4.30.0'

最佳答案

因为电子邮件地址为 nlutsenko@me.com ( https://github.com/facebook/facebook-sdk-swift ) 的人已经在您之前注册了名为“FacebookLogin”的广告连播。因此,您必须为新的 pod 选择其他名称。

关于ios - podspec linting 时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49570023/

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