ion-app-flutter icon indicating copy to clipboard operation
ion-app-flutter copied to clipboard

fail to create project with create command

Open codelivehe opened this issue 4 years ago • 1 comments

Your environment.

  • Version: Release or SHA
  • Browser: include version
  • Other Information - failed to create the ios project with the "create" command

What did you do?

the error like following: IOError: [Errno 2] No such file or directory: '../ios/Runner/Info.plist' Traceback (most recent call last):

What did you expect?

it need to create the info.plist file by myself? thanks

What happened?

codelivehe avatar Feb 09 '21 06:02 codelivehe

@codelivehe On line 20 in project_tools.sh change to: flutter create --android-language java --ios-language objc --project-name $FLUTTER_APP_PROJECT_NAME --org $FLUTTER_APP_ORG .

and on line 40 of the same file change to: python add-line.py -i ../android/app/build.gradle -s 'minSdkVersion 16' -t 'minSdkVersion 21' -r

vidman22 avatar Mar 28 '21 21:03 vidman22