Swift-Tutorial icon indicating copy to clipboard operation
Swift-Tutorial copied to clipboard

Value of optional type 'NSURL?' not unwrapped. OSX10.10 with xcode 6.1.1 (6A2008a)

Open mfkenson opened this issue 10 years ago • 0 comments

screen shot 2014-12-17 at 4 54 07 pm

commit f18eb8d342ad36fc0a2b494df1ebd2eec891802d

/Users/mfkenson/Documents/git/Swift-Tutorial/MusicPlayer/APIController.swift:26:44: Value of optional type 'NSURL?' not unwrapped; did you mean to use '!' or '?'?

/Users/mfkenson/Documents/git/Swift-Tutorial/MusicPlayer/SearchResultsViewController.swift:59:33: Value of optional type 'NSURL?' not unwrapped; did you mean to use '!' or '?'?

mfkenson avatar Dec 17 '14 09:12 mfkenson