Dion Gionet Mallet

Results 10 comments of Dion Gionet Mallet

On our side, we reference teams with the slug directly instead of the data source with our fork of the provider (#1020). Still a bit slow but a **lot** faster...

It doesn't seem to be an issue with the latest fastlane release, I've been having this issue on 2.182.0 even though it was working before yesterday

Actually, you might want to try to regenerate you provisioning profiles as mentioned on https://github.com/fastlane/fastlane/issues/20172#issuecomment-1098706680 , it worked for us

We're having a similar issue trying to use pilot with a pkg mac binary. Transporter is giving us `ERROR ITMS-90061: This bundle is invalid. The value for key CFBundleVersion [1]...

> Currently, we are using altool instead of fastlane @thiagoguardado do you have an example of the command you're running? It should be something like `xcrun altool --upload-app -f app.pkg...

Same here, doesn't appear to work anymore. Container doesn't start

> If you are having issues with this try making a copy of your configs and deleting the /inventory-hunter directory. After that, go through the initial setup process as mentioned...

It seems it works fine on my windows machine with WSL and my raspberry pi, it only seems to break on my CentOS 7 machine, strange.

It appears that for centos (at least in my case) you need to run the command from the docker_run.bash manually and make some changes for permissions to work correctly. In...

Replacing the slashes with backslashes in my pubspec msix_config fixed the issue for me https://github.com/YehudaKremer/msix/issues/238#issuecomment-1983483886