I've aded bridging header, specified in build settings the full path to it, bridging header was created automatically. After this, i've included my obj-c header files in it. But every attempt of calling constructor of object fails : "Use of undeclared identifier".
The list of things i've done :
- Created .m file and Xcode proposed to create bridging header
- Added obj-c files to project and imported them in header
- In build setting provided the FULL path to bridging header file
- Used Obj-C type in code... But it doesn't builds.
- Then, i provided not the full path to the header, but the path from the folder in which project is - no result.
I double-checked all the steps according to apple documentation, but no result. Why? Any help would be appreciated.