-
Notifications
You must be signed in to change notification settings - Fork 240
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
OS X crash. #136
Comments
I'm unable to reproduce this. I have the same Xcode and PocketSVG versions, tried running the Are you getting the same crash when running |
closing due to inactivity. feel free to reopen. |
Again, I'm unable to reproduce this. Can you reproduce it from a clean clone of the project? |
I also experience this issue, even with a clean clone. It gets fixed, if you change the order of these lines. I use XCode 10.1 on OS X 10.14. |
@gabor-nemeth @VladislavShchegolev I am able to reproduce it now. I'm submitting a PR with the fix, you're welcome to review and comment: |
closed via #149 |
Steps to reproduce the issue
let svgImageView = SVGImageView()
From the crash report:
Crashing on exception: Views must return a valid layer from -makeBackingLayer.
Specifications
The text was updated successfully, but these errors were encountered: