SBUChannelViewController cannot be opened in V1.2.5

,

When I try to open the SBUChannelViewController via the SBUChannelListViewController I get the following crash.
Mutating a priority from required to not on an installed constraint (or vice-versa) is not supported. You passed priority 250 and the existing priority was 1000.

This works fine in V 1.1.3 but after I update my pods it no longer works.

@Minon_Weerasinghe Would you tell us what Xcode version you are using? I don’t see any problems on sample to open up SBUChannelViewController

Xcode Version 12.0.1 (12A7300)
Could this be because I’m not directly using the SBUChannelListVC and SBUChannelVC. I inherit from these two classes because I want to inject certain properties to the VCs.

Hello @Minon_Weerasinghe,
What are the additional implementations of the class?
And, when a crash occurs, it may be helpful to inform the crash stack.

I am also facing the same issue. It works fine in the iOS 14 simulator. But when I run the same app on a physical device (with ios 12), the above error occurred. Channel list loaded successfully when you click on a particular channel, then the app is crashing with this error.

This works fine in the iOS version above 12, but in the ios version below or equal to 12 is crashing. Please update the framework.

Thanks

@Ashish_Yadav Thanks for your insight! so apparently something is not working properly under iOS 12. Have you ever try to run simulator with iOS 12?