dv.gon
dv.gon

Reputation: 159

xcodebuild build command fails in Xcode 11.5

when build the app in xcode 11.5 generate this issue. LOG: I hope can help me!! Regards!!

warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'B7_MOCHA' from project 'B7_MOCHA')

warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'B7_MOCHA' from project 'B7_MOCHA')

warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'B7_MOCHA' from project 'B7_MOCHA')

:0: error: unable to execute command: Killed: 9 :0: error: compile command failed due to signal 9 (use -v to see invocation) Command CompileSwiftSources failed with a nonzero exit code

this a picture from console log:

io

the other console show this issue

/Users/dverdugo/Library/Developer/Xcode/DerivedData/B7_MOCHA-asiprqvqhlstshfnhycalolsjhxs/Build/Intermediates.noindex/B7_MOCHA.build/Debug-iphoneos/B7_MOCHA.build/Objects-normal-asan/arm64/TAG_CHAT.dia:1:1: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file

enter image description here

I hope can help me!! Regards!!

Upvotes: 3

Views: 6142

Answers (1)

user13485448
user13485448

Reputation:

Sometimes the best thing you need to do is -Close xcode. -Restar the Mac -check if the pods you are using installed well.

and for the second error, maybe you deleted some file in the folder of your project so xcode is looking for it and can't find it.

Upvotes: 2

Related Questions