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

相关推荐
懋学的前端攻城狮2 小时前
自定义导航栏的深度实践:从视觉需求到架构设计
ios
2601_949593652 小时前
Flutter_OpenHarmony_三方库_fluttertoast消息提示适配详解
flutter
seabirdssss2 小时前
Flutter 开发环境配置
android·windows·flutter·adb
2601_949593653 小时前
Flutter_OpenHarmony_三方库_webview_flutter网页内容嵌入与交互适配详解
flutter·harmonyos
2501_916007473 小时前
从零开始学习iOS开发:Xcode环境配置与项目创建完整指南
ide·vscode·学习·ios·个人开发·xcode·敏捷流程
tangweiguo030519873 小时前
Flutter 分页缓存实战:基于 Riverpod 的 SWR 策略实现
flutter
平淡风云4 小时前
Copying shared cache symbols from xxx iPhone
ios·iphone·xcode
Ww.xh5 小时前
鸿蒙Flutter混合开发实战:跨平台UI无缝集成
flutter·华为·harmonyos
SoulRed5 小时前
Android Studio 调试flutter gradle的问题
android·flutter·android studio
blanks20205 小时前
为 Zed 编辑器 添加 flutter dart snippets
前端·flutter