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 Solution: Tower Defense Game

Sincere Allen
Sincere Allen
359 Points

Import Foundation

when I first ran the code it didn't work without the import foundation, but when I did it again this time with the Import line it worked just fine. what is the importance of "import foundation"

1 Answer

The foundation framework contains code for common code that you can find within apps. This is a quote from apple

The Foundation framework provides a base layer of functionality for apps and frameworks, including data storage and persistence, text processing, date and time calculations, sorting and filtering, and networking. The classes, protocols, and data types defined by Foundation are used throughout the macOS, iOS, watchOS, and tvOS SDKs.

If you want to check out all of its functionality, here's a link to the documentation. https://developer.apple.com/documentation/foundation