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
I've added Drawer via SPM in Xcode 13 beta. I can't import the library:
From the syntax highlighting it seems that Xcode does import the library anyway, because it's fine with this:
Drawer(heights: [100, 340]) { ... }
I've already cleaned, quit Xcode, deleted derived data, etc.
The text was updated successfully, but these errors were encountered:
Have you tried it on Xcode 13.1 yet?
Sorry, something went wrong.
Well Xcode eventually magically started working again, as it often does...
No branches or pull requests
I've added Drawer via SPM in Xcode 13 beta. I can't import the library:
From the syntax highlighting it seems that Xcode does import the library anyway, because it's fine with this:
I've already cleaned, quit Xcode, deleted derived data, etc.
The text was updated successfully, but these errors were encountered: