Under some circumstances, the USParser will auto-generate a localPrefix for the
current schema.
If the prefix is not overwritten later, it will end up generating classes of
the form :
1_binding.h
@interface 1_binding
...
1_binding.m
@implementation 1_binding
...
I also noticed it missed a namespace by starting from 1.
Hope this helps.
Cheers, and thanks for your work.
Original issue reported on code.google.com by julien.f...@gmail.com on 15 Nov 2011 at 6:01
Original issue reported on code.google.com by
julien.f...@gmail.com
on 15 Nov 2011 at 6:01Attachments: