Flutter 运行IOS真机,提示无法打开“****”

一、起因:

Flutter 运行IOS真机,提示无法打开"idevicesyslog"。如下图:

二、解决方法:

在终端输入以下命令行 + flutter SDK路径(/Users/xxx/flutter/bin/cache/artifacts/libimobiledevice/idevicesyslog)

sudo xattr -d com.apple.quarantine

如:

sudo xattr -d com.apple.quarantine /Users/xiaoqiang/flutter/bin/cache/artifacts/libimobiledevice/idevicesyslog

类似的问题有:

$FLUTTER_ROOT/bin/cache/artifacts/libimobiledevice/idevice_id

$FLUTTER_ROOT/bin/cache/artifacts/libimobiledevice/ideviceinfo

$FLUTTER_ROOT/bin/cache/artifacts/libimobiledevice/idevicename

$FLUTTER_ROOT/bin/cache/artifacts/libimobiledevice/idevicescreenshot

$FLUTTER_ROOT/bin/cache/artifacts/libimobiledevice/idevicesyslog

$FLUTTER_ROOT/bin/cache/artifacts/usbmuxd/iproxy

$FLUTTER_ROOT/bin/cache/artifacts/ideviceinstaller/ideviceinstaller

$FLUTTER_ROOT/bin/cache/artifacts/ios-deploy/ios-deploy

相关推荐
恋猫de小郭2 小时前
Android 限制侧载新进展,谷歌联合国内厂商推验证计划
android·前端·flutter
恋猫de小郭2 小时前
解读 Android 17 全新内存限制,有没有“豁免”后门?
android·前端·flutter
程序员老刘2 天前
跨平台开发地图 | 2026年6月
flutter·ai编程·客户端
悟空瞎说3 天前
Flutter 架构详解:新手必懂底层原理
flutter
SoaringHeart3 天前
Flutter最佳实践:IM聊天文字链接自动识别跳转
前端·flutter
恋猫de小郭3 天前
KMP / CMP 鸿蒙版本 Beta 发布,他有什么特别之处?
android·前端·flutter
风华圆舞4 天前
Flutter + 鸿蒙 Intents Kit:页面直达能力的完整接入方案
flutter·ui·华为·harmonyos
韩曙亮4 天前
【Flutter】Flutter 组件 ④ ( 组件渲染 的 三棵树理论 | Widget 树 → Element 树 → RenderObject 树 )
flutter·element·widget·renderobject
初级代码游戏4 天前
easy Photo Clean公测版:快速清理iPhone照片 邀请公测
ios·iphone
库奇噜啦呼4 天前
【iOS】RunLoop学习
学习·ios