Xcode 6 / Beta 4: using bridging headers with framework targets is unsupported
As the error states, bridging headers are not allowed in Frameworks. The Importing Code from Within the Same Framework Target section of the Mix & Match apple documentation hints at this. As they say, you need to “In your umbrella header file, import every Objective-C header you want to expose to Swift”. However, I discovered … Read more