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

后端 未结 7 2013
迷失自我
迷失自我 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:14

    Real Issue

    After changing the PRODUCT_NAME (as seen in the question) the erroneous reference to Host Application is the real cause of the issue.

    Just select your Tests-Target and under the General-Tab select your updated Host Application.

    Afterwards, building the project will work.

提交回复
热议问题