Reputation: 35
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 necessary 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 symbol table was empty
Link to the Example I tried following: https://learn.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/walkthrough?tabs=windows#Creating_A_Static_Library
Upvotes: 0
Views: 139