【发布时间】:2021-01-14 00:19:53
【问题描述】:
自从上次 Xcode 更新到 12.0.1 后,SwiftUI 预览在添加到项目时崩溃。
崩溃日志提示问题出在firebase sdk中,更具体的是 GoogleDataTransport/GDTCORLibrary
System Integrity Protection: enabled
Crashed Thread: 3 Dispatch queue: com.google.GDTCORFlatFileStorage
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil'
terminating with uncaught exception of type NSException
Firebase (6.33) 通过 cocoapods (1.10.0.rc.1) 与 Catalina 10.15.7 上的 Xcode 12.0.1
github 上有一个未解决的问题 有人找到了解决方案或解决方法吗?
【问题讨论】:
标签: swift xcode firebase swiftui