I am trying to get j2Objc working with the XCode build rules setup as explained in the j2Objc Wiki. The problem that I am facing is that the custom build rule which I add for compiling the java files doesn't seem to get executed at all. I have tried to add all kinds of simple build rules which will just echo something but nothing shows up in the build log.
The app is a simple single view iOS only application.
Can anyone help me out with figuring out why custom build rules will not work ?