[Mono-list] Debugging binding Obj-C?

2015-03-12 Thread Michael McGlothlin
I'm having problems binding a precompiled third party framework. I keep getting a dyld error about being unable to find the library but it only shows the error after I've done the binding, added the library to a project, compiled the project and deployed it to the device, watched it crash, and

Re: [Mono-list] Debugging binding Obj-C?

2015-03-11 Thread Robert Jordan
On 11.03.2015 15:46, Michael McGlothlin wrote: I'm having problems binding a precompiled third party framework. I keep getting a dyld error about being unable to find the library but it only shows the error after I've done the binding, added the library to a project, compiled the project and