'ld: file not found' after changing product name in Xcode

后端 未结 7 2021
迷失自我
迷失自我 2021-02-05 22:45

I was working on my application and i started out with a really bad name. So i decided to change it. I did that like this.

7条回答
  •  心在旅途
    2021-02-05 23:02

    I resolved this by Deleting the Derived Data and rebuilding the project.

    1. Go to Windows > Projects
    2. Select Your Project
    3. Delete Derived Data
    4. Build your project and Run

提交回复
热议问题