I am brand new to app development and new to Flutter, so I’m setting everything up on my macbook pro. I am currently stuck on the “enabling developer code signing certificates” step. Using this documentation, I am trying to “Open the default Xcode workspace in my project: ios/Runner.xcworkspace
”, but I do not see this folder. I have tried running “flutter create .”, but the command “flutter” is not found despite having flutter installed. I appreciate any help with this!
You claim Flutter is installed, but you get “flutter: not found”? I suspect you left out some step of the installation. Go back to flutter.dev and don’t skip any steps this time. “flutter doctor -v” should work at a prompt.