I am new to Flutter so maybe I am doing something wrong or missing something.
I am using MacOS.
Whenever I have to start a new Flutter project, I launch terminal and type:
flutter create my_project_name
Once done, I have open the my_project_name/iOS/Runner.xcworkspace in Xcode and manually change the bundle ID as well as set the Signing & Capabilitie team to my Apple Developer account name.
Is there a way to skip the extra steps? Aka is there a way to specify the bundle ID and the Signing & Capabilitie team in terminal itself when creating the flutter project?
You can specify the org name and project name like this
flutter create --org com.somename yourapp
this will result in bundle id com.somename.yourapp For more you can check flutter create -h It will display all possible parameters. Not sure if you can set the developer identity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With