Open fanlisheng opened 1 day ago
https://docs.flutter.dev/add-to-app/ios/project-setup/
https://github.com/flutter/website/tree/main/src/content/add-to-app/ios/project-setup.md
target 'MyApp' do install_all_flutter_pods(flutter_application_path) end
pod install
Invalid Podfile file: undefined method `flutter_relative_path_from_podfile' for # Did you mean? flutter_ios_podfile_setup.
Podfile
No response
\cc @hellohuanlin @loic-sharma
Page URL
https://docs.flutter.dev/add-to-app/ios/project-setup/
Page source
https://github.com/flutter/website/tree/main/src/content/add-to-app/ios/project-setup.md
Describe the problem
target 'MyApp' do install_all_flutter_pods(flutter_application_path) end
pod install
Invalid
Did you mean? flutter_ios_podfile_setup.
Podfile
file: undefined method `flutter_relative_path_from_podfile' for #Expected fix
No response
Additional context
No response
I would like to fix this problem.