I have created a manual bridging-header using these these instructions. However, my project name has a space in it. I get the following error when compiling:
Bridging header '/Word-Word/Word-Word-Bridging-Header.h' does not exist
Here is what I have put under the bridging-header section in the project's build settings:
/Word-Word/Word-Word-Bridging-Header.h
How can I get the correct file path? Thanks!