I've added MobileCoreServices.framework to my Xcode project, and have the statement import MobileCoreServices in top of my file.
I have the line of code
let test = LSApplicationWorkspace.defaultWorkSpace()
And xcode said Unresolved Identifier LSApplicationWorkspace
I tried cleaning and rebuilding the project. Any ideas?