yoonjaepark / flutter_kakao_map

Kakao Maps This is a Flutter plugin that provides a widget.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Pod Error on File Path #3

Open HuXu77 opened 3 years ago

HuXu77 commented 3 years ago

Running flutter build ios in example director results in this.

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

     #  from /Users/mitchellclay/flutter_kakao_map/example/ios/Podfile:54
     #  -------------------------------------------
     #      unless File.exist?(copied_framework_path)
     >        FileUtils.cp_r(File.join(cached_framework_dir, 'Flutter.framework'), copied_flutter_dir)
     #      end
     #  -------------------------------------------
HuXu77 commented 3 years ago

This is returning nil generated_xcode_build_settings['FLUTTER_FRAMEWORK_DIR'];