It works for one target but not the other. I have looked at build settings to see where this file is set but I can't find it.
#import "Wunder-Swift.h"
This gets me the error "file not found". I have no idea where to set this.
It works for one target but not the other. I have looked at build settings to see where this file is set but I can't find it.
#import "Wunder-Swift.h"
This gets me the error "file not found". I have no idea where to set this.
Wunder-Swift.h file can be found in Target -> Build Settings -> Objective-c Bridging Header.
Or you can search for "swift", it will show you.
If Wunder-Swift.h is not added in your project then just add a new Objective-C file, it will show an option to add a Bridging-Header file and automatically set your bridge file path.