In Xcode 9.3 my App crashes when I try to open it over an URL scheme (deeplink) like: myapp://somepath
No problems with Xcode 9.2. I have both Xcode versions installed and exactly the same code crashes with Xcode 9.3 but not with Xcode 9.2. The crash happens right before the call arrives to:
AppDelegate.application(UIApplication, open : URL, sourceApplication : String?, annotation : Any) -> Bool
I have set a breakpoint in this function and it will never reach it, it just crashes before. Here the crashlytics log:
http://crashes.to/s/3237f00bf6a
So any ideas what causes this or how to solve it?