简体   繁体   中英

How to integrate the static library in xamarin.ios which is generated from xcode targets (.a file)? how to call those methods in xamarin.ios?

I'm trying to use some objective-c files in xamarin.ios and i'm trying to create a static library from xcode targets it is generating the(.a file). my question is how to call those methods in xamarin.ios.

You have to bind the library. Please refer to the Xamarin official documentations on this:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM