今天重新更新了一下fastlane 和 plugin-pgyer 自动打包整么都上传不上去了 ipa包到是打包成功了,当时也没有多余的时间去研究问题 直接删除fastlane 重新下载 或者多次更新plugin-pgyer 还是一样报错
fastlane finished with errors
[!] Could not find option ‘user_key’ in the list of available options: api_key, apk, ipa, password, update_description, save_uploaded_info_json, install_type, install_date, install_start_date, install_end_date, oversea, channel
重新排查 user_key 和 api_key 也没有问题
build_app(export_method: "development")
pgyer(api_key: "xxxxxxxxx",
user_key: "xxxxxxxxx")
一直没有找到问题所在 项目忙完了 再来认真的研究这个问题
这次有时间来思考这个问题了 首先ipa包能够打包成功 说明fastlane是没有问题的
又报错user_key和api_key 没找到 说明是蒲公英插件问题
单独去蒲公英文档里面看了 还是原来的摸样,
最后去https://github.com/PGYER/fastlane-plugin-pgyer插件里面看了
原来这里面最新的已近变了 说已经不需要user_key了,这个坑真不好发现 百度也没有人遇见过
可能有人遇见了 不过直接就改了 没人记录
直接修改Fastfile文件里面的user_key删除就可以了
标签:pgyer,install,fastlane,更新,api,user,key,蒲公英,打包 From: https://www.cnblogs.com/daijiahong/p/17762093.html