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: Koen van der Drift <email@hidden>
- Date: Sat, 08 Jun 2013 21:41:36 -0400
I was finally able to create three different static libraries (the armv7s was missing) with this helpful tool: https://code.google.com/p/ios-cmake/
Made one fat library, added it to my project, and the devices and simulators all work.
- Koen.
On Jun 8, 2013, at 7:26 PM, Jens Alfke <email@hidden> wrote:
>
> On Jun 8, 2013, at 12:22 PM, Jeffrey Walton <email@hidden> wrote:
>
>> Yeah, I've hit the same wall in the past. There's not much information
>> on porting a third party library to a Framework.
>
> A framework is just a special directory structure. Static frameworks for iOS are especially simple; they just look like
> Foo.framework
> Foo
> Headers
> foo.h
> where the file Foo.framework/Foo is the just library with the “.a” suffix removed.
>
> —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