Wolfgang Lutz
Wolfgang Lutz
@igor-makarov How do I do it in cocoa pods then? --deployment is a different kind of thing, isn't it?
@jcampbell05 thanks for the plugin. I tried some hacking on the code yesterday to get the plugin to run (which succeeded) but the resulting workspace/project had some issues. Would be...
I had to add ``` settings: FRAMEWORK_SEARCH_PATHS: "$(inherited) $(PROJECT_DIR)/" ``` in a similar case.
We also have a use case for this feature in our projects.
Almost 5 Years later: Is there something like this? I just spent 2 hours debugging, because my dependencies were indented one level too deep...
I think https://github.com/roberthein/TinyConstraints/pull/31 is some of the history of this, but it has been a while.
@AliSoftware Are there any news on the "expand Env Vars" feature?
I'll try to have a closer look on of the next weekends.
I've encountered the same error: If I define it as: ``` INFOPLIST_FILE: "$(SRCROOT)/Sources/App/Base/Supporting Files/Info.plist" ``` The info.plist is added to the target (which causes build failure) Using ``` INFOPLIST_FILE: "Sources/App/Base/Supporting...
@vanguardflag that's the result of leaving out $(SRCROOT)/ for me: it is no longer preselected after generation, thus no need to deselect it manually.