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 Swift Collections and Control Flow Introduction to Collections Adding Items to Arrays

Autocorrecting and results sidebar in Xcode

As I work on my iOS track, I cannot get the right side bar to display my typed results in Xcode. I am also having difficulty finding how to set up the autocorrect function as seen on the Xcode used on these videos.

1 Answer

Personally, I think you are either using a very old version of XCode or you have unintentionally messed up with the defaults.

To reset defaults on XCode do on terminal defaults delete com.apple.dt.Xcode.

My source was: https://stackoverflow.com/questions/21141112/reverting-all-xcode-settings-to-their-original-state hope that helps.

Usually after you execute your code you get a sidebar on the right & auto correct when your code is wrong.