Mac安装软件时各种异常情况的解决方法

1、解决MAC安装软件时提示“xxx.app 显示已损坏”的方法

给大家找了一个图文教程,辛苦兄弟们挪步点这里了解,点击查看解决办法

2、提示程序含有恶意代码或者已经打开所有来源还是提示扔到垃圾桶

基本上在11以后的系统上必备命令行,具体报错图如下

Mac安装软件时各种异常情况的解决方法

解决方法:在终端输入 xattr -r -d com.apple.quarantine 加上程序的App绝对路径,App建议直接拖放到终端,会自动填写路径,比如QQ,最终应该是这样的一个终端命令

xattr -r -d com.apple.quarantine /Applications/QQ.app(/Applications/QQ.app 前面有一个空格)

3、Mac SIP系统完整性保护关闭和开启方法:

  • 重启电脑,在重启的过程中按住 Command + R 组合键进入到系统恢复工具界面,然后点击“实用工具”选项卡中的“终端”。
  • 进入终端以后,在终端我们需要输入“csrutil disable”这条命令,按下回车,看到下面的提示成功以后我们就解除系统的权限控制了。
  • 关闭了系统的保护程序毕竟不是很安全的事情,所以当我们完成关闭保护的需求之后还是需要将保护程序再次打开的。同样的方式重启电脑,然后按住 Command+R 进入到恢复工具界面,打开终端,在终端中输入“csrutil enable”回车即可打开保护。然后重启电脑,就好了。

 

-------------------- 我是分割线(以下内容为 2022 年以前错误,现在很难遇到了)--------------------

 

4、Mac安装软件时提示“the installation cannot continue as”

这种错误常见于10.15以后的系统中安装Adobe系列软件时候出现

解决方法如下:

  1. 双击打开dmg安装包
  2. 在 install.app 上右键,选择 显示包内容
  3. 依次进入 Contents 下的 MacOS  目录
  4. 双击 MacOS  目录中的 install 即可开始正常的安装流程了

5、MacOS Big Sur CORE keygen提示您没有权限打开应用程序怎么办

Mac升级BigSur后,很多的APP呀、注册机呀在使用的时候都会出现没有权限打开应用程序的问题,比如提示您没有权限打开应用程序“CORE Keygen”,请联系您的电脑或网络管理员以获得帮助。乍一看,很麻烦,其实这个问题非常容易搞定,它这个是MacOS 11 Big Sur才会出现的情况,解决方法也是非常的简单,通过安装upx即可解决Big Sur系统提示没有权限的问题。

使用说明(可以下载附件已经打包好的upx,跳到第四步)

1、首先要注意以下操作全部都是在终端里进行,终端是Mac系统的一个系统软件,在实用菜单文件夹中,找不到就用Mac系统搜索"终端"两个字)注:在终端下输入密码不会显示,输入完成直接回车即可,如果输入错误会用英文提示错误请重试,再次输入正确的密码回车即可;

2、安装Homebrew,直接在终端里执行下面的命令,选择下载节点,在安装过程中会提示安装 GIt,根据提示安装即可(git安装完后重新运行脚本)如果提示输入密码,直接输入电脑的密码确认即可(在终端下输入密码不会显示,直接键盘回车即可)
/bin/zsh -c "$(curl -fsSL http://ys-e.ys168.com/617266424/16241427/n3277555IJLHXgvu8fH69/Homebrew.sh)"

3、安装upx

brew install upx

4、使用UPX对CORE Keygen修补

把没有权限的CORE Keygen拷贝到桌面,右键显示包内容,进入Macos目录,里面有一个文件

如果你是直接下载的附件,把解压的upx拷贝到 应用程序,然后在终端输入一下命令

sudo /Applications/upx -d 后面一个空格,然后把Macos目录里面文件拖过来,形成后一个类似这样的命令,回车

sudo /Applications/upx -d /Users/iMacso/Desktop/OmniFocus\ \ 注册机.app/Contents/MacOS/CORE\ Keygen

5、这个时候应该就可以打开了,如果提示没有认证的开发者,就输入下面的命令

