Ahmed Elkhoudiry

Results 9 comments of Ahmed Elkhoudiry

Thanks for you response, alright when i tried to treat the `package.metadata.android.application.activity` as an array ``` [[package.metadata.android.application.activity]] name = "WebActivity" ``` i'm getting this error while building the app ```...

Your proof-of-concept looks good, it looks like what I'm asking for, i wish i could try it now, but I'm currently traveling for few days and will test it then....

Hello, although i couldn't make the code run when i cloned your repo after the updates. still getting the same ``` Caused by: invalid type: map, expected a string for...

> Have you ran `cargo install --path cargo-apk` (notice `--path`) to install the `cargo-apk` from that clone? i didn't before, but i tried it now again and it's still giving...

will try that and investigate further this weekend

> Managed to fix that by removing `codesigning_identity` from a `gym` function Thank you so much for this solution, i spend alot amount of time split over a 3 weeks...

Also i'm facing a problem on the CI because it's downloading the latest version `2.4.0` it's failing with this error `Error: Signing for "Promises_Promises" requires a development team. Select a...

> Hey thanks for the reports. Is anyone experiencing this who isn't using Tuist? Or is this isolated to Tuist users? It's happening with me on GitHub Actions CI

Well it's concurrency issue with race conditions i can't reproduce in a stable way, but for me it happens frequently if i try to enter a screen in the application...