rubymotion-community/ib

will not work on projects use classes that use module

siuying opened this issue · 1 comments

I use module to namespace the classes in my project. I found ib will not work on project having classes that is namespaced.

  1. the parser will not work for classes that use module (this might be simply update the regex, or use ripper like Rubymotion itself)
  2. even the parser work, i dont sure how the generated stub.m works (how Module::Class translated to objective-C interface? this might need to consult @lrz )

Modules do not play well with Xcode, so this usage would not be possible.