当我尝试安装Pod时,Xcode崩溃并显示此错误消息(部分错误):
Process: Xcode [15608]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 11.1 (15405)
Build Info: IDEFrameworks-15405000000000000~13 (11A1027)
App Item ID: 497799835
App External ID: 832925179
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [15608]
User ID: 501
Date/Time: 2019-11-08 13:16:29.091 +0600
OS Version: Mac OS X 10.15.1 (19B88)
Report Version: 12
Bridge OS Version: 4.1 (17P1081)
Anonymous UUID: F39EE0CB-24AE-A6F2-3230-E7F19DE56C68
Sleep/Wake UUID: AC49AC36-F290-4811-B5DA-82443B60EAE8
Time Awake Since Boot: 15000 seconds
Time Since Wake: 14000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
ProductBuildVersion: 11A1027
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-15403/DVTFoundation/FilePaths/DVTFilePath.m:905
Details: str should be a string, but it is nil
Object: <DVTFilePath>
Method: +filePathForPathString:
Thread: <NSThread: 0x7fcc92416b80>{number = 1, name = main}
我尝试重新启动Mac,删除派生数据,重新安装CocoaPods,但仍然崩溃。
有人知道如何解决这个问题吗?
谢谢!