Apple Mach-O Linker Warning - Framework Search Paths?

后端 未结 2 838
我寻月下人不归
我寻月下人不归 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

    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"

提交回复
热议问题