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
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