Building for MacOSX, but linking against dylib built for iOS Simulator file

后端 未结 2 1790
野趣味
野趣味 2020-12-14 04:28

I\'ve just upgraded to Xcode 5 beta with the April 15 2013 commandline tools and hit the following warning when running a cmake build during the standard CMakeTestCCompiler.

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-14 04:35

    run this comment on your client.app:

    export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xct‌oolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:$PATH
    

提交回复
热议问题