Where to find iOS Bundle ID without xcode? (Flutter)
In the root folder of your project you probably have a file called Info.plist if you open this file in any text/code editor you can search by CFBundleIdentifier. The next line will show your Bundle ID.
Inside Runner.xcodeproj folder, open project.pbxproj
Then to search, press CTRL+F
Search for PRODUCT_BUNDLE_IDENTIFIER
You will get your ios bundle id.