Jerome Lacoste

Results 94 comments of Jerome Lacoste

First of all, you are comparing 2 different build environments. On your machine, the `setup_ci` action isn't ran. Fastlane will use the default `login.keychain` which is unlocked with your are...

Question: what happens if you do not update your Deliverfile? Does fastlane fail because the setting doesn't exist? Has this been tested?

Hello, this indeed looks like either a problem in fastlane, or something in the Apple ecosystem we do not support. Could you run the command again with `VERBOSE=true bundle exec...

> Running `bundle exec fastlane precheck --verbose` gives me pretty much the same output. See below. `bundle exec fastlane precheck --verbose` isn't the same as `VERBOSE=true bundle exec fastlane precheck`...

@greatcat19 What command are you running? @nekrich an idea?

Could you run `VERBOSE=true bundle e fastlane match development --platform catalyst`and also put more of your output so we see where it fails? Thanks.

@Schlabbi can you confirm that the `devices` array is indeed empty in the POST request body? Can you try with fastlane 2.217 and see if the request has the same...

I am getting the same issue for iOS adhoc profiles with fastlane 2.216 when I don't have devices registered in my portal. Maybe the issue is that development profiles cannot...

I suspect it is due to the integration of the Cache. @nekrich an idea? @Schlabbi you can confirm if the cache is indeed the culprit by testing fastlane at the...

I believe #21691 addresses this. It was merged and will be part of the next release. CC @nekrich.