I'm seeing a lot of errors, upwards of 170, when building my j2objc integrated project.
I think the java j2re library is correctly being located and the linking step says
-Llib/j2objcDist/lib
-Llib/j2objcDist/lib/macosx
-F/Users/username/Library/Developer/Xcode/DerivedData/MyApp-dkbwtvvwogkqknfpbozsmzhgrcei/Build/Products/Debug-iphonesimulator
-Flib/j2objcDist/frameworks
A lot of the paths that I'm seeing include the full user path but on the lib/j2objcDist/lib paths.
My library search paths are
${PROJECT_DIR}/lib/j2objcDist/lib/
My header search paths are
${PROJECT_DIR}/lib/j2objcDist/include
${DERIVED_FILES_DIR}
${PROJECT_DIR}/lib/j2objcDist/frameworks/JRE.framework/Headers
${PROJECT_DIR}/lib/j2objcDist/lib
My framework search paths are
${PROJECT_DIR}/lib/j2objcDist/frameworks
I've replicated the settings in the demo app available on the j2objc.org site to be best of my knowledge.
Any suggestions on what to try or where to look to fix this would be great.