After updating to CocoaPods 0.36.x, I am unable to add imports into my Bridging-Header.h file. I get the \"DBSphereView.h file not found\".
The file is indeed presen
In Project > Build Settings > Search Paths > Header Search Paths
Add:
"${PODS_ROOT}/Headers/Public/[Name of folder which pod files are contained in]"
Do that for every pod you installed