我今天更新了xcode 5.0至5.1。我運行已存在的項目,但現在得到錯誤。在5.0版本上運行該項目時,我沒有任何問題。錯誤如下:將xcode 5.0更新至5.1後出現錯誤
ld: library not found for -lIOKit
clang: error: linker command failed with exit code 1 (use -v to see invocation)
請別人幫忙。
我重新添加了框架,但現在我得到另一個錯誤是下面
ld: 62 duplicate symbols for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
你試過重新添加框架嗎? – sbarow
嘗試清理項目,去lib-> developers-> xcode-> derivedData並將其刪除 – Ranjit
如何去lib-> developers-> xcode-> derivedData? – Funny