THEOplayer / react-native-theoplayer

A React Native THEOplayerView component
https://theoplayer.github.io/react-native-theoplayer/
MIT License
64 stars 21 forks source link

v1.6.1 iOS build error #46

Closed KestasVenslauskas closed 1 year ago

KestasVenslauskas commented 2 years ago

I'm getting build errors while updating from 1.2.0 to 1.6.1

EDIT: Just checked 1.6.0 works fine.

Screenshot at Oct 26 22-07-26
wvanhaevre commented 2 years ago

Thanks for reporting. I will check this out.

wvanhaevre commented 2 years ago

@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

tvanlaerhoven commented 1 year ago

@KestasVenslauskas , any update on this from your side?