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
Hello @krzysztofzablocki
With Xcode 10.2, compiling for and running on an iOS 12.2 device I got the following crash occurring:
objc [1138]: Swift class extensions and categories on Swift classes are not allowed to have + load methods(Lldb).
It looks like in our case removing LifetimeTracker seems to have sorted it out.
Kind Regards,
Goffredo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @krzysztofzablocki
With Xcode 10.2, compiling for and running on an iOS 12.2 device I got the following crash occurring:
It looks like in our case removing LifetimeTracker seems to have sorted it out.
Kind Regards,
Goffredo
The text was updated successfully, but these errors were encountered: