Clément MORISSARD
Clément MORISSARD
You can fix it by removing `|| isHighlighted` from `fileprivate func updateTitleColor()`
@angelolloqui I'm having the same issue, did you by any chance suceed to fix it ? :D The issue is not closed and no more answer :/
Hey, got the same issue on xcode 11. no solution yet ? Also got this warning: `Multiple targets match implicit dependency for linker flags '-framework Reachability'. Consider adding an explicit...
Hello @yuki-stripe, I justed tested to remove `pod 'Stripe', '> 23.20.0'` and changing my imports from `import Stripe` with `import StripePaymentsSheet` but i'm having the same crash
I did some tests: var image = UIImage( named: imageName, in: BundleLocator.resourcesBundle, compatibleWith: traitCollection) if image == nil { image = UIImage(named: imageName, in: nil, compatibleWith: traitCollection) } if templateIfAvailable...