Step 1 : Select the ios folder
- In the Android Studio Project panel , locate the ios folder under your Flutter project.
Step 2 : Navigate to Tools > Flutter
- On the top menu bar, go to: Tools → Flutter → Open iOS/macOS module in Xcode
Step 3 : Xcode Opens Automatically
- This will launch Xcode, opening your Flutter project's iOS module.
- From there, you can configure signing, capabilities, launch screen, etc.
Find iOS Bundle Identifier in Xcode
- Open the ios module in Xcode (as shown earlier).
- Select the Runner project from the left panel.
- Choose the Signing & Capabilities tab.
- Locate the Bundle Identifier field.
- Find the bundle ID to your desired format, e.g.: com.yourcompany.yourappname
- Wow, We get the Bundle Identifier.