I need to translate itext source jar to objective c using J2ObjC. I use the Xcode Build rules at here . But when I add this script
"${J2OBJC_HOME}/j2objc" --build-closure -d ${DERIVED_FILES_DIR} -sourcepath "${PROJECT_DIR}/" --no-package-directories "${PROJECT_DIR}/Classes/Othello/Engine/itext-2.1.7-sources.jar" ${INPUT_FILE_PATH};
This project was built and run successfully without my script. Please help me Thanks