随笔分类 -  Flutter

摘要:终端列出你安装的所有可用的设备xcrun instruments s 或 xcrun simctl list启动方式一: 先启动模拟器:open a Simulator,这时会以默认的iOS系统 版本启动; 启动iOS系统:xcrun simctl boot “第一步simctl列表中的模拟器名” 阅读全文
posted @ 2019-08-30 10:46 korea 阅读(7911) 评论(0) 推荐(0)
摘要:1. vim ~/.base_profile2. 如下export PATH=/Users/korea/Desktop/development/flutter/bin:$PATHexport PUB_HOSTED_URL=https://pub.flutter io.cnexport FLUTTER 阅读全文
posted @ 2019-08-29 14:46 korea 阅读(184) 评论(0) 推荐(0)