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