whlsxl / firim

Upload ipa binary to fir.im in fastlane chain
MIT License
59 stars 10 forks source link

FastLine 中如何配置 **firim** #24

Closed pengcao1 closed 4 years ago

pengcao1 commented 4 years ago
      firim(firim_api_token: "#{APP_TOKEN}",
          platform: ios,
          app_changelog: "test for firm"
      )

提示如下错误

Could not find action, lane or variable 'ios'. Check out the documentation for more details:

whlsxl commented 4 years ago
      firim(firim_api_token: "#{APP_TOKEN}",
          platform: "ios",
          app_changelog: "test for firm"
      )

是不是忘了加引号

whlsxl commented 4 years ago

我先关闭了,再有问题欢迎打开

xwartz commented 4 years ago

fir 这个网站被关闭了 http://fir.im/,切换到 http://www.jappstore.com/ 了 😅

whlsxl commented 4 years ago

我看看发生了什么🤔

whlsxl commented 4 years ago

@xwartz fir.im API在qiniu那面的回调,还是fir.im的域名,回调失败,这就得等官方修复了。 有没有联系官方的渠道?

xwartz commented 4 years ago

只能通过发邮件 help@fir.im 联系,但我估计邮箱已经爆炸了,网站停了 2 天了..

whlsxl commented 4 years ago

只能通过发邮件 help@fir.im 联系,但我估计邮箱已经爆炸了,网站停了 2 天了..

已发邮件,更新了可以设置URL,但是在官方修复之前,是用不了的。

whlsxl commented 4 years ago

只能通过发邮件 help@fir.im 联系,但我估计邮箱已经爆炸了,网站停了 2 天了..

已发邮件,更新了可以设置URL,但是在官方修复之前,是用不了的。

官方已修复

xwartz commented 4 years ago

下午试过了,已经 OK