"Objective-C Bridging Header" entry in Build Settings does not appear in Xcode 8.3
build-settings, ios, objective-c, swift, xcode8
Solution
In Build Setting choose "all" instead of "basic"
Problem
I need to add some `Objective-C` files of a library to my project, and I created the `MyProject-Bridging-Header.h` file myself. But now I'm not able to set its path because in the project's Build Settings I don't find the `Objective-C Bridging Header` entry. Is somebody else experiencing the same? How could I solve this?