mac软件:微信双开,一步到位

栏目: IOS · 发布时间: 7年前

内容简介:Xcode软件安装首先,现在 Terminal (mac上面叫终端)中拉取最新的源码:然后在源码目录中进行编译:

Xcode软件安装

首先,现在 Terminal (mac上面叫终端)中拉取最新的源码:

git clone https://github.com/Sunnyyoung/WeChatTweak-macOS.git
复制代码

然后在源码目录中进行编译:

cd WeChatTweak-macOS
sudo make install
复制代码

编译完成后重启微信即可启用插件。

如果微信升级,可能出现

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun.
复制代码

莫方,执行以下命令即可。

xcode-select --install
复制代码

然后运行:

mac软件:微信双开,一步到位

还没解决,再执行:

sudo xcode-select -switch /

复制代码

以上所述就是小编给大家介绍的《mac软件:微信双开,一步到位》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Pragmatic Thinking and Learning

Pragmatic Thinking and Learning

Andy Hunt / The Pragmatic Bookshelf / 2008 / USD 34.95

In this title: together we'll journey together through bits of cognitive and neuroscience, learning and behavioral theory; you'll discover some surprising aspects of how our brains work; and, see how ......一起来看看 《Pragmatic Thinking and Learning》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具