Re: [swift-users] Cannot implement NSURLSessionDownloadDelegate

2016-03-31 Thread Sebastian Hagedorn via swift-users
You’d have to add @objc(updateSearchResultsForSearchController:) to it. If you’re having issues in other places of your code, you can easily get the ObjC selector form by looking into the online docs, e.g.: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchResultsUpdat

Re: [swift-users] can module cache fulfils empty -sdk path. (iOS)

2016-03-31 Thread Ramakrishna Mallireddy via swift-users
small correction to my question, The flag for swift is *-module-cache-path * not *-fmodule-cache.* Thanks Ramakrishna On Thu, Mar 31, 2016 at 11:46 AM, Ramakrishna Mallireddy < ramakrishna.ma...@gmail.com> wrote: > Hi, I want to reduce the baggage & compile time for system frameworks by > prov