ion-app-flutter
ion-app-flutter copied to clipboard
fail to create project with create command
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 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