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

相关推荐
CocoaKier27 分钟前
Facebook登录的这条红色警告,我终于搞明白了,真是反人类设计!
ios·facebook
千逐683 小时前
React Native 性能优化深度解析:从原理到实战
flutter·华为·鸿蒙
帅次5 小时前
Android 高级工程师面试:Flutter Widget 体系 近1年高频追问 20 题
android·flutter·面试·element·widget·setstate·renderobject
沐风___8 小时前
iOS 崩溃收集实战:从「只看到次数、看不到原因」到 Sentry 完整集成
ios·sentry
listening7778 小时前
HarmonyOS 6.1 跨端实战:用ArkUI-X把电商App同时跑在Android/iOS上
android·ios·harmonyos
浮江雾9 小时前
Flutter第四节------核心概念学习笔记:从基础语法到异步编程
linux·服务器·开发语言·笔记·flutter·入门·基础
Tyler_19 小时前
iOS PlayWright mcp server
前端·ios·ai编程
心中有国也有家10 小时前
AtomGit Flutter 鸿蒙客户端:Flutter 鸿蒙应用的错误处理与优雅降级策略
学习·flutter·华为·harmonyos
心中有国也有家1 天前
AtomGit Flutter 鸿蒙客户端: ChangeNotifier 模式
学习·flutter·华为·harmonyos
浮江雾1 天前
Flutter第三节----Dart中的数据类型
android·开发语言·学习·flutter·入门·函数