Skip to content

upgrade to 1.20.1 app can not load the flutter module and creates a new folder  #63176

@beydeng

Description

@beydeng

Flutter 1.20.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2ae3451 (29 hours ago) • 2020-08-05 19:53:19 -0700
Engine • revision c8e3b94853
Tools • Dart 2.9.0

My iOS podfile
flutter_application_path = '../flutter_module'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')

# Pods for iOSFlutterHybrid

install_all_flutter_pods(flutter_application_path)

end

as i run pod install,it will create a new folder on my app root;
like this :

flutter_module
Dany/flutter_module/.ios/Flutter/podhelper.rb (the new floder)
myiOS

it seems like my app can not find podhelper.rb in the flutter_module floder,but to the new floder;

how can i solve this problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: existing-appsIntegration with existing apps via the add-to-app flowc: regressionIt was better in the past than it is nowfound in release: 1.20Found to occur in 1.20found in release: 1.21Found to occur in 1.21has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions