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 Weather App with Swift (Retired) Data Modeling With Structures Cleaning Up Our Date

Delip Rao
Delip Rao
1,736 Points

Missing Swift Documentation

Hello folks,

In the videos I see the instructor pull up Swift docs for the various APIs (NSDate for example). I'm currently using Xcode Version 6.0.1 (6A317) and Yosemite Beta 4. However my documentation pages contain only ObjC signatures (unlike both Swift and ObjC signatures I see in the videos). Is there anything I can do update my documentation? I googled this problem but couldn't find an answer. Thanks

2 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Delip,

In your Xcode preferences ensure in the downloads tab you have all the documentation packages downloaded, if you do the only other explanation would be it's a BETA issue as I'm using Xcode 6.1 and it has the correct documentation.

Hope that helps.

Delip Rao
Delip Rao
1,736 Points

That was it! I had to manually click the download icon next to "iOS 8 library". Danke