Component Store 中的 Xamarin Card.IO 无法编译

Xamarin Card.IO from Component Store will not compile

从 Xamarin Component Store 添加 Card.IO 组件后,构建时出现以下错误消息:

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) ...

我的部署目标设置为9.2(>8)如下

关于为什么我会收到此错误以及如何修复它有什么想法吗?

部署目标是在 Info.plist 中设置的,而不是项目设置。

检查是否根据组件的要求将其设置为 iOS 8.0 或更高版本。

屏幕截图显示了您的 SDK version - 您的应用将针对其构建的 SDK 版本。