Open neospirit opened 7 years ago
Can you update spaceship and try again?
Hello Felix. I did try to update Spaceship but still the same error. So I reinstalled completely Fastlane and then 'gem install spaceship' But I got this 'pry' gem issue (https://github.com/fastlane/fastlane/issues/8530). No luck... I also tried on another Mac, same issue, same results.
Don't install spaceship
, but install fastlane
. Make sure to uninstall spaceship
.
Yes I uninstalled spaceship
. Then I reinstalled fastlane
with brew cask
.
Then I updated spaceship
.
Then running watchbuild
but same issue again.
Just in cas here's my fastlane env
:
Hello same issue on work computer :
Suddenly I get this error too. Did not change anything to my environment. It always worked.
@peterdk please share the complete output + stack trace
Output:
+------------------+-----------+
| Summary for WatchBuild 0.2.0 |
+------------------+-----------+
| sample_only_once | false |
+------------------+-----------+
[23:54:11]: To not be asked about this value, you can specify it using 'username'
Your Apple ID Username: USERNAME
[23:54:44]: Starting login with user 'USER@EMAIL'
[23:54:45]: Successfully logged in
[23:54:45]: To not be asked about this value, you can specify it using 'app_identifier'
The bundle identifier of your app: IDENTIFIER
[23:54:54]: undefined method `fetch' for nil:NilClass
[23:54:54]: Something failed... trying again to recover
How do I get a stacktrace?
Using --verbose
doesn't give any other output.
Hi,
I got an error when running Watchbuild since some days. I modified the info but the error message should be explicit.
$ watchbuild -a com.mycompany.myapp -u my.email@mycompany.com
+------------------+------------------------------+ | Summary for WatchBuild 0.2.0 | +------------------+------------------------------+ | app_identifier | com.mycompany.myapp | | username | my.email@mycompany.com | | sample_only_once | false | +------------------+------------------------------+
[16:51:24]: Starting login with user 'my.email@mycompany.com' [16:51:25]: Successfully logged in [16:51:28]: undefined method
fetch' for nil:NilClass [16:51:28]: Something failed... trying again to recover [16:51:59]: undefined method
fetch' for nil:NilClass [16:51:59]: Something failed... trying again to recover ....