将 Monotouch 与 Google .NET API 结合使用
我正在使用 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。
有什么建议吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为常规 .NET dll 不适用于 iPhone - 请注意,本文使用源代码和项目引用,而不是程序集引用。您是否遵循了更改谷歌项目构建目标的说明?
I don't think regular .NET dlls will work on an iphone - Notice that the article is using source code and project references, not assembly references. Did you follow the instructions on changing the build targets of the google projects?