How can I copy/sync the Xcode "Link Library with Libraries" phase between different build targets How can I copy/sync the Xcode "Link Library with Libraries" phase between different build targets xcode xcode

How can I copy/sync the Xcode "Link Library with Libraries" phase between different build targets


There is a very simple way to do this. Add frameworks to one target, the frameworks will appear in the project navigator window (the left window). Select the framework and look at the File Inspector window, you can see the target in the "Target Membership" list. Just click on the other targets and you have the framework linked in the other targets.

I hope this helps.