ScaryBug Tutorial extra argument in title call

I'm trying to do a tutorial I found online and I cannot for the life of me get rid of this error. Simple code but I'm not sure what I'm doing wrong. Please see screenshot.


https://www.dropbox.com/s/6ouddrdt7k5ls89/Screenshot%202015-07-02%2019.37.04.png?dl=0


Thank you

The mistake is probably in the init(...) method in your ScaryBugDoc class, since that code looks ok.


Make sure it matches the tutorial:

init(title: String, rating: Double, thumbImage: NSImage?, fullImage: NSImage?)

Plus it would help to know if you're using Xcode 6 or 7. Swift has changed in Xcode 7 and you may be using code that hasn't been updated to use it.

ScaryBug Tutorial extra argument in title call
 
 
Q