We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I've issues with this useful plugin in ios9. The build is successful but when I run the app I get this error and the app is unresponsive:
2015-09-22 11:15:28.009 XXXXXXXX[2419:1196806] *** Assertion failure in -[UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3505.16/UIApplication.m:1697 2015-09-22 11:15:28.010 XXXXXXXX[2419:1196806] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'accessing _cachedSystemAnimationFence requires the main thread' *** First throw call stack: (0x182b48f5c 0x19764bf80 0x182b48e2c 0x183a37f3c 0x18833b0e8 0x18838cdf4 0x18815e47c 0x1880a6790 0x1880a3448 0x1000907b8 0x100199d70 0x100199d30 0x1001a8f38 0x1001a8600 0x198059478 0x198059028) libc++abi.dylib: terminating with uncaught exception of type NSException
The error is in TapToScroll.m: [overlay setHidden:NO];
The text was updated successfully, but these errors were encountered:
Same issue here too.
Sorry, something went wrong.
No branches or pull requests
Hi
I've issues with this useful plugin in ios9.
The build is successful but when I run the app I get this error and the app is unresponsive:
2015-09-22 11:15:28.009 XXXXXXXX[2419:1196806] *** Assertion failure in -[UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3505.16/UIApplication.m:1697
2015-09-22 11:15:28.010 XXXXXXXX[2419:1196806] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'accessing _cachedSystemAnimationFence requires the main thread'
*** First throw call stack:
(0x182b48f5c 0x19764bf80 0x182b48e2c 0x183a37f3c 0x18833b0e8 0x18838cdf4 0x18815e47c 0x1880a6790 0x1880a3448 0x1000907b8 0x100199d70 0x100199d30 0x1001a8f38 0x1001a8600 0x198059478 0x198059028)
libc++abi.dylib: terminating with uncaught exception of type NSException
The error is in TapToScroll.m:
[overlay setHidden:NO];
The text was updated successfully, but these errors were encountered: