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 Views and View Controllers IBActions and IBOutlets

Jose Chayet
Jose Chayet
786 Points

I'm getting a bunch of errors and it all points to my not having a developer account...is this necessary???

I keep getting errors for not having a developer account. Do I need one to take this class?

random_quote.swift
class viewController: UIViewController {

    @IBOutlet weak var quoteLabel: UILabel!

    @IBAction func quoteButtonPressed() {
        //Your code here!
    }

}
Jose Chayet
Jose Chayet
786 Points

My Xcode says "Unsupported Configuration" and it points to not having a dev account.

2 Answers

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Jose,

I'm not sure what's causing your issue, and I'm not entirely sure if you do or don't need a developer account (I thought you once did, but no longer do, but I could be wrong). You certainly don't need a paid developer account.

Can you give a bit more detail on what the errors say?

Jose Chayet
Jose Chayet
786 Points

Hi Greg! I got the answers I needed! Thank you so much