LZViewPager icon indicating copy to clipboard operation
LZViewPager copied to clipboard

App Crash when comes to LZVewPage Screen

Open Taimoor20 opened this issue 2 years ago • 1 comments

I am using this library in my project and whenever I run my app it is giving me the following error:

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x7fccc110d3e0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key dataSource.'

Taimoor20 avatar Apr 22 '22 11:04 Taimoor20

It seems that this is the error of your project itself. Generally, if your outlet is associated with the wrong object, it will have such an error. Please check it.

ladmini avatar Apr 25 '22 16:04 ladmini