bvibber / VPX-iOS

Local builds of libvpx for iOS
2 stars 4 forks source link

Retool as a dynamic framework (iOS 8+) for better Swift compatibility #2

Open bvibber opened 9 years ago

bvibber commented 9 years ago

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.

bvibber commented 9 years ago

Filed issue upstream: https://bugs.chromium.org/p/webm/issues/detail?id=1092

Will try to whip up a patch.

bvibber commented 9 years ago

ok seems working as of 3499c42193 -- will retool the build scripts further to upstream them...