【发布时间】:2010-04-21 00:07:26
【问题描述】:
我正在使用 Mike Bluestein 的文章 http://mikebluestein.wordpress.com/2009/09/27/using-monotouch-with-the-net-library-for-the-google-data-api/ 来构建一个与 google API 通信的应用程序。
当我尝试添加对我的项目的引用时,导入的项目显示“不兼容的目标框架:v2.0”。我可以将版本更改为 1.1、3.0 或 3.5,结果相同。
如果我将 .dll 添加到 monotouch 项目,我会收到编译错误 - monotouch 失败,没有输出 134。
有什么建议吗?
【问题讨论】:
标签: c# .net xamarin.ios libraries google-api