libgdx - Error when building for IOS -
i having following error when building ios
ld: file small (length=0) file '/users/………./.robovm/cache/ios/x86/default/users/ ……/.m2/repository/org/robovm/robovm-dist/0.0.13/unpacked/robovm-0.0.13/lib/robovm- rt.jar/java/nio/pipeimpl$pipesinkchannel.class.o' architecture i386 clang: error: linker command failed exit code 1 (use -v see invocation) :ios:launchiphonesimulator failed failure: build failed exception. any ideas? desktop configuration working. jdk 1.7+
i have installed latest gradle setup libgdx
thanks
see solution here: https://github.com/robovm/robovm/issues/238
you need remove zero-length class cache , run build again.
Comments
Post a Comment