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
Version 11.2.1 (11B53) Device: iPhone 11 and iPhone Pro Max Simulator Version: 0.0.3
// // ContentView.swift import Burritos // No such module 'Burritos' import SwiftUI struct ContentView: View { @LateInit test: String var body: some View { Text("Hello, World!") } } struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } }
The module does not load and I cannot use any of the features.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Sorry, something went wrong.
You need to import the particular wrapper you're interested in, like import LateInit instead of import Burritos. I bet that confuses everyone.
import LateInit
import Burritos
No branches or pull requests
Version 11.2.1 (11B53)
Device: iPhone 11 and iPhone Pro Max Simulator
Version: 0.0.3
The module does not load and I cannot use any of the features.
The text was updated successfully, but these errors were encountered: