Failed to read file attributes for Images.xcassets in Xcode 9

Arvind Kumar picture Arvind Kumar · Sep 19, 2017 · Viewed 9.6k times · Source

I have old project that is running in Xcode 8 fine but when i am trying to run the project in Xcode 9 beta version I am getting the error

Failed to read file attributes for Images.xcassets

enter image description here

Answer

Arvind Kumar picture Arvind Kumar · Sep 19, 2017

Removing the reference of Images.xcassets and adding it again in Project resolved the error.