Xcode 4.2 link error: libz issue?

前端 未结 3 1236
情话喂你
情话喂你 2021-01-12 11:36

Moving a project to Xcode 4.2, I am getting a number of Mach-O linker unresolved errors, for things like _crc32, _expf, and _UnwindSjLj_Register, on a project that compiles

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-12 12:11

    I had same problem. it works xcode 4.2 .when i run the app in xcode 4.5. I have this problem. libz.dylib (No such file or directory)Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1. I have tried with libz1.2.5dylib.but no use

提交回复
热议问题