0

I am using graalvm to create my IPA, everything seems to work except for the fact that the classes used with reflection are not linked. I generated the file in question to make explicit the classes that require me to link at compile time but I can't understand where the file should be placed.

Bad
  • 33
  • 5
  • Are you following https://docs.gluonhq.com/client/#_config_files ? – José Pereda Feb 13 '20 at 09:23
  • It's ok. I found the directory in the documentation: src/main/resources/META-INF/substrate/config folder. – Bad Feb 13 '20 at 09:39
  • Now I have this error: error: org.graalvm.compiler.debug.GraalError: java.io.IOException: Cannot run program "llvm-link" (in directory " XXXXX/target/client/arm64-ios/gvm/tmp/SVM-1581588190880/llvm"): error=7, Argument list too long at com.oracle.svm.core.graal.llvm.LLVMNativeImageCodeCache.llvmLink(LLVMNativeImageCodeCache.java:557) at com.oracle.svm.core.graal.llvm.LLVMNativeImageCodeCache.lambda$createBitcodeBatches$8(LLVMNativeImageCodeCache.java:432) at – Bad Feb 13 '20 at 10:12

0 Answers0