Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Objective-C Views and View Controllers IBOutlet

Sathya vegunta
Sathya vegunta
4,061 Points

Xcode is too slow,While running an App,My simulator takes more than 5 mins to show the data,

simulator takes more than 5 mins to show the data , i am using macbook pro, with 4GB RAM,500GB Harddisk, 2.5GHz intel Core i5, and OSX EI Capitan, The case is same even for a simple screen. How can this issue be resolved

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

I've often experienced the same thing, and I even have 8GB of RAM. What I have found to help a bit... Once you run your program and the emulator launches, wait for the black screen and then stop your program. Give it a sec and then re-run the program again. I find this more often than not help speed things up. :dizzy:

Sathya vegunta
Sathya vegunta
4,061 Points

Thanks Jason, will try that option.