j2objc: invalid flag: -
Usage: j2objc <options> <source files>
use --help for a list of possible options
Command RuleScriptExecution failed with a nonzero exit code
Can you help me?
--
You received this message because you are subscribed to the Google Groups "j2objc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to j2objc-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/j2objc-discuss/c00868ed-89f2-40f6-88e7-db132de29da8n%40googlegroups.com.
if [ ! -f "${J2OBJC_HOME}/j2objc" ]; then echo "J2OBJC_HOME is not correctly defined, currently set to '${J2OBJC_HOME}'"; exit 1; fi;
"${J2OBJC_HOME}/j2objc" -d ${DERIVED_FILE_DIR} -sourcepath "${PROJECT_DIR}/shared" --no-package-directories -g ${INPUT_FILE_PATH};
To view this discussion on the web visit https://groups.google.com/d/msgid/j2objc-discuss/6f9395f7-ea50-42d6-acbb-d190a4761f45n%40googlegroups.com.