Re: Trouble linking CBLListener with Xamarin

2014-03-19 Thread Pier-Michael Lemay
Also, what are the steps to link the CouchbaseLiteListener's framework in Xamarin. I only dropped the files in my project's directory, do i need to link something using mtouch arguments? do i need to create a binding DLL and add it to my references? -- You received this message because you

Trouble linking CBLListener with Xamarin

2014-03-18 Thread Pier-Michael Lemay
Hi, Maybe you guys arent familiar with Xamarin but i'm out of ideas to make this work and i'm kinda new to linking(with xamarin). I have downloaded the latest beta 2 for couchebaselite framework, added both 64 bits framework to my project directory, downloaded the CouchbaseLite component on

Re: Trouble linking CBLListener with Xamarin

2014-03-18 Thread Jens Alfke
On Mar 18, 2014, at 8:46 AM, Pier-Michael Lemay pm.lem...@gmail.com wrote: CouchbaseLite seems to work fine but when I'm trying to use the manager's InternalURL, I get Assertion failed: CBL_URLProtocol class not found; link CouchbaseLiteListener.framework. Hm, make sure you've added the

Re: Trouble linking CBLListener with Xamarin

2014-03-18 Thread Pier-Michael Lemay
Thank you for your reply Jens However, as I said before, I am kinda new to linking with Xamarin and i can't seem to get the correct mtouch argument to insert in my IOS Build option. I have tried : ObjC ObjC -gcc_flags -ObjC --gcc_flags=-ObjC I always end up crashing at my InternalURL line.