You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
Your environment.
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?
The text was updated successfully, but these errors were encountered: