Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

enter image description here

like image 351
Arvind Kumar Avatar asked Sep 19 '17 13:09

Arvind Kumar


1 Answers

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

like image 93
Arvind Kumar Avatar answered Nov 11 '22 11:11

Arvind Kumar