Hello,
We have an iOS app which is using the JWPlayer SDK.
Recently, I tried adding the Ooyala SDK to our project, and ran into a duplicate symbol error.
Is this a known issue? It appears that the symbol "_PLAYABLE_KEY" are defined in both frameworks, which breaks the build.
Here's the compiler error:
duplicate symbol _PLAYABLE_KEY in:
/Users/jpepas/github/flocasts/ios/projects/FloSports/Pods/JWPlayer-SDK/libJWPlayer-iOS-SDK.a(JWAVPlayerHandler.o)
/Users/jpepas/github/flocasts/ios/projects/FloSports/OoyalaSDK.framework/OoyalaSDK(OOBaseStreamPlayer.o)
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
↧