I have recently started to update my project to start using swift 3.0. I am using xcode beta 3
I have multiple targets. A bridging header and settings were created properly for the first target when I added a first swift file under Swift Compiler - General / Objective-C Bridging header.
But the second target didn't have the settings added at all. I do not see an option to add that setting manually. I tried to add many swift file to the second target, but i never get the prompt from xcode to add the bridging header. So my second target does not let me bridge obj-c.
How do I force it or add it manually?