views:

175

answers:

2

I've heard both MacRuby and Ruby CocoaBridge discussed in relation to iPhone/iPad development in Ruby. Do I need one or both of these?

A: 

As far as I know, there is no way to use Ruby on iPhone or iPad and won't be for the foreseeable future. At least if you want your app in the appstore. See this post

http://stackoverflow.com/questions/219653/ruby-on-iphone

ordord00
+2  A: 

Neither of those will work. The only way is with Rhodes. CocoaBridge is sometimes used for testing, but can't run on an iPhone. MacRuby might be able to work one day if they add garbage collection to the iPhone OS, but it doesn't now.

Also, consider iPhone Wax, which uses Lua, a fairly ruby-like language.

mckeed