MojtabaHs / iPhoneNumberField

Elegant SwiftUI phone number textField.
MIT License
528 stars 87 forks source link

iOS 16 Graph cycle errors #69

Closed realszopen closed 1 year ago

realszopen commented 1 year ago

Experiencing cycle errors in iOS 16.1, to be specific it is iPadOS 16.1, iPhoneNumberField worked marvellously before.

=== AttributeGraph: cycle detected through attribute 738376 ===

vincentleclerc commented 1 year ago

The problem is the repo's owner introduced a regression on release 0.10.1 After investigation, the easy fix is simply to target 0.10.0

Not sure what the initial "Undefined behaviour" issue was, but right now any view that has more than 1 textfield can't properly be focused with 0.10.1 on iOS16+

Revert.

X901 commented 1 year ago

The problem is the repo's owner introduced a regression on release 0.10.1 After investigation, the easy fix is simply to target 0.10.0

Not sure what the initial "Undefined behaviour" issue was, but right now any view that has more than 1 textfield can't properly be focused with 0.10.1 on iOS16+

Revert.

The version 0.10.1 was to fix this but it make prefix not work at all and also create new bug with more than one textfield on iOS 16 =(

Kn3cht commented 1 year ago

Any updates on this issue?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

realszopen commented 1 year ago

Well, not fixed, so in theory stale, but if not fixed and stale then I guess it means the whole project is kind of stale, does anyone have any updates on this issue?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

realszopen commented 10 months ago

Issue remains in XCode 15 and iOS 17. Unable to update to current version of iPhoneNumberField sue to these graph cycle errors.

tonybruess commented 8 months ago

Still experiencing this