Pedro Piñera Buendía

Results 396 comments of Pedro Piñera Buendía

I can't remember the exact steps, but you can try to compile an app for a destination that requires signing, like a physical device. The build system might transitively try...

@andresbrun note that we can't detect whether that script that you are referencing from, `Scripts/generate-core-images.sh`, has side effects. I'd assume it does: the images. So the warning seems accurate. What...

> What other approach could we take? > Since there's no way to silence the warning, I think it's better to trust the developer here with the input and output...

> @pepicrft will this a tuist feature to use this for globs Globs are already supported in Tuist. There's no value in mapping our globs to synchronized file groups, because...

I did some investigation, and it turns out that [the performance is much worse](https://github.com/apple/swift-nio/issues/2933) than `rm -rf` and `FileManager`.

@fortmarek / @tuist/community-core what do you think about using `FileManager` until the above issue is addressed?

> Should some of the changes here be reflected in unit tests? 🤔 The call-back approach of the implementation makes it tricky to test it because we'd need to capture...

I'll improve the tests once we [merge this](https://github.com/tuist/tuist/pull/6884)

@fortmarek I added tests here that ensure the callbacks do the right job of calling the service that generates the URL.