Fabric - Unable to complete settings download - ios

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?

the problem has been solved removing another crash reporting tools (AppPulse) that still was in the app.

Related

flutter error -> The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 2

Who knows how can solve this problem?
When I running the iOS, I got this error
Error (Xcode): unable to read property list from file: /Users/pin-chientseng/Desktop/yomate/ios/Runner/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 2.)
Could not build the application for the simulator.
Error launching application on iPhone 13 Pro Max.

GoogleDataTransport crashes and cant find file

Below I have listed the stack trace in Xcode. I have tried reinstalling the cocoa pods, updating the pods as well but no luck and have found little information on how to resolve this issue. Any help would be greatly appreciated. Let me know if there is any other information I need to provide.
2020-04-05 21:13:09.555949-0500 GameSwap[51550:2971887] [GoogleDataTransport][I-GDTCOR001006] There was an error reading extension bytes from disk: Error Domain=NSCocoaErrorDomain Code=260 "The file “event-7173251720999561018” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/daltondomenighi/Library/Developer/CoreSimulator/Devices/66EDB64D-A8FB-400F-84CC-56C088B9C565/data/Containers/Data/Application/C35B61D2-DCC5-466B-B1B0-403AA2D766AF/Library/Caches/google-sdks-events/event-7173251720999561018, NSUnderlyingError=0x6000019fa580 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
2020-04-05 21:13:09.556276-0500 GameSwap[51550:2971887] [GoogleDataTransport][I-GDTCOR001006] There was an error reading extension bytes from disk: Error Domain=NSCocoaErrorDomain Code=260 "The file “event-7170068472913256371” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/daltondomenighi/Library/Developer/CoreSimulator/Devices/66EDB64D-A8FB-400F-84CC-56C088B9C565/data/Containers/Data/Application/C35B61D2-DCC5-466B-B1B0-403AA2D766AF/Library/Caches/google-sdks-events/event-7170068472913256371, NSUnderlyingError=0x600001902730 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
tU7w8fz88VuWhXE3rtzt
2020-04-05 21:13:09.726324-0500 GameSwap[51550:2971890] [GoogleDataTransport][I-GDTCOR001006] (/Users/daltondomenighi/Desktop/GameSwap/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorage.m:152) : There was an error removing an event file: Error Domain=NSCocoaErrorDomain Code=4 "“event-7173251720999561018” couldn’t be removed." UserInfo={NSUserStringVariant=(
Remove
), NSFilePath=/Users/daltondomenighi/Library/Developer/CoreSimulator/Devices/66EDB64D-A8FB-400F-84CC-56C088B9C565/data/Containers/Data/Application/C35B61D2-DCC5-466B-B1B0-403AA2D766AF/Library/Caches/google-sdks-events/event-7173251720999561018, NSUnderlyingError=0x600001937030 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
2020-04-05 21:13:09.726802-0500 GameSwap[51550:2971890] [GoogleDataTransport][I-GDTCOR001006] (/Users/daltondomenighi/Desktop/GameSwap/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorage.m:152) : There was an error removing an event file: Error Domain=NSCocoaErrorDomain Code=4 "“event-7170068472913256371” couldn’t be removed." UserInfo={NSUserStringVariant=(
Remove
), NSFilePath=/Users/daltondomenighi/Library/Developer/CoreSimulator/Devices/66EDB64D-A8FB-400F-84CC-56C088B9C565/data/Containers/Data/Application/C35B61D2-DCC5-466B-B1B0-403AA2D766AF/Library/Caches/google-sdks-events/event-7170068472913256371, NSUnderlyingError=0x6000019d9740 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

Xcode Signing error - The operation couldn’t be completed. (OSStatus error -2147416032.)

I made a flutter app. Opened the Runner.xcodeproj and under
runner>target>general>signing
When I select my AppleId for Signing it shows the following error:
The operation couldn’t be completed. (OSStatus error -2147416032.).
I don't know how to resolve this please help.
I'm using Xcode 10.2.1.

Xcode 9.2 doesn't start: Loading a plug-in failed

I've a problem running Xcode 9.2. I've just extracted Xcode.xip file and when try to start Xcode, it says:
Loading a plug-in failed.
The plug-in or one of its prerequisite plug-ins may be missing or
damaged and may need to be reinstalled.
Here is the log:
Shared framework ModelIO.framework not loaded, error: Error
Domain=NSCocoaErrorDomain Code=4 "The bundle “ModelIO.framework”
couldn’t be loaded because its executable couldn’t be located."
UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be
located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle.,
NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/ModelIO.framework,
NSLocalizedDescription=The bundle “ModelIO.framework” couldn’t be
loaded because its executable couldn’t be located.}
Shared framework SceneKit.framework not loaded, error: Error
Domain=NSCocoaErrorDomain Code=4 "The bundle “SceneKit.framework”
couldn’t be loaded because its executable couldn’t be located."
UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be
located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle.,
NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/SceneKit.framework,
NSLocalizedDescription=The bundle “SceneKit.framework” couldn’t be
loaded because its executable couldn’t be located.}
Shared framework PhysicsKit.framework not loaded, error: Error
Domain=NSCocoaErrorDomain Code=4 "The bundle “PhysicsKit.framework”
couldn’t be loaded because its executable couldn’t be located."
UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be
located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle.,
NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework,
NSLocalizedDescription=The bundle “PhysicsKit.framework” couldn’t be
loaded because its executable couldn’t be located.}
and more...!
Solved. I was running MacOs on vmware and tried to extract Xcode.xip file while it was under a shared folder. I just moved Xcode.xip to the guest machine (MacOs) and extracted it and it worked.
I guess it was about either permission or Xcode.xip file path length.

Core Data Migration "Failed to unlink support directory"

I have the following log entry when using Automatic Migration:
Failed to unlink support directory
/..Test.sqlite_SUPPORT from old store location: /.Test.sqlite.migrationdestination due to
Error Domain=NSCocoaErrorDomain Code=4 "The operation couldn’t be completed. (Cocoa error 4.)" UserInfo=0x15e7f830 {NSUnderlyingError=0x15e7a850 "The operation couldn’t be completed. No such file or directory", NSFilePath=/..Test.sqlite_SUPPORT, NSUserStringVariant=(
Remove
)
However the migration does not fail. Does anyone know what this means?

Resources