jg-l / justBreathe

A minimal meditation app made with Flutter
https://justbreathe.lising.ca
BSD 3-Clause "New" or "Revised" License
48 stars 15 forks source link

Getting error on the Flutter 2 #1

Open dev4jam opened 3 years ago

dev4jam commented 3 years ago

upgraded flutter to the latest stable (v2) and ran "flutter clean". When I'm trying to build iOS app I'm getting:

[!] Invalid Podfile file: no implicit conversion of nil into String.

from /Users/dmitry/Downloads/justBreathe-master/ios/Podfile:57

 #  -------------------------------------------
 #      unless File.exist?(copied_framework_path)
 >        FileUtils.cp_r(File.join(cached_framework_dir, 'Flutter.framework'), copied_flutter_dir)
 #      end
 #  -------------------------------------------
jg-l commented 3 years ago

Will upgrade the entire package to latest stable soon (2.2)