Add a new file to Xcode (File > New > File), then select “Source” and click
“Header File“.
Name your file “YourProjectName-Bridging-Header.h”. Example: In my app Station, the file is named “Station-Bridging-Header”.
Create the file.
Navigate to your project build settings ...