Xcode7.1でSyphon.framework追加時にエラーが発生します。

全然、意味不明ながら以下の手順に従ってやったつもりなんですが、

1.Add the framework to your Xcode project.
The simplest way is to drag it to the Frameworks group in the project window.
Link your application with Syphon at build time.

2.Add the framework to the Link Binary With Libraries build phase of your application's target.
Copy the framework into your application's bundle.

3.Add a new Copy Files build phase to your application's target.
Select Frameworks as the destination.
Drag the Syphon framework into the build phase.

エラーメッセージは以下、

ld: framework not found Syphon
clang: error: linker command failed with exit code 1 (use -v to see invocation)
スクリーンショット1

環境はOS10.10.5です。
どうしたらコンパイルが通って実行できるでしょうか。よろしくお願いします。