Fabric - 无法完成设置下载

Fabric - Unable to complete settings download

我正在使用 Fabric 应用程序将 Twitter 集成到我的 iOS 应用程序中。我已按照所有步骤操作,但过程卡在 "Verifying installation phase"。 我可以在 Xcode 控制台日志中看到此错误:

[Fabric] Unable to complete settings download Error Domain=NSCocoaErrorDomain Code=4 "The operation couldn’t be completed. (Cocoa error 4.)" UserInfo=0x7fac0ac1d1a0 {NSSourceFilePathErrorKey=/spi/v2/platforms/ios/apps/com.xxxxx.yyyyy/settings, NSUserStringVariant=( Move ), NSDestinationFilePath=/Users/xxxxxx/Library/Developer/CoreSimulator/Devices/448B0F63-C299-46E5-B455-D4666610023E/data/Containers/Data/Application/F3B667A7-4937-4040-93BD-7727F433E2B2/Library/Caches/io.fabric.sdk.ios.data/com.xxxxx.yyyyy/settings.json, NSFilePath=/spi/v2/platforms/ios/apps/com.xxxxx.yyyyy/settings, NSUnderlyingError=0x7fac0ac1c3a0 "The operation couldn’t be completed. No such file or directory"}

[Fabric] failed to download settings Error Domain=NSCocoaErrorDomain Code=4 "The operation couldn’t be completed. (Cocoa error 4.)" UserInfo=0x7fac0ac1d1a0 {NSSourceFilePathErrorKey=/spi/v2/platforms/ios/apps/com.xxxxx.yyyyy/settings, NSUserStringVariant=( Move ), NSDestinationFilePath=/Users/xxxxxxxx/Library/Developer/CoreSimulator/Devices/448B0F63-C299-46E5-B455-D4666610023E/data/Containers/Data/Application/F3B667A7-4937-4040-93BD-7727F433E2B2/Library/Caches/io.fabric.sdk.ios.data/com.xxxxx.yyyyy/settings.json, NSFilePath=/spi/v2/platforms/ios/apps/com.xxxxx.yyyyy/settings, NSUnderlyingError=0x7fac0ac1c3a0 "The operation couldn’t be completed. No such file or directory"}

我已经用谷歌搜索了很多,重新启动等等...但没有任何效果。

有什么想法吗?

问题已解决,删除了仍在应用程序中的另一个崩溃报告工具 (AppPulse)。