Well, after creating a test project with a header bridge, I found out the following:
I added a .m file, Xcode suggested I create a bridge header.
I added the .h file, called it a class, and created the Obj-C class this way.
and
In the build settings, the code generation section is as follows:

The bridge file located in the following path:
ProjName / BridgHeader.h
At the same level as the .xcodeproj file exists.
BUT:
When I added the already created Obj-C class to create the project and added the header import to the header header, I could not use it:

So, I think Xcode 6 beta 2 cannot add existing files to a fast project. Has anyone encountered this problem? Reason: I do not want to embed all existing libraries that I have been developing for 5 years for the created files.
PS:
Header Title:

Nikita Pronchik
source share