Daniele Formichelli

Results 143 comments of Daniele Formichelli

I don't get it why it complains for macos 🤔 Do you also have macos targets in your app?

Maybe you should run fetch first? Can you provide a sample project?

Should now be possible since Tuist 3.0

cc @jaerod95 who started [this thread](https://tuistapp.slack.com/archives/C018QG7U7SN/p1649797573532919)

They should be handled by the mapping logic. Given the error is only on REALM_VERSION_EXTRA maybe it's empty and that case is not handled properly?

You can check the generated project and see if the variable is there

@vexonius I think you need to add the HEADER_SEARCH_PATHS to the target depending on Realm (i.e. in the Project.swift), I'll try to add it to the `app_with_spm_dependencies` fixture if I...

@lordcodes there is a "complex" logic to understand whether to define the headers as build phase or add them to the project search path that we are mimicking from SPM....

Make sense, I hope we can solve this soon! 🤞