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

后端 未结 8 1009
情深已故
情深已故 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:42

    Here is what I've done to fix the similar problem since I changed the project name and folders under the project.

    1. Select project file : projectName.xcodeproj
    2. Right click on the project file and click "Show package contents" to open project.pbxproj file.
    3. Once ope project.pbxproj file, replace all from old project name (whatever you changed from) to new name.
    4. You can change the name of sub folder if you changed folder name too.

    Hope this help.

提交回复
热议问题