We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Running flutter build ios in example director results in this.
flutter build ios
[!] 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 # -------------------------------------------
The text was updated successfully, but these errors were encountered:
This is returning nil generated_xcode_build_settings['FLUTTER_FRAMEWORK_DIR'];
generated_xcode_build_settings['FLUTTER_FRAMEWORK_DIR'];
Sorry, something went wrong.
No branches or pull requests
Running
flutter build ios
in example director results in this.The text was updated successfully, but these errors were encountered: