Alexander Weiß

Results 38 comments of Alexander Weiß
trafficstars

@pepicrft I just tested it and I unfortunately do see this issue now on tuist 4.3.1: _**duplicate output file '/Users/User/Library/Developer/Xcode/DerivedData/MyProduct/Build/Products/Debug-iphonesimulator/CasePathsMacros' on task: PhaseScriptExecution Copy Swift Macro executable into $BUILT_PRODUCT_DIR /Users/User/Library/Developer/Xcode/DerivedData/MyProduct/Build/Intermediates.noindex/swift-case-paths.build/Development-watchsimulator/CasePaths.build/Script-9D2512177122777335B34209.sh**_...

@pepicrft If you need anything else from my side, please just let me know. Happy to provide any information that is needed

@pepicrft I investigated a little bit further to better find out under which circumstances the duplicate output file issue happens. It appears to only happen on `.iOS` platforms when we...

@pepicrft Thanks a lot for the fast fix ! I can confirm that with the latest tuist version 4.8.0 I do not face this issue any longer 🥳

Hi @waltflanagan, Since it's quite some time I contributed to the topic of multi platforms and I remember you were the main developer of this feature I wanted to ask...

@waltflanagan I will then close this one in favour of #6251 since the common agreement seems to be to have this as a linting rule to let consumers fix this.

@pepicrft Created a first very very early draft PR here. So we can discuss and find a solution. I added `Mocker` to the list of dependencies which need `XCTest` for...

I am not sure if this alone will fix the issue. I manually tried to link `XCTest` to `Mocker` and tried to run the sample unit tests and still faced...

Hm... oh wait, I think in the previous comment I made a mistake. You meant that then also `ModuleATestSupporting` should get `XCTest` as a dependency, right ? What I also...

If we would propagate the `ENABLE_TESTING_SEARCH_PATHS` settings, is there a way to only do that when the user has enabled the explicit dependency option in order to not mess that...