fvm icon indicating copy to clipboard operation
fvm copied to clipboard

[BUG] On mac device where fvm and flutter are at the same time pod install error

Open azaderdogan opened this issue 3 years ago • 0 comments

If you're running pod install manually, make sure flutter pub get is executed first.

 If you're running pod install manually, make sure flutter pub get is executed first.

 #  from /Users/azaderdogan/FlutterProjects/barissarikaya/petrosmobile/ios/Podfile:16
 #  -------------------------------------------
 #    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
 #  -------------------------------------------

azaderdogan avatar Sep 22 '22 13:09 azaderdogan