0

Im adding an ad network called StartApp and I messed up my bridging header in my build settings in xcode swift. I get an error saying this. Why is this happening?

 <unknown>:0: error: bridging header '/Users/welch/Desktop/DONT DELETE/My Project/My_Project/My_Project-Bridging-Header.h' does not exist
1

2 Answers 2

1

From the build settings of your your app target find section Swift Compiler - Code Generation and delete the Objective-C Bridging Header or replace it with your new header filename.

Sign up to request clarification or add additional context in comments.

Comments

0

If your following the steps of naming your bridging header (Projectname-Bridging-Header.h->spaces replaced by '-') , then You have to make sure , pointing to the right Path of you bridging-header file in Target->Buildsettings->Objective-c bridging header ,,I mean make sure to include parent directories if any!

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.