osx - libgthread not up-to-date when running qemu emulator -
i'm trying run pebble emulator first time 1 of pebble apps, , i'm getting following message:
$ pebble install --emulator aplite couldn't launch emulator: dyld: library not loaded: /usr/local/lib/libgthread-2.0.0.dylib referenced from: /users/sarbogast/pebble-dev/pebblesdk-3.3/pebble/common/qemu/qemu-system-arm_darwin_x86_64 reason: incompatible library version: qemu-system-arm_darwin_x86_64 requires version 4401.0.0 or later, libgthread-2.0.0.dylib provides version 4201.0.0
so seems libgthread old. how should upgrade it?
this command solved problem:
brew update && brew upgrade glib
Comments
Post a Comment