iPhone 开发用的是 Rhodes 还是 Sinatra?
我想用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.