Hilton Campbell
Hilton Campbell
I'm happy to write unit tests but wasn't sure what would be appropriate. If you could give me a hint that would be great.
@fortmarek Yes, I've updated the PR to use `xcodebuild` as discussed. A few callouts: - Some of the function calls took a `projectPath` argument, which I changed to `workspacePath`. It...
@fortmarek OK, updated to use `IDEDerivedDataPathOverride` when determining derived data path. Updated manual testing steps and performed them, this seems to work great.
@fortmarek is this what you had in mind, before I add tests?
> what's the actual workflow where the `Package.resolved` would be changed with `tuist install` still needing to be rerun? If you commit your `Tuist/Package.resolved`: 1. You run `tuist install` 2....
@fortmarek I'd be happy to open a PR for this, but I would want to verify that the fix works on Xcode Cloud. Currently I'm installing `tuist` with `mise` in...
> Are you able to reproduce the issue locally? I am not super familiar with Xcode Cloud, so it might be difficult for me to reproduce the issue. No, it...
I'm having a lot of difficulty validating this on Xcode Cloud without a proper tuist release. At first I tried using the spm backend from mise: ``` mise settings set...
Currently my team has targets set up in our repo like this: ``` Project/ Sources/ Framework1/ target.yml *.swift Framework2/ target.yml *.swift ... Tests/ Framework1Tests/ target.yml *.swift Framework2Tests/ target.yml *.swift ......