【问题标题】:libgthread not up-to-date when running qemu emulator运行 qemu 模拟器时 libgthread 不是最新的
【发布时间】:2015-08-30 23:11:38
【问题描述】:

我第一次尝试使用我的一个 Pebble 应用程序运行 Pebble 模拟器,我收到以下消息:

$ 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, but libgthread-2.0.0.dylib provides version 4201.0.0

所以看来 libgthread 太旧了。我应该如何升级它?

【问题讨论】:

    标签: macos pebble-sdk


    【解决方案1】:

    这个命令解决了我的问题:

    brew update && brew upgrade glib
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-05-18
    • 1970-01-01
    • 1970-01-01
    • 2019-04-12
    • 1970-01-01
    • 2017-01-04
    • 1970-01-01
    相关资源
    最近更新 更多