If i add this line to my PROJECT-Bridging-Header.h
file
#import "Typhoon.h"
Xcode 6.1 throws this error
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
Typhoon framework is added by CocoaPods exactly like in the tutorial
I tried several thinks, but nothing helped
- Delete XCODE deriver data
- create new Project
- delete and create new bridging-header.h file