Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode error "failed to read asset tags: unexpected error generating result tags"

I recently updated to Xcode 11.4.1, before this everything was fine. After I updated and built the project I got this error:

error message on issue navigator

When I click it shows me this message:

error message

And as the message says, I went to the file Assets.xcassets and get info to grant permission to all users to read and write. This did nothing, the error still appears and I'm unable to run my project.

like image 825
EFS Avatar asked May 21 '20 15:05

EFS


1 Answers

I dint had same error with different message:

failed to read asset tags: the command (...) exited with status 1

Later I found out that there was "unusal merge conflict" in content.json file in few of images in Assets.xcassets.

like image 115
nikdange_me Avatar answered Nov 16 '22 10:11

nikdange_me