I updated a Swift library (updating .swift files and adding new .swift files to my project)but in doing so the old bridge header is not found, and Xcode 8.3.3. doesn't prompt to create a new one.
This article shows the window with the button "create bridging header": http://pinkstone.co.uk/how-to-use-swift-classes-in-objective-c/
Any ideas?
My #import "app-Swift.h"
isn't found after adding the new files. Nor can I right click and go to definition.