今日份问题 android Studio跑不起来纯flutter

Could not run build/ios/iphoneos/Runner.app on 00008101-00121C143420001E.

Try launching Xcode and selecting "Product > Run" to fix the problem:

open ios/Runner.xcworkspace

笔者为了和安卓队友保持一致,同步flutter版本

这个版本是无法在Android studio跑起来纯flutter。折衷办法就是Xcode运行.ios的runner,或者升级flutter到3.13以上版本,但是团队开发为了避免其他问题暂时不考虑,先用iOS17以下机型debug了。

相关推荐
hashiqimiya3 分钟前
android studio向左向右滑动页面
android studio
小镇学者6 小时前
【PHP】导入excel 报错Trying to access array offset on value of type int
android·php·excel
一笑的小酒馆9 小时前
Android11 Launcher3去掉抽屉改为单层
android
AD钙奶-lalala10 小时前
在 macOS 上搭建 Flutter 开发环境
flutter·macos
louisgeek11 小时前
Git 根据不同目录设置不同账号
android
qq_3909347412 小时前
MySQL中的系统库(简介、performance_schema)
android·数据库·mysql
whysqwhw13 小时前
Kotlin Flow 实现响应式编程指南
android
二流小码农13 小时前
鸿蒙开发:一文了解桌面卡片
android·ios·harmonyos
每次的天空13 小时前
Android第十七次面试总结(Java数据结构)
android·java·面试
梁同学与Android13 小时前
Android --- Handler的用法,子线程中怎么切线程进行更新UI
android·handler·子线程更新ui·切换到主线程