While trying to run our Flutter app, we get an error that says:
"The Bundle Identifier could not be determined"
In Info.plist, CFBundleIdentifier
is set to $(PRODUCT_BUNDLE_IDENTIFIER)
What could be the problem here?
Flutter version: 2.10.1 Xcode version: 13.2.1