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

前端 未结 9 2024
名媛妹妹
名媛妹妹 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:50

    I got this fixed by selecting the Tests target and searching for Bundle Loader in Build Settings and changing the product name in that path. I got this error because I have changed the Product name. The Bundle loader has the old product name in the path, so it searches for that path.

提交回复
热议问题