-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
RightToLeft.swift line 12 specialized static RightToLeft.isRightToLeft(UIView) -> Bool #67
Comments
Thanks for reporting. There are two things at line 12: Both are introduced in iOS 9, according to documentation. I wonder what is causing them to crash? |
I've just tested the demo app in iOS 9.3 simulator - these functions were called without crash. Do you have any other information for that crash (call stack, error message etc.)? |
Hi, I was very surprised too because I've been using your library without issues for more than a year. I do have stack traces. Here is one example. Date: 2017-07-21T03:04:00Z #0. Crashed: com.twitter.crashlytics.ios.exception -- Fatal Exception: NSInvalidArgumentException #0. Crashed: com.twitter.crashlytics.ios.exception #1. com.apple.libdispatch-manager #2. Thread #3. Thread #4. Thread #5. Thread #6. Thread #7. com.apple.NSURLConnectionLoader #8. com.apple.CFSocket.private #9. Thread #10. Thread #11. com.twitter.crashlytics.ios.MachExceptionServer #12. Thread #13. com.google.fira.worker #14. GAIThread #15. com.apple.coremedia.player.async #16. AVAudioSession Notify Thread #17. com.apple.coremedia.player.remote #18. Thread #19. AFNetworking |
Thank you for the information. It does look like it is crashing there with |
Crashlytics has been giving some crashes in the following line for iOS 9 only:
RightToLeft.swift line 12
specialized static RightToLeft.isRightToLeft(UIView) -> Bool
This started around a month ago.
Any ideas??
Thanks!
The text was updated successfully, but these errors were encountered: