Brightcove library keeps crashing the application

354 Views Asked by At

I have implemented the brightcove library 4.2.1 in my iOS App.

My application is crashing over line:

self.player = [[BCOVPlayerSDKManager sharedManager] createPlaybackControllerWithViewStrategy:nil];

Error:

[BCOVBasicPlaybackController BCOV_rac_valuesForKeyPath:observer:]: unrecognized selector sent to instance 0x7b394890

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[BCOVBasicPlaybackController BCOV_rac_valuesForKeyPath:observer:]: unrecognized selector sent to instance 0x7b394890'

Any idea what's the problem?

1

There are 1 best solutions below

1
On BEST ANSWER

Add -ObjC in other Linker flags