XcodeGen
XcodeGen copied to clipboard
Cannot link a static library dependency through projectReferences
Hello,
I have an XcodeProject (Original) and I am migrating it (Current)using Xcodegen. For targets in my project I have dependencies on astatic library target of other project which I have added through projectReferences.
When I generate current xcodeproject keeping the Original open, I can see the static library (which is a dependency, target of other project) getting linked in "Link library with Libraries" Phase in current project . But when I close Original xcodeproject and generate current xcodeproject I don't find it linked to any of the targets in my current project.
What could be the possible reason?
Thanks in Advance.