cost 250 ms
Fastlane 与 2 个开发者帐户匹配 - Fastlane match with 2 developer accounts

我们的应用程序具有多种配置,并且在某些用例中使用企业开发者帐户,在其他用例中使用应用程序商店帐户。 我可以通过管理环境文件来匹配这两个帐户,但是在为应用程序商店帐户创建开发者证书时遇到了障碍——它试图使用企业帐户的证书,这显然在应用程序商店中不可用帐户的门户。 我运行fastlane match d ...

如何使用 fastlane 为您的开发团队自动生成配置文件以运行 macOS 应用程序? - How to automatize the provisioning profile generation with fastlane for your development team for running macos apps?

我需要设置我团队的计算机来运行使用 Flutter 制作的 macOS 应用程序,为此我读到我需要证书和配置文件,并且fastlane match是处理这种痛苦的理想工具。 问题是即使在正确运行命令后也会出现此错误: 错误:配置文件“匹配开发 your.company.reverse.domain ...

是否可以在带有扩展的 iOS 应用上使用 Fastlane? - Is it possible to use Fastlane on an iOS app with extensions?

我正在为我正在开发的应用程序添加通知服务扩展,但我无法重新配置我的 Fastlane 设置以使用该扩展。 问题 我不知道如何正确配置我的证书以允许新的扩展。 错误消息如下: error: No profile for team 'TEAMID' matching 'App Provisioning ...

如何让我的 fastlane build (gym) 具有多个目标以查找我的配置文件 - How do I get my fastlane build (gym) with multiple targets to find my provisioning profiles

我的快速文件: 从输出中,看起来一切都设置正确: 但后来我收到错误说它找不到证书: 我已经检查了 Apple 开发人员门户中每个证书的功能是否正确,并尝试了针对类似问题找到的所有答案组合。 这个输出表明一切都是正确的,对吧? 我可以做些什么来进一步调试或更正配置? 好像我在本地没有配 ...

fastlane match 重新生成 iOS 开发配置文件,但不包括 M1 macs - fastlane match regenerates iOS development profile, but does not include M1 macs

我正在使用 match 来处理我们的 iOS 应用程序的证书/配置文件。 我们的 iOS 应用程序可以在 M1 mac 上运行(为 iPad 设计,而不是催化剂。)。 Match 确实会重新生成配置文件并包含所有新的 iOS 设备,但不包括 mac 设备,尽管将“允许 mac 设备”开关设置为打开 ...

如何让 Fastlane Match 在证书存储库中创建和存储 MacOS 应用程序的 mac_installer_distribution 证书? - How do I get Fastlane Match to create & store the mac_installer_distribution certificate for a MacOS app in the certs repo?

几年来,我一直在使用 Fastlane 构建、测试和分发 iOS 应用程序,但我第一次尝试使用 MacOS 应用程序。 对于 MacOS 应用程序,签署应用程序以进行分发所需的证书略有不同。 基本上每个 MacOS 应用程序都需要 2 个分发证书: 1 用于签署应用程序本身 1 用于签署安装程序 ...

iOS Gitlab Fastlane 命令sync_code_signing 的身份验证失败 - iOS Gitlab authentication failed for Fastlane command sync_code_signing

我正在尝试为 iOS 项目设置 fastlane,该项目有一个 Git 存储库,该项目包含基于相同源代码的“不同”应用程序的多个目标。 我为应该与匹配同步的签名证书创建了第二个 git 存储库,但我不知道在哪里为其设置身份验证内容,因为我的通道抛出了下面的错误。 我开始包含 sync_code_si ...

如何使用 Fastlane 启用配置文件中的功能? - How to use Fastlane to enable capabilities in provision profile?

我们的组织使用 Fastlane 来管理协同设计的东西。 我们已经设置了 github 存储库并使用了一段时间。 对于 Xcode13,我们为我们的权利文件添加了时间敏感的用户通知功能。 根据我的研究,我们似乎必须重新生成配置文件。 我如何使用 Fastlane 实现这一目标? 使用sigh ...

如何取消将“fastlane_tmp_keychain-db”设置为默认钥匙串? - How to un-set `fastlane_tmp_keychain-db` as the default keychain?

我不完全确定我是如何进入这种情况的,但是fastlane_tmp_keychain-db在构建后成为我的默认钥匙串,我不知道如何取消设置它。 这里没有更改默认值的选项。 为什么 fastlane 会这样做,我该如何撤消它? 这绝对是默认值; 我在登录时收到“Spotlight 想要使用 ...

收到错误“需要承认 Apple 的 Apple ID 和隐私声明。” - Getting error “Need to acknowledge to Apple's Apple ID and Privacy statement.”

您好,我们在使用 fastlane sigh/get_provisioning_profile 时遇到此错误。 我不认为这是一个快车道问题,因为它发生在case1 case2之前,并且通过接受协议或其他未知原因得到了解决。 需要承认 Apple 的 Apple ID 和隐私声明。 Please ...

fastlane match 生成启用推送通知的新证书 - fastlane match generate new certificate with push notifications enabled

我对如何将推送通知功能添加到使用fastlane match生成配置文件/证书的应用程序有点困惑在启用和设置推送通知后,我尝试在开发中运行我的设备,但一直看到为我生成的match的开发配置文件不支持这些功能的错误我已经尝试了很多次来核对开发证书并生成一个新证书,但它继续创建一个没有启用推送通知功能的 ...

Fastlane 与 Amazon S3 匹配“拒绝访问” - Fastlane Match 'Access Denied' with Amazon S3

我正在尝试在 iOS 应用程序上设置 match,fastlane 的代码签名工具。 在这三个选项中,我选择将我的证书存储在 Amazon S3 中,但我的授权要么不起作用,要么我必须更改我对 S3 上存储桶的权限。 有人知道我需要设置的确切权限吗? 或者,如果这是为 S3 使用环境变量的正确方法 ...

通过 Fastlane 和 Github Actions 在 Testflight 中部署失败 - Deployment in Testflight through Fastlane and Github Actions fails

我按照本教程设置了一个 Github Action,用于通过 Testflight 自动构建和部署 iOS 应用程序。 如果我在本地使用 testlane,一切都会按预期工作,并且应用程序会发送到 TestFlight。 但是在 Github Actions 上,构建成功但是当我需要将应用程序上传到 ...

如何在 fastlane 中处理多个 iOS 目标(小部件) - How to handle multiple iOS targets (widgets) in fastlane

我正在尝试向我们的项目添加小部件,而 fastlane 无法再自动化了。 如何在 fastlane 中编辑小部件包标识符 如何为正确的目标设置正确的配置文件 我需要的东西: 在 xcode 中,应用程序目标应具有包标识符 xyz 在 xcode 中,小部件目标应该具有包标识符 x ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM