Linker command failed with exit code 1 error in Xcode project

后端 未结 21 3137
死守一世寂寞
死守一世寂寞 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:16

    Check playSiew.m is in Compile Sources section. isn't it?

    You can find Compile Sources section follow this step

    1. Select YourProjectName
    2. Select TARGETS
    3. Select Build Phases

    If don't have playSiew.m in this section . You must to add it to this section.

提交回复
热议问题