keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.92k stars 1.23k forks source link

maybe fixes this share flow #27992

Closed chrisnojima closed 1 month ago

chrisnojima commented 1 month ago

When doing a build on xcode 16 targeting ios 18 the share flow no longer works. The extension will complain about calling openUrl: so we switch to call openUrl:options:completionHandler:. Annoyingly we can't keep performSelector so we have to use this invocation flow since there are more parameters now. This does not work in the sim but does on device