<div dir="ltr">#selector(FileHandle.readToEndOfFileInBackgroundAndNotify) throws an error:<div>  Ambiguous use of &#39;readToEndOfFileInBackgroundAndNotify&#39;<br></div><div><br></div><div>So I&#39;ve tried to specify it a bit more (notice the parens):</div><div>#selector(FileHandle.readToEndOfFileInBackgroundAndNotify())<br></div><div>  Ambiguous reference to member &#39;readToEndOfFileInBackgroundAndNotify(forModes:)&#39;<br></div><div><br></div><div>So I&#39;ve tried to cast it to a Void -&gt; Void func:</div><div>#selector(FileHandle.readToEndOfFileInBackgroundAndNotify as (Void) -&gt; Void)</div><div>  Ambiguous reference to member &#39;readToEndOfFileInBackgroundAndNotify(forModes:)&#39;</div><div><br></div><div>How do I settle this one?</div><div><br></div><div>Method signatures in the generated header are:</div><div><div>open func readToEndOfFileInBackgroundAndNotify(forModes modes: [RunLoopMode]?)</div><div>open func readToEndOfFileInBackgroundAndNotify()<br></div></div></div>