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

相关推荐
蜡台15 小时前
Flutter 环境搭建 Dart配置
flutter·dart
AI云海17 小时前
iOS 多 Target 打包、UAT/生产测试与上架 App Store 全流程指南
ios
阿里超级工程师18 小时前
最新快速申请ios打包证书和profile文件步骤
ios·打包证书
落叶飘飘s1 天前
餐饮服务与软件创新的融合:解析海底捞 APP 的 Flutter 鸿蒙开发之路
flutter·华为·harmonyos
2501_915909061 天前
iOS 应用反调试技详解术 检测调试器的原理与防护实践
android·ios·小程序·https·uni-app·iphone·webview
游戏开发爱好者81 天前
TraceEagle 代理抓包详解,无感代理、去证书绑定与 HTTP/3 解密能力解析
网络协议·计算机网络·网络安全·ios·adb·https·udp
aiopencode1 天前
SwiftUI Introspect生产环境完全指南:为什么它是安全可靠的选择
后端·ios
for_ever_love__1 天前
iOS: 网络管理单例
学习·ios·objective-c
00后程序员张1 天前
iOS加固技术路线全面解析:Bitcode模式、源码模式与汇编模式对比及爱加密优势
android·汇编·ios·小程序·uni-app·cocoa·iphone
起司喵喵1 天前
Flutter-MacOS桌面OS系统|flutter.+window_manager客户端OS模板
flutter·macos·策略模式