嗨,我们在使用 fastlane sigh/get_provisioning_profile 时遇到此错误。我不认为这是一个FASTLANE问题,因为它没有发生过案例1 案例2并得到了由接受协议或其他不明原因的固定..
需要承认 Apple 的 Apple ID 和隐私声明。请手动登录https://appleid.apple.com(或https://appstoreconnect.apple.com)以确认声明。
我们去了
但没有什么值得批准的。
有任何想法吗?
fastlane fastlane-deliver fastlane-match fastlane-pilot app-store-connect
我有一个包含六个目标的Xcode项目,每个目标都是为了构建一个单独的应用程序.我正在尝试设置fastlane来帮助我发布这些应用程序.
FASTLANE文档建议,以便处理多个目标使用.ENV文件(可以指定app_identifier
,team_name
等不同.ENV文件,然后,例如,电话fastlane appstore --env ENV_NAME_HERE
).但是我无法弄清楚如何deliver
正确设置.
deliver init
仅默认情况下下载一个目标的元数据.我需要将所有目标的元数据下载到不同的目录(然后使用这些目录来上传数据).
deliver download_metadata
不接受--env
参数(我的Deliverfile依赖于env文件).我试过了fastlane deliver --env
,但它似乎只是一个简写deliver
,所以它也不起作用.
我想我可以手动运行deliver
不同的--metadata_path
参数(以及所有其他参数,因为我的Deliverfile无效,因为它依赖于env文件),然后使用Deliverfile + .env文件指定目录.但由于我已经设置了Deliverfile和.env文件(现在我只使用deliver
上传二进制文件),我希望有更好的方法.在那儿?
PS这是一个很大的遗留项目,所以将它分成六个不同的项目会很棒,但不幸的是它不是一个选择.
我正在设置 fastlane Deliver,但不明白为什么它总是无法上传屏幕截图。嗯,当它尝试删除现有的时似乎失败了?如果可能的话,我想强制上传新的。
Fwiw,如果我注释掉屏幕截图通道,应用程序本身上传得很好。
诚实地说,任何帮助都会受到赞赏。网上关于这个问题的资料不多。
输出:
[13:08:34]: Making sure the latest version on App Store Connect matches '2.1.0'...
[13:08:34]: '2.1.0' is the latest version on App Store Connect
[13:08:34]: Detected languages: ["en-US", "default"]
[13:08:38]: Will begin uploading metadata for '2.1.0' on App Store Connect
[13:08:38]: Release type will not be set because neither `automatic_release` nor `auto_release_date` were provided. Please explicitly set one of these options if you need a release type set
[13:08:38]: Uploading metadata to App Store Connect for …
Run Code Online (Sandbox Code Playgroud) 我无法运行“Fastlane 版本”,因为它显示错误“无法解密存储库,请确保输入正确的密码!”。我确信输入的密码是正确的。我尝试手动删除所有配置文件和证书,但没有成功。
[13:03:58]: Enter the passphrase that should be used to encrypt/decrypt your certificates
[13:03:58]: This passphrase is specific per repository and will be stored in your local keychain
[13:03:58]: Make sure to remember the password, as you'll need it when you run match on a different machine
[13:03:58]: Passphrase for Match storage: ********
[13:04:10]: Type passphrase again: ********
[13:04:16]: wrong final block length
[13:04:16]: Couldn't decrypt the repo, please make sure you enter the right password!
keychain: "/Users/mohsen/Library/Keychains/login.keychain-db"
version: …
Run Code Online (Sandbox Code Playgroud) 我正在尝试使用 --testers_file_path 选项通过 fastlanepilot 命令分发我的 ios 应用程序。应用程序已上传到 iTunes Connect,但遗憾的是内部测试人员未在 iTunes Connect 中更新,电子邮件也未发送给测试人员。不幸的是,没有足够的信息说明我应该如何使用 testers_file_path 选项。到目前为止,我已经尝试过:
所以问题是
上传一个应用程序并提交给FastLlane deliver
我进行审核后,我正试图启动内部测试pilot
.但是,只要我使用如下命令执行此操作:
pilot distribute -a com.foo.bar.awesomesauce -u me@example.com -w test_test_test
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
Error finding relevant GitHub issues: undefined method `map' for nil:NilClass
[!] The request could not be completed because:
Beta App Description is required. The phone number is missing. The email must be in the format: contact@example.com. The email is required. Beta App Description is required. The email must be in the format: contact@example.com. The email is required. The phone number is missing. Validation errors
Run Code Online (Sandbox Code Playgroud)
例外是不言而喻的,跳入iTunes …
我找不到关于fastlane来设置代理的任何选项.那么有解决这个问题的直接方法吗?
非常感谢您的帮助!
所以我想知道如何使用Fastlane工具增加版本号或构建号,这样我就不必手动更改版本。
我得到的FASTLANE的误差为全面建设签署的apk作为assembleRelease APK,我想部署在Play商店中的更新,但是当我在当时的射击命令FASTLANE我得到了错误的increment_version_code。
Shubhams-MacBook-Air:ProjectPath shubhamsejpal$ fastlane beta
[?]
[23:33:51]: fastlane detected a Gemfile in the current directory
[23:33:51]: however it seems like you don't use `bundle exec`
[23:33:51]: to launch fastlane faster, please use
[23:33:51]:
[23:33:51]: $ bundle exec fastlane beta
[23:33:51]:
[23:33:51]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[23:33:51]: WARNING: fastlane requires your locale to be set to UTF-8. To learn more go to https://docs.fastlane.tools/getting-started/ios/setup/#set-up-environment-variables
[23:33:52]: ----------------------------------------
[23:33:52]: --- Step: Verifying fastlane version ---
[23:33:52]: ---------------------------------------- …
Run Code Online (Sandbox Code Playgroud) android android-studio fastlane fastlane-deliver fastlane-match