ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks'と警告が出る場合の対処方法。
1. Targets -> xxxTests(テスト用のBuild Settings) を開く。
2. Search Paths -> Framework Search Paths で、
$(SDKROOT)/Developer/Library/Frameworksを削除する。
本警告表示はXcode6以前で作成したプロジェクトで起きることがある。本来のビルドターゲットではないTest用のBuild Settingsにて、Xcode7では存在しない
iphoneos/Developer/Library/Frameworksが定義されているのが要因。
参考記事;
http://stackoverflow.com/questions/30810874/getting-framework-related-warning-in-xcode-7-0