'ld: warning: directory not found for option' warning appears when I run my Xcode project.

I have an Xcode project, created on Xcode 6.4 with Swift 1.2, and then updated to Xcode 7.1 with Swift 2.1, which works fine as it should when run, apart from one thing. Every time I run my project, I get a warning telling me:

'ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.1.sdk/Developer/Library/Frameworks''

I have tried many troubleshooting steps I have found on other forum threads, but none of them seem to resolve the issue. I have tried checking search paths in build settings, but I can't find anything in that section other than 'Always search user paths' and its submenu.


Thanks in advance.

I have exactly the same issue. It seems all my upgraded projects behave this way. Any help would be much appreciated.

Qlogic's post here solved this for me.

https://forums.developer.apple.com/thread/3729

'ld: warning: directory not found for option' warning appears when I run my Xcode project.
 
 
Q