I am running into difficulty trying to bind a native Obj-C static library I created in XCode to my Xamarin.iOS project. I went through the neccessary steps creating a Fat Binary. It created both x86 and ARM architectures but it throws an error saying it cannot find the native Obj-C class inside the wrapper class. When i checked the arm symbol table using the following command "nm -arch ", the sybol table was empty.
Unfortunately I cannot post a link to the example I tried following since I am a new user but the title of the page was "Walkthrough: Binding an iOS Objective-C Library".
Answers
When did the error occur?
Create fat binary or binding project ?
binding project