Re: Adding a 3rd party C++ library to ObjectiveC project
Re: Adding a 3rd party C++ library to ObjectiveC project
- Subject: Re: Adding a 3rd party C++ library to ObjectiveC project
- From: Jens Alfke <email@hidden>
- Date: Sat, 08 Jun 2013 12:07:20 -0700
On Jun 7, 2013, at 8:14 PM, Koen van der Drift < email@hidden> wrote: So this turns out to be some kind of a hassle. Since the Simulator and the iPhone have two different architectures, I need to have two copies of the library available. Can I just create both, and add them to Xcode with a different name for each architecture? You can use the lipo tool to combine the libraries for each architecture into a single fat library.
—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