Link error /Build/Products/Debug-iphonesimulator file not found

前端 未结 9 2034
名媛妹妹
名媛妹妹 2021-02-18 18:22

I have problem with Xcode, keeps giving me a linker error, and it doesn\'t build the project. The following is the error am getting

ld: file not found:

9条回答
  •  梦谈多话
    2021-02-18 18:47

    As some of the fellow developers have mentioned here, the root cause of the error was "Change in Product Name". I fixed it by :

    1. Go to [project]Tests -> general

    2. Select Host Application

    Credits : https://stackoverflow.com/a/28906400/2164029

提交回复
热议问题