_迦与迦若 2016-01-12 05:52 采纳率: 0%
浏览 1530
已结题

xcode运行程序报错,求大神指条路

ld: cannot link directly with /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/usr/lib/system/libunwind.dylib. Link against the umbrella framework 'System.framework' instead. for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

  • 写回答

3条回答 默认 最新

  • Foreveroriginal 2016-01-12 11:09
    关注

    很明显是不能链接库libunwind.dylib,你看你xcode里面把库放进去没有

    评论

报告相同问题?