【发布时间】:2016-08-11 10:32:38
【问题描述】:
大家早上好,
我正在关注 instructions on the azure site 在 Xamarin.Forms 应用程序中添加脱机同步功能。
我已毫无问题地将包添加到 PCL,但尝试添加到 iOS 客户端项目时出现以下错误:
Could not install package 'Microsoft.Azure.Mobile.Client.SQLiteStore 2.1.1'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
我的项目在完整的代码库方面已经很成熟,所以我下载了入门应用程序以从头开始测试,但同样的问题仍然存在。
请帮忙
乔丹·马祖克
【问题讨论】:
标签: c# azure xamarin xamarin.forms