-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcode15+ios17beta cannot adapt with https or http pattern #166
Comments
waiting for release Xcode15 and iOS17 |
I met the same bug(or a feature?) when using Xcode 15 Beta 6 + iOS 17.0 Simulator(Beta 6). Meanwhile, Xcode 14.3.1 + iOS 17.0 Simulator(Beta 6) works. |
@Jinya yeah, the same encounter! Be patient and wait. |
+1, it's not fixed in iOS 17 beta 8 |
Is this change causing this problem? @devAlanHey @devxoul
|
+1, it's not fixed in release Xcode15 and iOS17 |
I met the same bug(or a feature?) when using Xcode 15.0 + iOS 17.1 Simulator Meanwhile, Xcode 15.0 + iOS 17.1 Simulator works. |
只要稍微修改下匹配规则即可,将<>匹配修改为[]匹配,例如: 路由注册的代码 URLNavigator 库中的 URLPathComponent.swift 中 extension URLPathComponent {
} |
When I run my project with Xcode15 beta-4 and iOS17 beta-3, something is wrong with the URLNavigator.
cannot work expected;
when the value of candidate is "https://" or "http://", candidate.urlValue is nil.
The text was updated successfully, but these errors were encountered: