Xcode 7 Warning – directory not found for option – iPhoneSimulator9.0.sdk

xcodexcode7

I have got this warning when upgrade my project:

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

How can I fix this issue?

I have cleaned the project but the warning still occurs.

Best Answer

I recently upgraded my project as well and ran into the same thing. This fixed it for me:

https://stackoverflow.com/a/32620919/3279011

Note that you need to edit the properties of the test-project, not your main one (that's what took me a while to process).