Bruno Virlet
Bruno Virlet
Thank you @younata !
A solution that would seem to solve the problem is to remove InternalFramework, and integrate directly all the files within App1 or App2, but that's loosing some reusability and compilation...
Here is a simple project that reproduces the problem (it's `tuist init`'s output with just adding a dependency). [dynamic-framework-not-embedded.zip](https://github.com/tuist/tuist/files/8373074/dynamic-framework-not-embedded.zip) # Actual result - Notice how AWSCore and AWSS3 are not...
The simplest workaround I have found consists in adding in `App1` and `App2` a direct dependency on the dynamic frameworks. Since this are dynamic libraries, it's ok if they are...
Hi @fortmarek, The context for for this: https://github.com/krzyzanowskim/OpenSSL/issues/115. TLDR: I have to be able to remove a slice (arm64e) from a framework. I don't want to remove the slice from...
Thanks, @luispadron. What is the recommended way to set this value before running `tuist generate`? Is there a way to pass it to Tuist without setting global defaults (
Sorry for not replying earlier. I'm having problems with Swift PM binary artifacts not resolving properly and often need to clean the derived data folder. To do that in a...
I don't think it will help. I will try to describe my scenario better : On my CI machine (I don't have access to Xcode UI), I run the following:...
@fortmarek I'm willing to give it a try. If you have some insight about roughly what would need to be changed/where to add this option, that would be awesome. I...
> Are you looking to increase the parallelization on all types of requests or just S3 operations? If just S3 operations, could you use TransferUtility to perform the S3 operation?...