0

I'm running Xamarin Studio on a 2009 Macbook. It's got 4 GB RAM and a 2.13 GHz processor and Yosemite installed. I've got Xamarin Studio 5.7.1 installed.

I'm trying to debug an iOS universal project with less than 2000 lines of code. Builds are taking up to 5 minutes and frequently not even starting on my iPhone. I'm used to Android development and these build times seem outrageous to me, but maybe this macbook is just not powerful enough to handle development?

Thoughts?

Thanks.

IowaEric
  • 68
  • 5

1 Answers1

2

5 Minutes for a 2000 LoC project seems too much to me, even considering your hardware specs. Of course, upgrading your hardware should definitely help. We are building around 200k LoC projects in 2 minutes on 2012 hardware, so I doubt it's a hardware issue.

I think something with your build settings is wrong, did you check: How to speed up MonoTouch compilation time?

Community
  • 1
  • 1
Johannes Rudolph
  • 35,298
  • 14
  • 114
  • 172