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 16:26:45 -0700
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