Package Details: fastlane 2.228.0-1

Git Clone URL: https://aur.archlinux.org/fastlane.git (read-only, click to copy)
Package Base: fastlane
Description: The easiest way to automate beta deployments and releases for your iOS and Android apps
Upstream URL: https://fastlane.tools
Keywords: android ci ios xcode
Licenses: MIT
Submitter: farwayer
Maintainer: farwayer (navarroaxel)
Last Packager: navarroaxel
Votes: 1
Popularity: 0.20
First Submitted: 2017-01-10 03:23 (UTC)
Last Updated: 2025-06-10 16:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

freesky1102 commented on 2020-01-17 07:20 (UTC)

@farwayer

I just get this error

fastlane -v

Traceback (most recent call last):
    2: from /usr/bin/fastlane:23:in `<main>'
    1: from /usr/lib/ruby/2.7.0/rubygems.rb:294:in `activate_bin_path'
/usr/lib/ruby/2.7.0/rubygems.rb:275:in `find_spec_for_exe': can't find gem fastlane (>= 0.a) with executable fastlane (Gem::GemNotFoundException)

Do you know how to solve it ?

freesky1102 commented on 2019-11-19 07:19 (UTC)

@farwayer

if I run this with non-root user "fastlane add_plugin firebase_app_distribution", I got this

[14:16:51]: fastlane detected a Gemfile in the current directory
[14:16:51]: however it seems like you don't use `bundle exec`
[14:16:51]: to launch fastlane faster, please use
[14:16:51]: 
[14:16:51]: $ bundle exec fastlane add_plugin firebase_app_distribution
[14:16:51]: 
[14:16:51]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[14:16:51]: Error loading plugin 'fastlane-plugin-firebase_app_distribution': cannot load such file -- fastlane/plugin/firebase_app_distribution
[14:16:51]: It seems like you wanted to load some plugins, however they couldn't be loaded
[14:16:51]: Please follow the troubleshooting guide: https://docs.fastlane.tools/plugins/plugins-troubleshooting/
+-----------------------+-----------+------------------+
|                     Used plugins                     |
+-----------------------+-----------+------------------+
| Plugin                | Version   | Action           |
+-----------------------+-----------+------------------+
| fastlane-plugin-fire  | undefined | No actions found |
| base_app_distributio  |           |                  |
| n                     |           |                  |
+-----------------------+-----------+------------------+

but with root user, it was success.

It leads to if I wanna use plugin "firebase_app_distribution", I also need to run "sudo fastlane <lane>".

Is there anyway to do the samething but with non-root user ?

Thanks.

freesky1102 commented on 2019-10-15 03:37 (UTC)

@farwayer

Thank you. It works now.

farwayer commented on 2019-10-14 18:30 (UTC)

@freesky1102 missed to add ruby-multipart-post-2.0 to repository. Try now to simply install fastlane from mobile repo with:

pacman -S fastlane

freesky1102 commented on 2019-10-14 17:37 (UTC)

I'm getting this error

pacman -S --asdeps mobile/ruby-multipart-post
error: target not found: ruby-multipart-post

even I did add repo into pacman.conf and sync successfully.

jonataswalker commented on 2019-09-05 12:07 (UTC)

error: failed retrieving file 'mobile.db' from farwayer.keybase.pub : The requested URL returned error: 404

freesky1102 commented on 2019-07-30 03:43 (UTC) (edited on 2019-09-12 04:11 (UTC) by freesky1102)

I'm getting this error

error: mobile: signature from "farwayer <farwayer@gmail.com>" is unknown trust

Do you know how to fix it ?

P/s : I did fix it by update system

sudo pacman-key --populate archlinux manjaro
sudo pacman -S manjaro-keyring

farwayer commented on 2019-06-06 10:23 (UTC)

pacman -S --asdeps mobile/ruby-multipart-post
pacman -S fastlane

And you should add ruby-multipart-post to IgnorePkg in pacman.conf

EgidioCaprino commented on 2019-06-06 08:48 (UTC) (edited on 2019-06-06 08:55 (UTC) by EgidioCaprino)

I'm doing the following.

echo -e '\n[mobile]\nSigLevel = Never\nServer = https://farwayer.keybase.pub/arch/$repo\n' >> /etc/pacman.conf
pacman --sync --refresh --sysupgrade --noconfirm
pacman --sync --noconfirm --nodeps fastlane

But I'm getting this error.

warning: cannot resolve "ruby-multipart-post<2.1", a dependency of "fastlane"
:: The following package cannot be upgraded due to unresolvable dependencies:
      fastlane

What am I doing wrong?

I also tried the following, without success.

$ pacman --upgrade --noconfirm https://farwayer.keybase.pub/arch/mobile/ruby-multipart-post-2.0.0-2-any.pkg.tar.xz
loading packages...
error: '/var/cache/pacman/pkg/ruby-multipart-post-2.0.0-2-any.pkg.tar.xz': invalid or corrupted package (PGP signature)

farwayer commented on 2019-06-05 15:00 (UTC) (edited on 2019-06-05 15:02 (UTC) by farwayer)

You should use ruby-multipart-post 2.0.0. You can find it in [mobile] repo:

[mobile]
Server = https://farwayer.keybase.pub/arch/$repo

Direct link https://farwayer.keybase.pub/arch/mobile/ruby-multipart-post-2.0.0-2-any.pkg.tar.xz