error:libtool failed with exit code 1 using Xcode 4.6

932 views Asked by At

I am trying to compile a c++ project into a lib, using Xcode 4.6. Also it is a wxWidgets project I chose C/C++ Library when build the project then I and my files and click build, the error like this

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1

I'v taken hours to fix it but nothing useful, please advise, thank you in advance.

1

There are 1 answers

1
Shouri On

Find an error noting compiling failed, because Reachability is missing. I'd propose that you check your compiling environment has latest (or compatible) version of the library.And give me what happens