react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

Fastlane error on >= 0.2.42

Open jeromecovington opened this issue 1 year ago • 2 comments

If I pin the package to version 0.2.41 I can successfully build under Expo. For versions >= 0.2.42 I get the following error:

❌  (node_modules/react-native-jw-media-player/ios/RNJWPlayer/RNJWPlayerView.swift:13:8)

  11 | import MediaPlayer
  12 | import React
> 13 | import GoogleCast
     |        ^ no such module 'GoogleCast'
  14 | import JWPlayerKit
  15 | 
  16 | class RNJWPlayerView : UIView, JWPlayerDelegate, JWPlayerStateDelegate, JWAdDelegate, JWCastDelegate, JWAVDelegate, JWPlayerViewDelegate, JWPlayerViewControllerDelegate, JWDRMContentKeyDataSource, AVPictureInPictureControllerDelegate {

jeromecovington avatar Jan 23 '24 20:01 jeromecovington

https://github.com/chaimPaneth/react-native-jw-media-player/blob/91a6adf065478802f5ce823c4ca22a172c457dc0/Example/ios/Podfile#L8

You have added this flag to your podfile?

StackZs avatar Jan 29 '24 09:01 StackZs

No I have left the Podfile untouched. For this project I am using the Expo build process and do not want to create any diffs to the default native code.

jeromecovington avatar Jan 30 '24 14:01 jeromecovington