Search code examples
c#iosxamarin.formsnugetbraintree

Installing Braintree Package but error message appears "Package Naxam.BrainTreeCore.iOS 4.8.2 is not compatible with netstandard2.1"


I'm trying to install a package called "Naxam.BraintreeCard.IOS" so I can process payments through Paypal's Braintree.

Upon installing, an error appears in the package console:

Package Naxam.BrainTreeCore.iOS 4.8.2 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Package Naxam.BrainTreeCore.iOS 4.8.2 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)

How do I get around this?


Solution

  • This plugin is only for Xamarin.iOS project. So install it only to .iOS project instead of xamarin.forms/xamarin.Android project.