PassCodeInput
PassCodeInput copied to clipboard
Address - AttributeGraph: cycle detected through attribute
Steps to produce:
- Launch the app (Simulator or device)
- Hit the button on the top left hand side of the navigation view with the title "Modal View"
- Attribute graph warning will be displayed in console
https://forums.developer.apple.com/thread/126890
Notes
- Removing the
PassCodeInputFieldfrom theContentViewresults in this issue not being present. Obviously this renders the app useless. I suspect there may be a link between the presented view and this view both usingPassCodeInputModel, but need to investigate more.
I should have mentioned that the following issue and implementation was designed to investigate why the component does not work in this configuration.
My aim was to set this up as an isolated example (as the original issue is reported by a user of the component in a far more complex app)