will not work on projects use classes that use module
siuying opened this issue · 1 comments
siuying commented
I use module to namespace the classes in my project. I found ib will not work on project having classes that is namespaced.
- the parser will not work for classes that use module (this might be simply update the regex, or use ripper like Rubymotion itself)
- 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 )
colinta commented
Modules do not play well with Xcode, so this usage would not be possible.