Search code examples
xcodecompiler-errorswxwidgets

Error Creating Xcode projects for wxWidgets applications


I am trying to create an Xcode project with wxWidgets applications. I follow the manual of wxwidgets:

....
 -lz -stdlib=libstdc++ -lwx_osx_cocoa_static -Xlinker -dependency_info -Xlinker 
....

ld: library not found for -lwx_osx_cocoa_static

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea how to fix this?

If I look for the library the name is: "libwx_osx_cocoa_static.a"


Solution

  • Amazing! so simple: I added the library path (to libwx_osx_cocoa_static.a) and compilation succeeded! Add to Library search Pathes: $(WXROOT)/build/osx/build/Debug/