Closed chancezeus closed 8 years ago
bugvm-libgdx is going to be removed.
As you can see not all linker warnings are related to libdx, but also to the core vm and even the xcode toolchain.
I thought core vm and xcode toolchain being linked (5.0) warnings were fixed in 1.1.0-SNAPSHOT. It seems you are compiling with 1.0.9.
Ok, warnings confirmed in 1.1.0-SNAPSHOT vm * was built for newer iOS version (6.1.6) than being linked (5.0) xcode toolchain * was built for newer iOS version (6.0) than being linked (5.0)
1.1.5-SNAPSHOT
When compiling a bugvm project there are a lot of linker warnings like these:
Since I'm not planning on actually targeting 5.0 devices, I don't expect to run into problems (I suspect it is possible though), but shouldn't the bugvm sdk (a) target devices with at least the mentioned version (6.1.6+) or (b) have it's libraries and toolchain target match the 5.0 version?