i'm using J2OBJC Xcode Build Rule Method to compile the the java source code to objective-C.
https://github.com/google/j2objc/wiki/Xcode-Build-Rules
However each time when there is changes in java source, i will have to manual copy it over to the Xcode project using drag and drop.
Is that any others way where i can compile from external java source without manual copy them.
Please advice.