Following this discussion on Github, it looks like this is due to a recent change in the way Xcode 7 updates the header paths.
The suggested solution is to check Copy items if needed when importing the frame:

I can confirm that this fixes the problem. But note that you will need to re-import the framework every time you make changes and create the go code.
source share