Jiefu Men
Jiefu Men
I ran into the same issue. Any plan to fix this?
I dig into code and found the issue is caused by lack of `interoperabilityMode` from `TargetBuildSettingDescription.SettingName` which should be converted to `SWIFT_OBJC_INTEROP_MODE` when generate. A workaround worked for me is...
> Hey @mo5tone 👋 > > Are you using the latest Tuist version? If so, can you create a reproducible sample that we can download and reproduce the issue with?...
Steps to reproduce: - cd ~/Developer && mkdir Demo && cd Demo - tuist init - edit Project.swift to below follow [firebase SPM guide](https://github.com/firebase/firebase-ios-sdk/blob/main/SwiftPackageManager.md) Project.swift ```swift import ProjectDescription let project...
> @mo5tone build tool plugins don't have access to build settings, hence you are seeing no `HelperCoder` being generated. What is the use case you are trying to achieve here?...
> I am building a private swift package to deliver some common functionalities across projects. Some projects use non-standard dependency management like [tuist](https://github.com/tuist/tuist) which map swift package to project but...
> I'm having the same problem. Is this a problem with tuist? They both work well as package dependencies. So I think it should be caused by tuist.
This seems fixed in 4.36.0
Close as seem fixed in 4.36.0
Same errors when try with Xcode 16.2 on macOS 14.6.1.