-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unowned issue #24
Comments
Thank you for reporting this, I just checked and you're right, there an error. But I couldn't get behind this on first glance, either. Very weird one indeed... |
I could also reproduce this issue and it seems to be a persistent Xcode playground issue. Should we just comment out the lines that cause the playground not to work properly? |
@fredpi Makes sense. Let's do it like that. I'm sure you'd love to post the related PR? :) |
@Dschee Of course ;) |
Hello there!
There's some error in the library's playground in those lines (317-321):
I've checked, the
text
variable is still available.I also copied the unowned file to my project and tested. Still got an error but in another place:
Not sure about the nature of this.
The text was updated successfully, but these errors were encountered: