yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot link a static library dependency through projectReferences

kbhavyas opened this issue · comments

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.