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 Simple iPhone App with Swift Getting Started with Xcode Tour of Xcode

Xcode 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.

Eligio Esis
Eligio Esis
2,302 Points

Please paste your code.

It'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
Keith Michelson
3,395 Points

Have 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.

Thank you!

The problem (it turned out), was only that my computer was super slow! :P! But thank you anyway ;)