xcode4 MonkeyDev 失败
Downloads sudo sh ./mondkey.sh
Password:
Downloading MonkeyDev base from Github...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3452k 0 3452k 0 0 2537k 0 --:--:-- 0:00:01 --:--:-- 2561k
Downloading Xcode templates from Github...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 306k 0 306k 0 0 153k 0 --:--:-- 0:00:02 --:--:-- 153k
Downloading frida-ios-dump from Github...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
33 9669 33 3214 0 0 41 0 0:03:55 0:01:18 0:02:37 0
33 9669 33 3214 0 0 34 0 0:04:44 0:01:32 0:03:12 0
100 9669 100 9669 0 0 95 0 0:01:41 0:01:41 --:--:-- 1620
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11727 100 11727 0 0 1400 0 0:00:08 0:00:08 --:--:-- 2886
Creating symlink to Xcode templates...
Modifying Bash personal initialization file...
File /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec not found
分析过程:
- IDEiOSSupportCore.ideplugin这个插件没有。
➜ PlugIns ls -al /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin
ls: /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin: No such file or directory
- cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns,查看对应的文件列表,无
➜ PrivatePlugIns ls
GPUDebuggerOSXSupport.ideplugin IDEOSXSupportCore.ideplugin IDEOSXSupportUI.ideplugin
cd /Applications/Xcode.app/Contents/PlugIns
➜ PlugIns ls |grep IDEiOSSupportCore
IDEiOSSupportCore.framework
- 如何能找到IDEiOSSupportCore.ideplugin这个插件?
最终,打开xcode14,选择一个新建工程,发现MonkeyApp插件已经存在。
哈哈,很奇怪。
相关参考:
网友评论