简体   繁体   中英

Fabric - Unable to complete settings download

I am integrating Twitter in my iOS app using the Fabric app. I've followed all the steps but the process is stuck in the "Verifying installation phase". I can see this error in the Xcode console log:

[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"}

I've already Googled a lot, restarting and so on... but nothing worked.

Any idea?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM