Skip to content

Fixed crash when app is build with Xcode 9.3#28

Open
nicholaslythall wants to merge 1 commit intofmo91:masterfrom
nicholaslythall:xcode-9.3-fixes
Open

Fixed crash when app is build with Xcode 9.3#28
nicholaslythall wants to merge 1 commit intofmo91:masterfrom
nicholaslythall:xcode-9.3-fixes

Conversation

@nicholaslythall
Copy link

Removed implementation of the following methods that where deprecated in iOS 9.0 as they will cause apps to crash when built with Xcode 9.3:

open func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
open func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {

… in iOS 9.0 as they will cause apps to crash when built with Xcode 9.3:

open func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
open func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant