-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Description
$ git clone https://github.com/cloudwebrtc/flutter-webrtc-demo
$ cd flutter-webrtc-demo
$ open -a Simulator
$ flutter packages get
$ flutter run
Then I got this error message.
[!] Invalid `Podfile` file: no implicit conversion of nil into String.
# from /Users/pebblarmbp/git/flutter-webrtc-demo/ios/Podfile:54
# -------------------------------------------
# unless File.exist?(copied_framework_path)
> FileUtils.cp_r(File.join(cached_framework_dir, 'Flutter.framework'), copied_flutter_dir)
# end
# -------------------------------------------
It's look like pod install cannot work.
My PC environment is
XCode Version 12.5 (12E262)
macOS Big Sur (Version 11.3.1)
Flutter environment
$ flutter --version
Flutter 2.0.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 1d9032c7e1 (10 days ago) • 2021-04-29 17:37:58 -0700
Engine • revision 05e680e202
Tools • Dart 2.12.3
Metadata
Metadata
Assignees
Labels
No labels
