📜  flutter real device ios vscode - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:24.405000             🧑  作者: Mango

代码示例1
// https://medium.com/front-end-weekly/how-to-test-your-flutter-ios-app-on-your-ios-device-75924bfd75a8

If using an IDE (vscode, android studio):
- Locate the `cache` folder where flutter is installed. 
  It is under the `bin` file: `flutter/bin/cache`
- Delete it (using `rm -rf` or something else)
- Reinstall flutter packages: `flutter doctor -v`

// https://stackoverflow.com/a/58952182/12624093