1

After changing my app's name per Technical Q&A QA1625, I get this error message:

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

ld: file not found: /Users/.../Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/oldName.app/oldName

This directory has the correct names, i.e. newName.app/newName... Why is Xcode looking for oldName? I'm extremely reluctant to hack this by renaming these files manually. I have looked through the other StackOverflow questions and nothing there seems to work.

How can I fix this?

Thanks

4

1 回答 1

1

我遇到同样的问题。我通过在 xCode 5 中重命名 iOS 项目来解决它

这表示您还需要重命名架构名称。

希望这会有所帮助:) 顺便说一句,我使用的是 Xcode 6.3.2。

于 2015-07-06T14:32:24.580 回答