After adding the Card.IO component from the Xamarin Component Store, the following error message occurs while building:
Error MT1305: The binding library 'Card.IO.dll' contains a user framework (Card.IO.dll), but embedded user frameworks require iOS 8.0 (the deployment target is CardIOSharp.framework). Please set the deployment target in the Info.plist file to at least 8.0. (MT1305) ...
My deployment target is set to 9.2 (>8) as follows
Any ideas as to why I am getting this error and how to fix it?
The Deployment Target is set in Info.plist
rather than the project settings.
Check that this is set to iOS 8.0 or higher as required by the component.
The screenshot is showing your SDK version - the version of the SDK that will your app will be built against.