Jason Pepas (Ibble)

Results 2 comments of Jason Pepas (Ibble)

@mstralka instead of explicitly setting a deployment target, you can instead delete them from the pods, causing them to inherit the top-level deployment target. example: ``` platform :ios, '13.0' target...

I'm also hitting this issue. `didResolveDeepLink` is called, but only when the Xcode configuration is `Debug`. When the configuration is `Release`, `didResolveDeepLink` is never called. Edit: this turned out to...