Closed KestasVenslauskas closed 1 year ago
Thanks for reporting. I will check this out.
@KestasVenslauskas I am not able to reproduce your issue.
The reason why you can only see this issue on v1.6.1 is that we introduce the usage of the MultiplatformDRMConfiguration on the iOS bridge in that release. Our react-native-theoplayer package depends on the THEOplayerSDK-basic as you can see in your node_modules/react-native-theoplayer/react-native-theoplayer.podspec:
s.dependency "THEOplayerSDK-basic"
After a pod install, you should currently get a 4.2.0 THEOplayer pod. You can verify in
[your project]/ios/Pods/THEOplayerSDK-basic/Frameworks/THEOplayerSDK-basic/THEOplayerSDK.xcframework/ios-arm64/THEOplayerSDK.framework/info.plist
that should contain
CFBundleShortVersionString = "4.2.0";
If not, make sure to update your pod repo with pod repo update
@KestasVenslauskas , any update on this from your side?
I'm getting build errors while updating from 1.2.0 to 1.6.1
EDIT: Just checked 1.6.0 works fine.