chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
197 stars 92 forks source link

AirPlaying to a Non Apple device, crashes the app. #325

Open grigdodon opened 1 year ago

grigdodon commented 1 year ago

Version: 0.2.39 PLatform: iOS

AirPlaying to a Non Apple device, crashes the app. Does it do the same to others or is it just me? To note, air playing to Apple TV or to the MacBook works fine.

I get this error:

Thread 1: EXC_BREAKPOINT (code=1, subcode=0x106c6bb28)

in:

return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

Nothing else in the logger :( does anyone have any ideas what is going on?