Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode build failed no explanation

My project has weirdly started failing with no error messages. Ive tried cleaning the project and this had no effect. I know this is all a bit vague but i havent done anything to revert or undo. its just randomly started to happen. Can anyone suggest a way of debugging what the problem is?

Phil

like image 430
user987723 Avatar asked Mar 25 '26 04:03

user987723


1 Answers

Have you tried clearing the derived data (Organizer->Projects / cmd + shift + 2) and then cleaning (cmd+shift+K)?

Maybe closing xCode and rebooting?

I've had it a few times and this worked for me sometimes.

like image 127
Thomas Avatar answered Mar 27 '26 22:03

Thomas