如何在Xamarin.iOS项目中添加第三方库/框架?

时间:2023-02-05 11:31:36

I want to add a third party library/framework in my Xamarin project (iOS). In native iOS I can use Cocoa pods or Carthage. What is the equivalent of that here. How to do it ? Is Nuget the only solution for that or is there any other way ?

我想在我的Xamarin项目(iOS)中添加第三方库/框架。在原生iOS中,我可以使用Cocoa pods或Carthage。这里有什么相同的东西。怎么做 ? Nuget是唯一的解决方案还是有其他办法吗?

1 个解决方案

#1


0  

You can binding an Objective-C library by Objective Sharpie.You can access this link to get more useful information. https://docs.microsoft.com/zh-cn/xamarin/ios/platform/binding-objective-c/

您可以通过Objective Sharpie绑定Objective-C库。您可以访问此链接以获取更多有用信息。 https://docs.microsoft.com/zh-cn/xamarin/ios/platform/binding-objective-c/

#1


0  

You can binding an Objective-C library by Objective Sharpie.You can access this link to get more useful information. https://docs.microsoft.com/zh-cn/xamarin/ios/platform/binding-objective-c/

您可以通过Objective Sharpie绑定Objective-C库。您可以访问此链接以获取更多有用信息。 https://docs.microsoft.com/zh-cn/xamarin/ios/platform/binding-objective-c/