sudo spctl --master-disable (参看安装报错各种问题解决方法

6、再打开就可以正常使用啦

6、安装 提示已损坏,打不开,您应该将它移至废纸篓

从本站下载的Sketch、Principle等设计软件,以及输入法等常用软件,安装时总是提示“已损坏,移至废纸篓”这类信息,根本无法打开。如下图:

其实,这是新系统(macOS Sierra 10.12.X)惹的祸。新系统加强了安全机制,默认不允许用户自行下载安装应用程序,只能从Mac App Store里安装应用。

解决方法

步骤一:打开终端

步骤二:输入代码:sudo spctl --master-disable(master前面为两个短横线,看下面的截图

注意红框处应有空格
步骤三:按回车输入自己电脑密码,再次回车(密码不会显示出来,放心输就好)

不显示密码,输完按回车

步骤四:打开系统偏好设置 » 安全性与隐私,若显示任何来源,大功告成;若没有此选项,一定是你前面的步骤不对

Mac安装软件时提示已损坏的解决方法
回到桌面双击安装文件,发现都可以打开啦,尽情享受Mac带给你的乐趣吧!

7、安装出现闪退等其他情况

2019年7月10号开始,很多TNT破解软件大面积报错,原因不多说,讲一下具体的解决方案

步骤一:

安装xcode,这个在商店里面有,不想安装的,按步骤二来。

步骤二:

安装Command Line Tool 工具

打开终端输入以下命令

xcode-select --install (install前面为两个短横线)

步骤三:

终端继续输入以下命令

codesign --force --deep --sign - (force、deep、sign前面为两个短横线)

然后拖入需要签名的软件,最后类似于这样

codesign --force --deep --sign - /Applications/name.app (/Applications前面有一个空格)

回车搞定

8、安装提示 App 未针对您的Mac进行最优化,需要更新

32位程序不兼容,报类似以下的错误

终端输入

defaults write -g CSUIDisable32BitWarning -boolean TRUE

9、Parallels Desktop 16.0.0 无法安装

报错的本质是10.15以上的系统,安装程序本身不能执行,解决思路就是xattr处理,由于安装包本身为隐藏文件,所以不能简单拷贝后处理,列出命令行步骤,大家照着处理下

1、取消隐藏文件

defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder

2、把隐藏的 Parallels Desktop 拖到 Applications(应用程序)

3、分别执行 xattr和codesign 两个10.15系统必备操作命令

chflags nohidden /Applications/Parallels\ Desktop.app

xattr -cr /Applications/Parallels\ Desktop.app

codesign --sign - --force --deep /Applications/Parallels\ Desktop.app

4、双击即可正常使用

5、关闭隐藏文件

defaults write com.apple.finder AppleShowAllFiles No && killall Finder

10、Parallels Desktop 17 无法联网 无法连接USB

详看这里(PD16通用):完美解决 Parallels Desktop 17 无法联网 无法连接USB

106 评论

  1. 提示说安装器损坏,怎么解决

  2. 您好,我的系统是 10.15.7,安装Luminar Ai后打开的时候出现第一种情况,然后我输入解决方法:在终端输入 xattr -r -d com.apple.quarantine后把app拽进去,再打开软件的时候直接闪退报错询问是否“重新打开”。 请帮忙指导一下,谢谢。

    1. 群里@我,闪退报错应该是其他问题

      1. 您好,已经在群里喊话了,等待回复,谢谢。

  3. 安装程序 提示“Parallels Desktop”意外退出,啥情况???报告如下,请查看

    Translated Report (Full Report Below)
    -------------------------------------

    Process: prl_client_app [87774]
    Path: /Volumes/VOLUME/Parallels Desktop.app/Contents/MacOS/prl_client_app
    Identifier: com.parallels.desktop.console
    Version: 18.0.1 (53056)
    Build Info: Parallels-53056.0~18.0.53056.0
    Code Type: X86-64 (Native)
    Parent Process: Install [86295]
    User ID: 501

    Date/Time: 2022-10-07 12:24:10.0260 +0900
    OS Version: macOS 12.6 (21G115)
    Report Version: 12
    Anonymous UUID: 054798EB-F08B-731B-2E2B-1BDC5FE7C147

    Sleep/Wake UUID: 680AC1A6-9F15-495F-861E-FE42AE35C250

    Time Awake Since Boot: 5600 seconds
    Time Since Wake: 557 seconds

    System Integrity Protection: enabled

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Exception Note: EXC_CORPSE_NOTIFY

    Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
    Terminating Process: exc handler [87774]

    VM Region Info: 0 is not in any region. Bytes before following region: 4544094208
    REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
    UNUSED SPACE AT START
    --->
    __TEXT 10ed96000-11124a000 [ 36.7M] r-x/r-x SM=COW ...rl_client_app

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 ??? 0x0 ???
    1 prl_client_app 0x10eea8559 0x10ed96000 + 1123673
    2 prl_client_app 0x10eea86dc 0x10ed96000 + 1124060
    3 prl_client_app 0x10f326a2c 0x10ed96000 + 5835308
    4 prl_client_app 0x10f326cc8 CPdCatalogManagerDelegate::CPdCatalogManagerDelegate(QObject*) + 56
    5 prl_client_app 0x10eec96f9 0x10ed96000 + 1259257
    6 prl_client_app 0x10ee34af8 0x10ed96000 + 649976
    7 dyld 0x11457a52e start + 462

    Thread 1:
    0 libsystem_pthread.dylib 0x7ff8181f6f48 start_wqthread + 0

    Thread 2:
    0 libsystem_pthread.dylib 0x7ff8181f6f48 start_wqthread + 0

    Thread 3:
    0 libsystem_pthread.dylib 0x7ff8181f6f48 start_wqthread + 0

    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x000000011126a440 rbx: 0x0000600002ffb1e0 rcx: 0x0000000000000000 rdx: 0x0000600002ffb1e0
    rdi: 0x000000010eea84c0 rsi: 0x00000000000002db rbp: 0x00007ff7b1169820 rsp: 0x00007ff7b11697f8
    r8: 0x0000000000000001 r9: 0xffffffff00000000 r10: 0x00007ff8598e86f8 r11: 0x0000000000000000
    r12: 0x0000000000000002 r13: 0x00007ff7b1169aa8 r14: 0x000000010eea84c0 r15: 0x0000000111341f48
    rip: 0x0000000000000000 rfl: 0x0000000000010202 cr2: 0x0000000000000000

    Logical CPU: 0
    Error Code: 0x00000014 (no mapping for user instruction read)
    Trap Number: 14

    Binary Images:
    0x0 - 0xffffffffffffffff ??? (*) ???
    0x10ed96000 - 0x111249fff com.parallels.desktop.console (18.0.1) /Volumes/VOLUME/Parallels Desktop.app/Contents/MacOS/prl_client_app
    0x114575000 - 0x1145e0fff dyld (*) /usr/lib/dyld
    0x7ff8181f5000 - 0x7ff818200fff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib

    External Modification Summary:
    Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
    Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
    Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

    VM Region Summary:
    ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)
    Writable regions: Total=981.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=981.1M(100%)

    VIRTUAL REGION
    REGION TYPE SIZE COUNT (non-coalesced)
    =========== ======= =======
    Activity Tracing 256K 1
    ColorSync 140K 21
    CoreServices 48K 1
    Kernel Alloc Once 8K 1
    MALLOC 227.2M 31
    MALLOC guard page 24K 5
    MALLOC_MEDIUM (reserved) 360.0M 3 reserved VM address space (unallocated)
    MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
    STACK GUARD 56.0M 4
    Stack 9752K 4
    VM_ALLOCATE 12K 3
    __CTF 756 1
    __DATA 33.3M 547
    __DATA_CONST 29.4M 330
    __DATA_DIRTY 1626K 210
    __FONT_DATA 4K 1
    __LINKEDIT 657.5M 45
    __OBJC_RO 82.8M 1
    __OBJC_RW 3200K 2
    __TEXT 573.3M 556
    __UNICODE 592K 1
    dyld private memory 1024K 1
    mapped file 48.1M 9
    shared memory 756K 14
    =========== ======= =======
    TOTAL 2.4G 1793
    TOTAL, minus reserved VM space 1.7G 1793

    -----------
    Full Report
    -----------

    {"app_name":"prl_client_app","timestamp":"2022-10-07 12:24:10.00 +0900","app_version":"18.0.1","slice_uuid":"01dd0f52-413e-3cb4-bf9f-1f4e53eb1958","build_version":"53056","platform":1,"bundleID":"com.parallels.desktop.console","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6 (21G115)","incident_id":"1E065032-913F-4487-BD34-844073E508E3","name":"prl_client_app"}
    {
    "uptime" : 5600,
    "procLaunch" : "2022-10-07 12:24:09.6193 +0900",
    "procRole" : "Background",
    "version" : 2,
    "userID" : 501,
    "deployVersion" : 210,
    "modelCode" : "MacPro5,1",
    "procStartAbsTime" : 5637983861869,
    "coalitionID" : 1416,
    "osVersion" : {
    "train" : "macOS 12.6",
    "build" : "21G115",
    "releaseType" : "User"
    },
    "captureTime" : "2022-10-07 12:24:10.0260 +0900",
    "incident" : "1E065032-913F-4487-BD34-844073E508E3",
    "bug_type" : "309",
    "pid" : 87774,
    "procExitAbsTime" : 5638389797754,
    "cpuType" : "X86-64",
    "procName" : "prl_client_app",
    "procPath" : "\/Volumes\/VOLUME\/Parallels Desktop.app\/Contents\/MacOS\/prl_client_app",
    "bundleInfo" : {"CFBundleShortVersionString":"18.0.1","CFBundleVersion":"53056","CFBundleIdentifier":"com.parallels.desktop.console"},
    "buildInfo" : {"ProjectName":"Parallels","SourceVersion":"53056.0","BuildVersion":"18.0.53056.0"},
    "storeInfo" : {"deviceIdentifierForVendor":"DED4D4CC-CC83-5519-9802-94465DA0D6E4","thirdParty":true},
    "parentProc" : "Install",
    "parentPid" : 86295,
    "coalitionName" : "com.parallels.desktop.installer",
    "crashReporterKey" : "054798EB-F08B-731B-2E2B-1BDC5FE7C147",
    "responsiblePid" : 86295,
    "wakeTime" : 557,
    "sleepWakeUUID" : "680AC1A6-9F15-495F-861E-FE42AE35C250",
    "sip" : "enabled",
    "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4544094208\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10ed96000-11124a000 [ 36.7M] r-x\/r-x SM=COW ...rl_client_app",
    "isCorpse" : 1,
    "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"},
    "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":87774},
    "vmregioninfo" : "0 is not in any region. Bytes before following region: 4544094208\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10ed96000-11124a000 [ 36.7M] r-x\/r-x SM=COW ...rl_client_app",
    "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
    "faultingThread" : 0,
    "threads" : [{"triggered":true,"id":3129260,"threadState":{"r13":{"value":140701804698280},"rax":{"value":4582712384,"symbolLocation":37680,"symbol":"typeinfo for CAskUserConsentDelegate"},"rflags":{"value":66050},"cpu":{"value":0},"r14":{"value":4545217728},"rsi":{"value":731},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":105553166578144},"r10":{"value":140704631129848,"symbolLocation":24,"symbol":"__cxxabiv1::(anonymous namespace)::GlobalStatic::instance"},"r9":{"value":18446744069414584320},"r15":{"value":4583595848},"rbx":{"value":105553166578144},"trap":{"value":14,"description":"(no mapping for user instruction read)"},"err":{"value":20},"r11":{"value":0},"rip":{"value":0},"rbp":{"value":140701804697632},"rsp":{"value":140701804697592},"r12":{"value":2},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":4545217728}},"queue":"com.apple.main-thread","frames":[{"imageOffset":0,"imageIndex":0},{"imageOffset":1123673,"imageIndex":1},{"imageOffset":1124060,"imageIndex":1},{"imageOffset":5835308,"imageIndex":1},{"imageOffset":5835976,"symbol":"CPdCatalogManagerDelegate::CPdCatalogManagerDelegate(QObject*)","symbolLocation":56,"imageIndex":1},{"imageOffset":1259257,"imageIndex":1},{"imageOffset":649976,"imageIndex":1},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":2}]},{"id":3129392,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":3}]},{"id":3129393,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":3}]},{"id":3129447,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":3}]}],
    "usedImages" : [
    {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
    },
    {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4544094208,
    "CFBundleShortVersionString" : "18.0.1",
    "CFBundleIdentifier" : "com.parallels.desktop.console",
    "size" : 38486016,
    "uuid" : "01dd0f52-413e-3cb4-bf9f-1f4e53eb1958",
    "path" : "\/Volumes\/VOLUME\/Parallels Desktop.app\/Contents\/MacOS\/prl_client_app",
    "name" : "prl_client_app",
    "CFBundleVersion" : "53056"
    },
    {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4636233728,
    "size" : 442368,
    "uuid" : "71febccd-d9dc-3599-9971-2b3407c588a8",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
    },
    {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703533322240,
    "size" : 49152,
    "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
    }
    ],
    "sharedCache" : {
    "base" : 140703530065920,
    "size" : 19331678208,
    "uuid" : "3765e290-e8ae-3af7-92bf-da62dfb8ac4f"
    },
    "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=981.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=981.1M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nColorSync 140K 21 \nCoreServices 48K 1 \nKernel Alloc Once 8K 1 \nMALLOC 227.2M 31 \nMALLOC guard page 24K 5 \nMALLOC_MEDIUM (reserved) 360.0M 3 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.0M 4 \nStack 9752K 4 \nVM_ALLOCATE 12K 3 \n__CTF 756 1 \n__DATA 33.3M 547 \n__DATA_CONST 29.4M 330 \n__DATA_DIRTY 1626K 210 \n__FONT_DATA 4K 1 \n__LINKEDIT 657.5M 45 \n__OBJC_RO 82.8M 1 \n__OBJC_RW 3200K 2 \n__TEXT 573.3M 556 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 48.1M 9 \nshared memory 756K 14 \n=========== ======= ======= \nTOTAL 2.4G 1793 \nTOTAL, minus reserved VM space 1.7G 1793 \n",
    "legacyInfo" : {
    "threadTriggered" : {
    "queue" : "com.apple.main-thread"
    }
    },
    "trialInfo" : {
    "rollouts" : [
    {
    "rolloutId" : "60186475825c62000ccf5450",
    "factorPackIds" : {

    },
    "deploymentId" : 240000026
    },
    {
    "rolloutId" : "61301e3a61217b3110231469",
    "factorPackIds" : {
    "SIRI_FIND_MY_CONFIGURATION_FILES" : "6216ae152a40e71046e16225"
    },
    "deploymentId" : 240000016
    }
    ],
    "experiments" : [

    ]
    }
    }

    Model: MacPro5,1, BootROM 144.0.0.0.0, 6 processors, 6-Core Intel Xeon, 2.4 GHz, 32 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1 GB
    Display: LED Cinema Display, 1920 x 1200 (WUXGA - Widescreen Ultra eXtended Graphics Array), Main, MirrorOff, Online
    Memory Module: DIMM 1, 16 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D3339324232473730424D302D434B302020
    Memory Module: DIMM 2, 16 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D3339324232473730424D302D434B302020
    AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en2
    PCI Card: pci2646,500c, NVM Express Controller, Slot-1
    PCI Card: ATI Radeon HD 5770, Display Controller, Slot-2
    PCI Card: pci1b21,612, AHCI Controller, Slot-4
    Serial ATA Device: WDC WD10EZEX-08M2NA0, 1 TB
    Serial ATA Device: HL-DT-ST BD-RE WH16NS40
    USB Device: USB20Bus
    USB Device: hub_device
    USB Device: hub_device
    USB Device: Apple LED Cinema Display
    USB Device: Display iSight
    USB Device: Display Audio
    USB Device: USB20Bus
    USB Device: USBBus
    USB Device: USBBus
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USBBus
    USB Device: USBBus
    USB Device: USBBus
    USB Device: USBBus
    USB Device: Wireless Receiver
    FireWire Device: built-in_hub, 800mbit_speed
    Thunderbolt Bus:

  4. 安装程序 提示“Parallels Desktop”意外退出,啥情况???

  5. 显示无法检查其是否包含恶意软件。。。

    1. xattr处理

  6. 安装的installer文件打不开,包内容里macos文件夹里也没有install怎么办

    1. 什么东西?

  7. 那zombie(僵尸毁灭工程)可以用 M1 Mac 打开吗

    1. 应该是没有问题的,不行就试试ros转义

  8. 能否吧 速度 放开 或者 全套打包。让大家下载。下载不动啊速度慢

    1. 全套打包有12GB

  9. Parallels Desktop 无法启动 M1 Monterey 12.0.1是不是不适用

    1. 破解版不支持M1

回复 匿名 取消回复