razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

UI constraint breaking causing performance issues #120

Open Albinzr opened 3 years ago

Albinzr commented 3 years ago

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest Razorpay pod release to make sure your issue has not already been fixed.

Razorpay pod Version : 1.1.12

manually added the xcframework pods are not used

Xcode Version : Version 12.3 (12C33)

What you did:

When moving to fill the card information, there were lots of UI constraint being breaking

What happened:

This is causing breaks in UI and hits performance logs `2021-02-18 16:39:06.496643+0530 payment[15334:1650464] Simulator user has requested new graphics quality: 10 2021-02-18 16:39:09.977446+0530 payment[15334:1650464] Can't find keyplane that supports type 5 for keyboard iPhone-PortraitChoco-PhonePad; using 25984_PortraitChoco_iPhone-Complex-Pad_Default 2021-02-18 16:39:09.992398+0530 payment[15334:1650464] API error: <_UIKBCompatInputView: 0x7fac8fd1ef70; frame = (0 0; 0 0); layer = <CALayer: 0x600002322fa0>> returned 0 width, assuming UIViewNoIntrinsicMetric 2021-02-18 16:39:09.992601+0530 payment[15334:1650464] API error: <_UIKBCompatInputView: 0x7fac8fd1ef70; frame = (0 0; 0 0); layer = <CALayer: 0x600002322fa0>> returned 0 width, assuming UIViewNoIntrinsicMetric 2021-02-18 16:39:10.022793+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e350 h=--& v=--& _UIToolbarContentView:0x7fac93230870.width == 0 (active)>", "<NSLayoutConstraint:0x600000067e30 H:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067e80 H:[_UIButtonBarStackView:0x7fac8fc1fe60]-(0)-| (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x60000001ca00 'IB_Leading_Leading' H:|-(0)-[_UIModernBarButton:0x7fac8ff480e0] (active, names: '|':_UIButtonBarButton:0x7fac8ff47f10 )>", "<NSLayoutConstraint:0x6000000139d0 'IB_Leading_Leading' H:|-(>=5)-[_UIModernBarButton:0x7fac8ff488f0] (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x60000001ca50 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac8ff480e0]-(>=8)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff47f10 )>", "<NSLayoutConstraint:0x600000013a20 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac8ff488f0]-(>=5)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x60000001d130 'TB_Leading_Leading' H:|-(8)-[_UIModernBarButton:0x7fac93234b90'Done'] (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d180 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac93234b90'Done']-(0)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d680 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.leading == _UIButtonBarButton:0x7fac8ff47f10.leading (active)>", "<NSLayoutConstraint:0x60000001d9f0 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.trailing == _UIButtonBarButton:0x7fac8ff49430.trailing (active)>", "<NSLayoutConstraint:0x60000001da40 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff47f10]-(0)-[UIView:0x7fac8ff485b0] (active)>", "<NSLayoutConstraint:0x60000001da90 'UISV-spacing' H:[UIView:0x7fac8ff485b0]-(0)-[_UIButtonBarButton:0x7fac8ff48720] (active)>", "<NSLayoutConstraint:0x60000001dae0 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff48720]-(0)-[UIView:0x7fac8ff492c0] (active)>", "<NSLayoutConstraint:0x60000001db30 'UISV-spacing' H:[UIView:0x7fac8ff492c0]-(0)-[_UIButtonBarButton:0x7fac8ff49430] (active)>", "<NSLayoutConstraint:0x600000067ca0 'UIView-leftMargin-guide-constraint' H:|-(0)-UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide' (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x600000067d40 'UIView-rightMargin-guide-constraint' H:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-|(LTR) (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x60000001ca50 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac8ff480e0]-(>=8)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff47f10 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.024350+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e350 h=--& v=--& _UIToolbarContentView:0x7fac93230870.width == 0 (active)>", "<NSLayoutConstraint:0x600000067e30 H:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067e80 H:[_UIButtonBarStackView:0x7fac8fc1fe60]-(0)-| (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x6000000139d0 'IB_Leading_Leading' H:|-(>=5)-[_UIModernBarButton:0x7fac8ff488f0] (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x600000013a20 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac8ff488f0]-(>=5)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x60000001d130 'TB_Leading_Leading' H:|-(8)-[_UIModernBarButton:0x7fac93234b90'Done'] (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d180 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac93234b90'Done']-(0)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d680 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.leading == _UIButtonBarButton:0x7fac8ff47f10.leading (active)>", "<NSLayoutConstraint:0x60000001d9f0 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.trailing == _UIButtonBarButton:0x7fac8ff49430.trailing (active)>", "<NSLayoutConstraint:0x60000001da40 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff47f10]-(0)-[UIView:0x7fac8ff485b0] (active)>", "<NSLayoutConstraint:0x60000001da90 'UISV-spacing' H:[UIView:0x7fac8ff485b0]-(0)-[_UIButtonBarButton:0x7fac8ff48720] (active)>", "<NSLayoutConstraint:0x60000001dae0 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff48720]-(0)-[UIView:0x7fac8ff492c0] (active)>", "<NSLayoutConstraint:0x60000001db30 'UISV-spacing' H:[UIView:0x7fac8ff492c0]-(0)-[_UIButtonBarButton:0x7fac8ff49430] (active)>", "<NSLayoutConstraint:0x600000067ca0 'UIView-leftMargin-guide-constraint' H:|-(0)-UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide' (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x600000067d40 'UIView-rightMargin-guide-constraint' H:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-|(LTR) (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x600000013a20 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac8ff488f0]-(>=5)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.025131+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e350 h=--& v=--& _UIToolbarContentView:0x7fac93230870.width == 0 (active)>", "<NSLayoutConstraint:0x600000067e30 H:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067e80 H:[_UIButtonBarStackView:0x7fac8fc1fe60]-(0)-| (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x60000001d130 'TB_Leading_Leading' H:|-(8)-[_UIModernBarButton:0x7fac93234b90'Done'] (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d180 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac93234b90'Done']-(0)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d680 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.leading == _UIButtonBarButton:0x7fac8ff47f10.leading (active)>", "<NSLayoutConstraint:0x60000001d9f0 'UISV-canvas-connection' UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.trailing == _UIButtonBarButton:0x7fac8ff49430.trailing (active)>", "<NSLayoutConstraint:0x60000001da40 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff47f10]-(0)-[UIView:0x7fac8ff485b0] (active)>", "<NSLayoutConstraint:0x60000001da90 'UISV-spacing' H:[UIView:0x7fac8ff485b0]-(0)-[_UIButtonBarButton:0x7fac8ff48720] (active)>", "<NSLayoutConstraint:0x60000001dae0 'UISV-spacing' H:[_UIButtonBarButton:0x7fac8ff48720]-(0)-[UIView:0x7fac8ff492c0] (active)>", "<NSLayoutConstraint:0x60000001db30 'UISV-spacing' H:[UIView:0x7fac8ff492c0]-(0)-[_UIButtonBarButton:0x7fac8ff49430] (active)>", "<NSLayoutConstraint:0x600000067ca0 'UIView-leftMargin-guide-constraint' H:|-(0)-UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide' (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x600000067d40 'UIView-rightMargin-guide-constraint' H:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-|(LTR) (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x60000001d180 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x7fac93234b90'Done']-(0)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.026668+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e3f0 h=--& v=--& _UIToolbarContentView:0x7fac93230870.height == 0 (active)>", "<NSLayoutConstraint:0x600000067ed0 V:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067f20 _UIButtonBarStackView:0x7fac8fc1fe60.bottom == _UIToolbarContentView:0x7fac93230870.bottom (active)>", "<NSLayoutConstraint:0x60000001e850 UIImageView:0x7fac8ff483e0.centerY == _UIModernBarButton:0x7fac8ff480e0.centerY (active)>", "<NSLayoutConstraint:0x60000001ccd0 'IB_Baseline_Baseline' _UIModernBarButton:0x7fac8ff480e0.lastBaseline == UILayoutGuide:0x600001a025a0'UIViewLayoutMarginsGuide'.bottom (active)>", "<NSLayoutConstraint:0x60000001cd20 'IB_Top_Top' V:|-(>=0)-[_UIModernBarButton:0x7fac8ff480e0] (active, names: '|':_UIButtonBarButton:0x7fac8ff47f10 )>", "<NSLayoutConstraint:0x600000013890 'UIButtonBar.maximumAlignmentSize' _UIButtonBarButton:0x7fac8ff47f10.height == UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.height (active)>", "<NSLayoutConstraint:0x600000067cf0 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-| (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x60000001cc30 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a025a0'UIViewLayoutMarginsGuide']-(11)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff47f10 )>", "<NSLayoutConstraint:0x600000067c50 'UIView-topMargin-guide-constraint' V:|-(0)-[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'] (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x60000001e850 UIImageView:0x7fac8ff483e0.centerY == _UIModernBarButton:0x7fac8ff480e0.centerY (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.027877+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e3f0 h=--& v=--& _UIToolbarContentView:0x7fac93230870.height == 0 (active)>", "<NSLayoutConstraint:0x600000067ed0 V:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067f20 _UIButtonBarStackView:0x7fac8fc1fe60.bottom == _UIToolbarContentView:0x7fac93230870.bottom (active)>", "<NSLayoutConstraint:0x600000000140 UIImageView:0x7fac8ff490f0.centerY == _UIModernBarButton:0x7fac8ff488f0.centerY (active)>", "<NSLayoutConstraint:0x600000013ca0 'IB_Baseline_Baseline' _UIModernBarButton:0x7fac8ff488f0.lastBaseline == UILayoutGuide:0x600001a5dc00'UIViewLayoutMarginsGuide'.bottom (active)>", "<NSLayoutConstraint:0x600000013cf0 'IB_Top_Top' V:|-(>=0)-[_UIModernBarButton:0x7fac8ff488f0] (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x600000013f20 'UIButtonBar.maximumAlignmentSize' _UIButtonBarButton:0x7fac8ff48720.height == UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.height (active)>", "<NSLayoutConstraint:0x600000067cf0 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-| (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x600000013c00 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a5dc00'UIViewLayoutMarginsGuide']-(11)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff48720 )>", "<NSLayoutConstraint:0x600000067c50 'UIView-topMargin-guide-constraint' V:|-(0)-[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'] (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x600000000140 UIImageView:0x7fac8ff490f0.centerY == _UIModernBarButton:0x7fac8ff488f0.centerY (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.028953+0530 payment[15334:1650464] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000001e3f0 h=--& v=--& _UIToolbarContentView:0x7fac93230870.height == 0 (active)>", "<NSLayoutConstraint:0x600000067ed0 V:|-(0)-[_UIButtonBarStackView:0x7fac8fc1fe60] (active, names: '|':_UIToolbarContentView:0x7fac93230870 )>", "<NSLayoutConstraint:0x600000067f20 _UIButtonBarStackView:0x7fac8fc1fe60.bottom == _UIToolbarContentView:0x7fac93230870.bottom (active)>", "<NSLayoutConstraint:0x60000006a8f0 UIButtonLabel:0x7fac932376f0.centerY == _UIModernBarButton:0x7fac93234b90'Done'.centerY + 1.5 (active)>", "<NSLayoutConstraint:0x60000001d310 'TB_Baseline_Baseline' _UIModernBarButton:0x7fac93234b90'Done'.lastBaseline == UILayoutGuide:0x600001a02680'UIViewLayoutMarginsGuide'.bottom (active)>", "<NSLayoutConstraint:0x60000001d360 'TB_Top_Top' V:|-(>=0)-[_UIModernBarButton:0x7fac93234b90'Done'] (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x60000001d5e0 'UIButtonBar.maximumAlignmentSize' _UIButtonBarButton:0x7fac8ff49430.height == UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'.height (active)>", "<NSLayoutConstraint:0x600000067cf0 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide']-(0)-| (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>", "<NSLayoutConstraint:0x60000001d270 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x600001a02680'UIViewLayoutMarginsGuide']-(11)-| (active, names: '|':_UIButtonBarButton:0x7fac8ff49430 )>", "<NSLayoutConstraint:0x600000067c50 'UIView-topMargin-guide-constraint' V:|-(0)-[UILayoutGuide:0x600001a01ce0'UIViewLayoutMarginsGuide'] (active, names: '|':_UIButtonBarStackView:0x7fac8fc1fe60 )>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x60000006a8f0 UIButtonLabel:0x7fac932376f0.centerY == _UIModernBarButton:0x7fac93234b90'Done'.centerY + 1.5 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2021-02-18 16:39:10.048429+0530 payment[15334:1650464] Can't find keyplane that supports type 5 for keyboard iPhone-PortraitChoco-PhonePad; using 25984_PortraitChoco_iPhone-Complex-Pad_Default`

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

1.open payments -> select cards -> skip saved cards

  1. when enter cards info screen comes just check logs to see the UI crashes
Nautiyalsachin commented 3 years ago

Hey @Albinzr, Thanks for the steps and detailed crash log, we are looking into this. We will update you soon on the same.