> On Jan 15, 2016, at 5:04 PM, Jens Alfke <[email protected]> wrote:
>
> I’m almost tempted to open the pbxproj file in a text editor and start
> copying and pasting, but I suspect the scope of the change is too large to do
> without intimate knowledge of the file format.
OK, I gave in and did it. It turns out to require only a very simple change in
the pbxproj file to convert a target from a framework to a static library —
find the object defining the target and change
productType = "com.apple.product-type.framework";
to
productType = "com.apple.product-type.library.static”;
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]