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 Intermediate Swift Properties Type Properties

Mirko Salvia
Mirko Salvia
4,028 Points

The complier says that it requires macOS 10.12, but it is installed 10.11.x Can you give me an help? Thank you

I cannot compile and go on with the course because of this error

game.swift
// Enter your code below
struct LevelTracker {
  let maxLevel = 2;
}

1 Answer

It's a bug - I've flagged it with Support who have responded with:

This is confirmed by our developers as a bug on our end, and we hope to have a fix by the end of the day

:+1: