Apple Mach-O Linker Warning - Framework Search Paths?

后端 未结 2 791
我寻月下人不归
我寻月下人不归 2021-02-19 23:08

I\'ve stumbled upon an annoying error: Apple Mach-O Linker Warning.

ld: warning: directory not found for option \'-F/Users/erik/Documents/Xcode/Hello\'

ld: warni

相关标签:
2条回答
  • 2021-02-19 23:55

    1: Open your Projects

    2: Click on Targets

    3: Click on Build Settings

    4: Click on "Framework Search Paths" or "Library Search Paths" and you should find the bogus paths listed in there, which you can delete.

    enter image description here

    0 讨论(0)
  • 2021-02-19 23:55

    I was able to solve it. Easy fix. For other stumbling upon this problem just edit the Framework Search Paths and add quotation marks to words with space.

    I.e: /Users/erik/Documents/Xcode/"Hello Friend"

    0 讨论(0)
提交回复
热议问题