In my project, I've added a simple indeterminate progress indicator NSProgressIndicator indicator, set it up correctly to be indetermiante, etc. and called [indicator startAnimation:nil]; but it will not spin. I opened up a fresh new XCode Project and added one to a fresh window and threw on a button to start and stop it, and it works fine...I'm not doing anything differently here than in my other project.