如题,有没有大佬安装上的?现在打开跳两下就没然后了.
1
dream10201 OP 目前知道一种方法是在低版本上安装好后直接复制过来就可以用了,可惜我只有这一台,继续寻找可以直接安装的方法
|
2
dream10201 OP 没人知道么。。。。
|
3
dream10201 OP 已经解决了,解决方案:win 电脑虚拟机安装 10.14 ,然后安装 ida7.0,拷贝过来,打上补丁
|
4
soxfmr 2019-11-20 14:27:53 +08:00
安装的时候会运行 ./installbuilder.sh 脚本,这个脚本最终会调用 osx-intel 进行安装,运行的时候出错了,应该就是这个问题导致:
$ ./osx-intel zsh: bad CPU type in executable: ./osx-intel 具体原因还在探索中... |
5
dream10201 OP @soxfmr 修改脚本,直接跳过 osx-intel 呢?
|
6
soxfmr 2019-11-20 18:22:52 +08:00
确认了一下,错误应该是程序架构( Arch )问题,发现 osx-intel 是 32 位的可执行文件:
$ file osx-intel osx-intel: Mach-O executable i386 然后 Catalina 终止了对 32 位可执行程序的兼容( https://support.apple.com/en-us/HT208436 ): Apple's transition to 64-bit technology is now complete. Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you have a 32-bit app, please check with the app developer for a 64-bit version. |
7
dream10201 OP @soxfmr 那没办法了,只能用绿色版本了
|
8
zcode 2019-11-28 10:03:01 +08:00
@dream10201 我也遇到这个问题了,你的能否发我一份?
|
9
dream10201 OP @zcode 安个虚拟机吧,别人发的也不安全不是?
|
10
hzzheyang 2019-12-10 11:55:37 +08:00
@dream10201 win 电脑虚拟机安装 10.14 。请问是在 windows 上的虚拟机上安装 macos10.14 吗,还是在 macos 的虚拟机——windows 上安装
|
11
dream10201 OP @hzzheyang 都一样,下个虚拟机软件,安装 macos10.14 就行了,至于本机什么系统无所谓
|