Re: How to convert a framework target to a static library target?
Re: How to convert a framework target to a static library target?
- Subject: Re: How to convert a framework target to a static library target?
- From: Jens Alfke <email@hidden>
- Date: Fri, 15 Jan 2016 17:19:15 -0800
On Jan 15, 2016, at 5:04 PM, Jens Alfke < email@hidden> 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden