iPhone 开发用的是 Rhodes 还是 Sinatra?

发布于 2024-12-06 22:00:00 字数 100 浏览 0 评论 0原文

我想用 Ruby 开发一个 iphone 应用程序,所以我很困惑该选择哪个框架.. Rhodes 还是 Sinatra .. 我的应用程序必须集成谷歌地图、GPS 等。 请推荐我:)

i wanted to develop an iphone app in Ruby, so i was confused to go for which framework.. Rhodes or Sinatra..
My app has to integrate google maps, GPS etc..
Please suggest me :)

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

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

发布评论

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

评论(1

冰葑 2024-12-13 22:00:00

iPhone 运行 iOS。 iOS 将仅运行已编译的 Objective C。如果您决定使用 Objective C 以外的语言进行编码,则必须先将其转换为 Objective C,然后才能在 iPhone 上运行。

简短版本:使用 Objective C。您需要一台使用 Intel 处理器的 Apple 计算机。您将需要 XCode 软件。

Rhodes就是用另一种语言编写后“将其转换为Objective C”的例子。

无论哪种方式,您都需要一台带有 XCode 的 Apple 计算机和 Apple iOS 开发人员许可证(99 美元/年)才能发布和安装您的应用程序。

iPhones run on iOS. iOS will only run compiled Objective C. If you do decide to code in something other than Objective C, you will have to convert it to Objective C before it will run on an iPhone.

Short version: use Objective C. You'll need an Apple computer that uses an Intel processor. You'll need the XCode software.

Rhodes is an example of "convert it to Objective C" after writing in another language.

Either way, you'll need an Apple computer with XCode and an Apple iOS Developer license ($99/year) in order to publish and install your app.

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