Skip to content
Discussion options

You must be logged in to vote

UPD. Looks like I fixed the issue for myself.
If I understand everything correctly, we should not add any Flutterfire dependencies in Podfile manually. Instead, the Podfile script should look like this:

ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
  'Debug' => :debug,
  'Profile' => :release,
  'Release' => :release,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  unless File.exist?(generated_xcode_build_settings_path)
    raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
  end

  File.foreac…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yurijdvornyk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants