On Oct 21, 2013, at 11:04 AM, Koen van der Drift <koenvanderdr...@gmail.com> wrote:
> I'm considering to add some functionality to my app from a 3rd party open > source project. What’s the project? > I've compiled the program with homebrew and copied the bin files into my > Xcode project. I looked into NSTask, but that is not available for iOS. 3rd party iOS apps are not allowed to create processes. (I think this is a security limitation.) This can sometimes be a real pain :-( Can you configure that project as a [static] library that you can link into your app and call directly? —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com