Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.0.1 stuck compiling asset

I've been trying to compile an iOS 7 project with all the beta versions of Xcode 6 with no luck and I was hoping for the stable version to work but it doesn't. When I try to compile the app it always works fine until it starts compiling the asset catalog. I tried to compile other projects with assets and work fine, and also works for new projects.

Does anyone know what the problem can be? The last line in the build log corresponds to the file assetcatalog_generated_info.plist

Thanks!

like image 509
javierdfm Avatar asked Sep 18 '14 09:09

javierdfm


2 Answers

I faced the similar issue and the following fixed for me... Modify the assetcatalog file and clean(shift+cmd+alt+k) and build.

like image 181
anil Avatar answered Oct 18 '22 13:10

anil


I did above without success- I ended up just 1. rebooting my machine 2. Cleaning my build folder - (hold down Alt key and press Product-> Clean )

which did the trick.

like image 22
UKDataGeek Avatar answered Oct 18 '22 12:10

UKDataGeek