Lukasz Grabowski

Results 24 comments of Lukasz Grabowski

You should use `bundler` to use gem versions from Gemfile.lock. Run `bundle install` and later `bundle exec fastlane init`. https://bundler.io/v2.3/man/bundle-exec.1.html

This is not a fastlane issue ;) You should install libsodium with homebrew and it should solve the problem >Could not open library 'sodium': dlopen(sodium, 0x0005): tried: 'sodium' (no such...

Hi @tejassharma96 this is a really nice idea - having a logic to automatically setup profile in the project based on `match` result would probably make it easier to use...

Hi @tejassharma96, I really like the idea. @joshdholtz, could you take a look at the discussion and the code in the comment above and say what you think about such...

Hi, when you export app for `development` with `Debug` configuration ``` 218| configuration | Debug | 220| export_method | development ``` you need to make sure that signing for Debug...

Hi @Blackclaws, thanks for investigation and comments. You're more than welcome to add PRs :)) Unfortunately I won't be able to respond to questions about why `gym` doesn't set code...

Hi @joshdholtz, could you take a look at @Blackclaws comments about `gym` and code signing and share you're thoughts 🤔 ?

The error that you can see is returned by Apple's server. Could you check the response when using newer API: `Spaceship::ConnectAPI::Profile.all` or `Spaceship::ConnectAPI::Profile.all(includes: "bundleIds,certificates")` depending on the information that you...

Wrong name in includes ;) `Spaceship::ConnectAPI::Profile.all(includes: "bundleId,certificates")` You don't have to fetch bundleId and/or certificates if you don't need them. In such case you can execute `Spaceship::ConnectAPI::Profile.all`

I cannot reproduce the issue - I checked those spaceship calls and I didn't get the same error. @thiagohmcruz I'm not aware of any migration guide. Old and new api...