Over on https://github.com/brion/OGVKit/issues/133 it seems that CocoaPods doesn't like to mix static libraries with dynamic frameworks... and the only way to do pod modules for Swift is as dynamic frameworks... so if you want Swift in your app, everything explodes when we try to link in the VPX static framework.
Need to retool the upstream build script to produce a dynamic library instead of a static one.
Over on https://github.com/brion/OGVKit/issues/133 it seems that CocoaPods doesn't like to mix static libraries with dynamic frameworks... and the only way to do pod modules for Swift is as dynamic frameworks... so if you want Swift in your app, everything explodes when we try to link in the VPX static framework.
Need to retool the upstream build script to produce a dynamic library instead of a static one.