Another Solution is to:
Select Project -> Target -> Build phase -> Compile source -> search for the file which is mentioned in the 3rd last error line (In your case BFAppLinkReturnToRefererView.o).
Then you will see either 1 or 2 files in search result.
Remove one of them and compile again. It should recompile now because there is only one file left and no more conflicts for build.
If that doesnt work the file probably has errors in it and you should remove all of them and then recompile. It should work again.