Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/SVGgh.framework/SVGgh) for architecture x86_64 #35

Open
dunno7 opened this issue Aug 24, 2017 · 1 comment

Comments

@dunno7
Copy link

dunno7 commented Aug 24, 2017

This is the log. Please help me. Thank you !

[ERROR] ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/SVGgh.framework/SVGgh) for architecture x86_64
[ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] Couldn't compile app
org.apache.commons.exec.ExecuteException: Command '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o "/Users/dungnart/Desktop/Workspace/CustomFramework/ios/robovm-build/tmp/iOS Simulator/ios/x86_64/IOSLauncher" -arch x86_64 "-Wl,-filelist,/Users/dungnart/Desktop/Workspace/CustomFramework/ios/robovm-build/tmp/iOS Simulator/ios/x86_64/objects0" -w -L /Users/dungnart/.robovm-sdks/robovm-2.3.2-SNAPSHOT/lib/vm/ios/x86_64 -ObjC -exported_symbols_list "/Users/dungnart/Desktop/Workspace/CustomFramework/ios/robovm-build/tmp/iOS Simulator/ios/x86_64/exported_symbols" -Wl,-no_implicit_dylibs -Wl,-dead_strip -F/Users/dungnart/Desktop/Workspace/CustomFramework/ios/libs -fPIC -mios-simulator-version-min=7.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk -lrobovm-bc -force_load /Users/dungnart/.robovm-sdks/robovm-2.3.2-SNAPSHOT/lib/vm/ios/x86_64/librobovm-rt.a -lrobovm-debug -lrobovm-core -lgc -lpthread -ldl -lm -lz -liconv -lsqlite3 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework CoreGraphics -framework OpenAL -framework AudioToolbox -framework AVFoundation -framework CoreData -framework WebKit -framework FacebookSDK -framework SohaSDK -framework AdSupport -framework SVGgh -force_load /Users/dungnart/.robovm/cache/ios/x86_64/release/Users/dungnart/.gradle/caches/modules-2/files-2.1/com.badlogicgames.gdx/gdx-platform/1.9.6/e82237140baaf44408b1bbc79c357a71f46bea92/gdx-platform-1.9.6-natives-ios.jar.extracted/META-INF/robovm/ios/libs/libgdx.a -force_load /Users/dungnart/.robovm/cache/ios/x86_64/release/Users/dungnart/.gradle/caches/modules-2/files-2.1/com.badlogicgames.gdx/gdx-platform/1.9.6/e82237140baaf44408b1bbc79c357a71f46bea92/gdx-platform-1.9.6-natives-ios.jar.extracted/META-INF/robovm/ios/libs/libObjectAL.a -lz -framework MobileCoreServices -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks' failed (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:346)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:149)
at org.robovm.compiler.util.Executor.exec(Executor.java:344)
at org.robovm.compiler.util.ToolchainUtil.link(ToolchainUtil.java:376)
at org.robovm.compiler.target.AbstractTarget.doBuild(AbstractTarget.java:269)
at org.robovm.compiler.target.ios.IOSTarget.doBuild(IOSTarget.java:313)
at org.robovm.compiler.target.AbstractTarget.build(AbstractTarget.java:263)
at org.robovm.compiler.Linker.link(Linker.java:433)
at org.robovm.compiler.AppCompiler.compile(AppCompiler.java:467)
at org.robovm.compiler.AppCompiler.build(AppCompiler.java:776)
at org.robovm.idea.compilation.RoboVmCompilerThread.doCompile(RoboVmCompilerThread.java:60)
at org.robovm.idea.compilation.RoboVmCompilerThread.run(RoboVmCompilerThread.java:66)

@glenn-howes
Copy link

Well I’d suggest not compiling for pre-iOS 8. Virtually nobody is running anything that old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants