Jerome Lacoste
Jerome Lacoste
@nekrich so to summarize. * you are having an encryption issure * #21812 disables the newly introduced feature, but keep most of the code in. * you are assuming that...
You could try the following run `bundle exec fastlane spaceship` in the console, after login in enter ``` filter = { app: 'com.your.app.id' } filter["preReleaseVersion.version"] = '24.2.0' filter["preReleaseVersion.platform"] = "ios"...
This is similar to #21558. If you wish to contribute, you may wish to try look at how iPhone 14 support was added in #21393.
Well, does your package already exist on the Play store? https://play.google.com/store/apps/details?id=com.crispochicken.restaurant.food returns nothing? The first package needs to be uploaded manually. See https://docs.fastlane.tools/actions/upload_to_play_store/
Hello, the error in the log is ``` JWT token: Error Domain=NSCocoaErrorDomain Code=261 "The file U201cAuthKey_***.p8U201d couldnU2019t be opened using text encoding Unicode (UTF-8) ``` I suspect your p8 file...
1 remaining issue * we depend on specific docker images (that pre-install npm, etc) and they hardcode ruby 2.6 (@joshdholtz). Waiting on https://github.com/fastlane/docker/pull/8
Here's a little script that allows to extract information about the ruby version usage based on reported issues in github: ```bash seq 21700 21780 | xargs -L1 -I % gh...
I rebased on latest master, after adding @rogerluan CI's fix.
Fixed in 65e7d59 on testflight plugin side. I will look closer into xcoder as I prefer Jenkins to do as little as possible. Thanks for the pointer!
Hei @claywilkinson, there are quite a few issues and waiting PRs in that module. How do you propose to move forward?