0

I am trying to setup flutter xcode project with firebase, but I am not able to generate GoogleService-Info.plist as I am not able to get the bundle identifier id it is showing as in the image shared, how should I resovle it, bundle identifier is inactive here

1 Answers1

0

Go to your flutter project ... ios > Runner.xcodeproj > project.pbxproj Then search for PRODUCT_BUNDLE_IDENTIFIER and that will be it.

file path for finding project bundle identifier

Gerry
  • 1,159
  • 1
  • 14
  • 29