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: Fri, 07 Jun 2013 15:33:00 -0400
On Jun 7, 2013, at 3:29 PM, Todd Heberlein <email@hidden> wrote:
> One other possible gotcha is whether it is a static or dynamic library. If it is a dynamic library you have to take some extra steps to embed the library into your app bundle. Otherwise, the app will build and run fine on your development machine, but then fail when you move it to another machine without the library installed.
It's a static library (.a), and I don't expect any upstream updates soon. Oh, did I mention this is for an iOS project, that might bring some more fun with it ;-)
- Koen.
_______________________________________________
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