A new libGDX project can\'t load the library liblwjgl.dylib when running the desktop project.
Exception in thread \"main\" java.lang.UnsatisfiedLinkError: Can\'t
I believe this is a compatibility issue between Java 7 and LWJGL. For some reason, this also only affects OS X, as it works just fine on both my Windows and Ubuntu machines, but not my Mac. Your options to work with until the problem is fixed:
Considering you can use an Android emulator, I think Android testing is the best option.