Jerome Lacoste

Results 94 comments of Jerome Lacoste

Well we disabled the feature for the next release with #21812, but it will come back very soon when #21809 is merged.

It is possible that the API has a maximum number of bundle ids to query that we are unaware of. I haven't found anything on https://developer.apple.com/documentation/appstoreconnectapi/list_bundle_ids The failure seems to...

> Running the requested command (DEBUG=Y bundle exec fastlane match adhoc) results in the same error as previously posted, with no additional debug info. Spaceship should create log files, and...

Another question: how many profiles do you have in your portal? You should be able to find the information by starting the `fastlane spaceship` console, login and enter `ConnectAPI::BundleId.all.count`

I've tried reproducing this with my portal but we have ~110 in our portal. I did create a query with a very large amount of bundle ids, by repeating the...

@ff-ahumberston I prepared a branch to handle this case a bit better. Right now, it should still fail, but provide a bit more information. https://github.com/lacostej/fastlane/tree/fix/large_amount_bundleids Are you able to try...

@ff-ahumberston feel free to mail the output. My email is in my github profile. Thanks!

Well if that removes the just freshly added `renew_expired_certs` option, we need to either remove the previous PR before making a new release, or delay the release until we land...

@nekrich what encryption issues are you running into? Could it be related to the encryption changes I made since the last release?