Failed to read file attributes for Images.xcassets in Xcode 9
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 Removing the reference of Images.xcassets and adding it again in Project resolved the error. It fixes for me by update to latest Cocoapods: sudo gem install cocoapods --pre I did face the same errors what you've but I just fixed it following ways- Delete the project's derived data Exit Xcode and open it again Check your "Full path" in inspector and path in Finder, probably they are different. I also had this