• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to convert a framework target to a static library target?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >How to convert a framework target to a static library target? (From: Jens Alfke <email@hidden>)

  • Prev by Date: How to convert a framework target to a static library target?
  • Next by Date: Re: How to convert a framework target to a static library target?
  • Previous by thread: How to convert a framework target to a static library target?
  • Next by thread: Re: How to convert a framework target to a static library target?
  • Index(es):
    • Date
    • Thread