Linker command failed with exit code 1 error in Xcode project

后端 未结 21 3138
死守一世寂寞
死守一世寂寞 2021-02-13 06:44

I was working on my project and suddenly after editing the code and compiling gave this error:

ld: warning: directory not found for option \'-
L/Use

21条回答
  •  旧巷少年郎
    2021-02-13 07:24

    The only way we can get past this bug on our project is to do a Clean and then build for iPad Retina. After that it will build successfully for any device. Weird.

提交回复
热议问题