Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fastlane error on >= 0.2.42 #338

Open
jeromecovington opened this issue Jan 23, 2024 · 2 comments
Open

Fastlane error on >= 0.2.42 #338

jeromecovington opened this issue Jan 23, 2024 · 2 comments

Comments

@jeromecovington
Copy link

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 {
@StackZs
Copy link

StackZs commented Jan 29, 2024

$RNJWPlayerUseGoogleCast = true

You have added this flag to your podfile?

@jeromecovington
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants