Xcode 中的 MonoTouch 库?

发布于 2024-09-08 13:42:24 字数 175 浏览 1 评论 0原文

我正在考虑购买 MonoTouch 来进行一些 iPhone 编程。不过我想知道,如果我在 MonoTouch 中(使用 C#)编译一个静态库(*.a),以在 Xcode 中作为标准静态库进行调用。

有人有这方面的经验吗?我环顾四周没有结果。我什至给 Mono 发了邮件,但没有回复。

非常感谢, 布雷特

I am considering purchasing MonoTouch to do some iPhone programming in. I am wondering though, if I compile a static library (*.a) in MonoTouch (using C#) to call in Xcode as a standard static library.

Does anyone have any experience with this? I have looked around with no results. I even emailed Mono, but no response.

Many thanks,
Brett

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

兔姬 2024-09-15 13:42:24

我们已经让应用程序顺利通过。 3.3.1 更针对闪存,而且欧盟正在采取措施阻止苹果这样做,而且我听说美国正在准备法律套件。

但我不确定我是否理解你的问题。您是否尝试在 MT 中使用 *.a ?如果是这样,您需要查看 btouch 项目:

http://monotouch.net/Documentation/Binding_New_Objective- C_Types

http://code.google.com/p/btouch-library /

这是我写的关于将 Three20 引入 MT 的博文:

http://iwayneo.blogspot.com/2010/04/ Three20-with-monotouch.html

We have had apps go through without issue. 3.3.1 was more targeted at flash plus the EU are taking steps to stop Apple doing this and I hear there are law suites being prepared in America.

I'm not sure I understand your question though. Are you trying to use a *.a in MT? If so, you need to look at the btouch project:

http://monotouch.net/Documentation/Binding_New_Objective-C_Types

and http://code.google.com/p/btouch-library/

Here is a blogpost I wrote on bringing three20 into MT:

http://iwayneo.blogspot.com/2010/04/three20-with-monotouch.html

瘫痪情歌 2024-09-15 13:42:24

我没有跟上 iPhone 开发的最新进展,但我最后听到的是 Apple 拒绝向 AppStore 发布任何使用非 Objective-C/CocoaTouch 运行时的应用程序。我建议你先做一些额外的研究。

I haven't kept up with the latest developments in iPhone development, but the last I heard was that Apple was denying release to the AppStore for any application that used a runtime that wasn't Objective-C/CocoaTouch. I suggest you do some additional research first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文