Error after renaming Xcode 6 project: “linker command failed with exit code 1 (use -v to see invocation)”

后端 未结 8 1007
情深已故
情深已故 2020-12-12 11:54

So after I create an Xcode 6 project, even if I haven\'t written any code in it, if I try renaming it by double clicking the bolded program title in the upper left hand corn

相关标签:
8条回答
  • 2020-12-12 12:50

    Ran into this too, after copying and renaming the folder with an xcode project. I think it's a bug in xcode. Best file a bug with bugreporter (https://bugreport.apple.com/). Removing the test target from my project fixed it for me, too.

    0 讨论(0)
  • 2020-12-12 12:58

    There are different places where you should check for the rename. You should check for the "old" project name in the test target and in the project target. Search for the old name string and rename them manually to the new name.

    0 讨论(0)
提交回复
热议问题