devxoul / URLNavigator

⛵️ Elegant URL Routing for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In iOS 17 ,"https://<path:_>" convert to URL failured

zhuolingzhao007 opened this issue · comments

CleanShot 2024-06-09 at 10 01 19@2x

In systems above iOS 17, the default implementation of URLConvertible fails to create a URL, while it can succeed on older systems.
I understand that the issue is related to the character set being used.

the same code in the URLMatcher folder, URLConvertible file, line 41