Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Dag Wolters
1,869 PointsXcode not compiling
Hi.
When I tryed to compile the app, as Pasan did, "Tutorial 2: Tour of Xcode", all that happened was that a huge black window turned up, without result. I followed your directions exactly.

Dag Wolters
1,869 PointsIt's just an empty project, but ok! Here is it:
//
// ViewController.swift
// FunFacts
//
// Created by David Wolters on 02/01/15.
// Copyright (c) 2015 David Wolters. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}
1 Answer

Keith Michelson
3,395 PointsHave you force closed the simulator, restarted xcode, do you have the latest version? Sometimes the simulator hangs, that might the problem if you aren't getting any error codes.

Dag Wolters
1,869 PointsThank you!
The problem (it turned out), was only that my computer was super slow! :P! But thank you anyway ;)
Eligio Esis
2,302 PointsEligio Esis
2,302 PointsPlease paste your code.