今日份问题 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了。

相关推荐
PuddingSama19 分钟前
Android 高级绘制技巧: BlendMode
android·前端·面试
2501_9159214333 分钟前
iOS App 性能监控与优化实战 如何监控CPU、GPU、内存、帧率、耗电情况并提升用户体验(uni-app iOS开发调试必备指南)
android·ios·小程序·uni-app·iphone·webview·ux
农夫三拳_有点甜1 小时前
Flutter MaterialApp 组件属性第一章
flutter
阿笑带你学前端1 小时前
Flutter应用架构设计:基于Riverpod的状态管理最佳实践
前端·flutter
Digitally1 小时前
如何将视频从安卓手机传输到电脑?
android·智能手机·电脑
CV资深专家1 小时前
Android 相机框架的跨进程通信架构
android
前行的小黑炭1 小时前
Android :如何提升代码的扩展性,方便复制到其他项目不会粘合太多逻辑,增强你的实战经验。
android·java·kotlin
2501_915921432 小时前
前端开发工具有哪些?常用前端开发工具、前端调试工具、前端构建工具与效率提升工具对比与最佳实践
android·前端·ios·小程序·uni-app·iphone·webview
花菜会噎住2 小时前
MySQL 高级特性与性能优化:深入理解函数、视图、存储过程、触发器
android·mysql·函数·索引·视图
娅娅梨8 小时前
Android- Surface, SurfaceView, TextureView, SurfaceTexture 原理图解
android·surface