Wolfgang Lutz

Results 42 comments of Wolfgang Lutz

@yonaskolb Also ran into this today. The TEST_HOST was set to $(BUILT_PRODUCTS_DIR)/AppTemplate.app/AppTemplate AppTemplate is my project name and one of my Target Names. Xcode only finds it though, when I...

Ran into this today. @toshi0383 is there anything one can do to support #397 ?

I think your pod file would be necessary to get to the source of the bug

One thing you can try is to not do separate projects, but one big project with several targets, I guess this best matches what Cocoapods is aimed at.

@jesus-mg-ios yes, see https://github.com/SwiftGen/SwiftGen/pull/1124

@aiKrice Came here because of the feeling that Swiftgen is not really updated any more and seems to die. The inconsistency build errors all disappeared after running ``` `defaults write...

sad, that neither ``` ${file} ``` nor ``` ${file_directory} ``` were ever implemented, could have needed them right now ;-)

How do you compile xcodegen? The binary that I get on macOS using https://github.com/yonaskolb/Mint has 7MB

> SpecLoadingTests I implemented a very basic test for this

@yonaskolb Anything I can do here?