0
我傳遞給了XCode 4.2和我編譯時有此錯誤:和Xcode 4.2編譯鏈接錯誤我的iPhone應用程序
ld: library not found for -lz.1.2.3
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang
failed with exit code 1.
我傳遞給了XCode 4.2和我編譯時有此錯誤:和Xcode 4.2編譯鏈接錯誤我的iPhone應用程序
ld: library not found for -lz.1.2.3
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang
failed with exit code 1.
我假設LZ應該是libz進行。如果是這樣的話,你正在尋找一個非常具體的lib版本,所以你可以通過將它改爲1.2來解決問題。這是在Xcode中添加框架(Coredata等)的地方。
希望這會有所幫助。