美文网首页
xcode14 MonkeyDev install 失败

xcode14 MonkeyDev install 失败

作者: 王国的荣耀 | 来源:发表于2022-12-02 11:29 被阅读0次

    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
    

    分析过程:

    1. 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
    
    1. 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
    
    1. 如何能找到IDEiOSSupportCore.ideplugin这个插件?

    最终,打开xcode14,选择一个新建工程,发现MonkeyApp插件已经存在。
    哈哈,很奇怪。

    MonkeyApp

    相关参考:

    1. https://github.com/AloneMonkey/MonkeyDev/issues/331
    2. https://www.jianshu.com/p/767304005257

    相关文章

      网友评论

          本文标题:xcode14 MonkeyDev install 失败

          本文链接:https://www.haomeiwen.com/subject/jbuefdtx.html