Marek Fořt
Marek Fořt
I would like to rotate `Actor` with `UIImage` to rotate around a defined pivot point but I have not been able to find how to achieve this. When I tried...
### Discussed in https://github.com/tuist/tuist/discussions/4428 Originally posted by **denizdogan** May 8, 2022 I have a project with a single target which depends on CleverTapSDK, but I think it's suffering from the...
**Describe the bug** The task closure is marked as throwing, but errors thrown from here are not handled. I initially created a custom error and threw it as a form...
## Context 🕵️♀️ Right now all options user specifies in the task are optional. ## What 🌱 We should add API, so users can make some options mandatory and fail...
## Need/problem As the signing [PR](https://github.com/tuist/tuist/pull/1186) nears its merge into the master, I'd like to start the next step and that is generating certificates and provisioning profiles automatically for the...
**Describe the bug** As describe [here](https://github.com/tuist/tuist/pull/2563#pullrequestreview-611892296): > I was using the fixture ios_app_with_tests which doesn't leverage deploymentTarget property which the test service relies on to determine the minimum simulator version....
Hi! First off, thanks for the great tool 🎉 I have successfully automated a github release, but I can't find any way how to upload an asset - is this...
Hi! 👋 We are using your framework throughout our app and now we we'd like to use in our widget, too. Now, widgets are more restrictive in what API you...
Hey 👋 This repo has not seen an update for sometime and using it will no longer be possible with `react-native` 0.67. The newest react-native version bumps gradle to v7...
Resolves https://github.com/tuist/tuist/issues/5971 ### Short description 📝 The `Nimble` library currently doesn't build for iOS-only targets. That's because we correctly narrow the platforms but that leaves [CwlPosixPreconditionTesting](https://github.com/Quick/Nimble/blob/main/Package.swift#L35-L36) with _no_ destinations (as...