Re: libsvn_client for IOS
Re: libsvn_client for IOS
- Subject: Re: libsvn_client for IOS
- From: Kyle Sluder <email@hidden>
- Date: Sun, 14 Nov 2010 19:40:02 -0800
On Sun, Nov 14, 2010 at 11:51 AM, James West <email@hidden> wrote:
> I'd like to add support for svn to my ios project, but I notice that
> libsvn_client is not available for ios through Frameworks > Add > Existing
> Framework.
>
> My question is two-fold: 1) Is there a method by which I can link against
> libsvn_client in an ios application and 2) If not, are there any issues
> with
> compiling and linking against libsvn from source?
>
You'll have to statically link it as iOS doesn't support dylibs. That
necessitates compiling from source.
I don't know of any specific issues with libsvn_client on iOS, but I
wouldn't be surprised if there are a few (either in libsvn_client or the
Apache Portable Runtime on which libsvn_client relies).
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden