How to make framework visible to bridging header

https://i.stack.imgur.com/vQHY1.png


I'm doing an online tutorial in Swift and iOS, and one exercise is to incorporate google ads in a trivial application. To do this I had to download and add the GoogleMobileAds framework, and since GoogleMobileAds is in Obj-C I needed a bridging header.

But the bridging header can't see it.


This is with Xcode 9, beta 6 (9M214v).


But it all works nicely in the tutorial which was made a year or so ago.


Any ideas?