Hi everyone, I'm coding my first app and I have this trouble in debug when I open library photo on simulator:
2023-04-06 17:51:06.802034+0200 (appName)[69971:1574727] [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. ( "<NSLayoutConstraint:0x600003cea6c0 'accessoryView.bottom' _UIRemoteKeyboardPlaceholderView:0x7fb11612be90.bottom == _UIKBCompatInputView:0x7fb11613bf30.top (active)>", "<NSLayoutConstraint:0x600003c31810 'assistantHeight' SystemInputAssistantView.height == 45 (active, names: SystemInputAssistantView:0x7fb115746a40 )>", "<NSLayoutConstraint:0x600003cea440 'assistantView.bottom' SystemInputAssistantView.bottom == _UIKBCompatInputView:0x7fb11613bf30.top (active, names: SystemInputAssistantView:0x7fb115746a40 )>", "<NSLayoutConstraint:0x600003cea3f0 'assistantView.top' V:[_UIRemoteKeyboardPlaceholderView:0x7fb11612be90]-(0)-[SystemInputAssistantView] (active, names: SystemInputAssistantView:0x7fb115746a40 )>" )
Will attempt to recover by breaking constraint <NSLayoutConstraint:0x600003cea3f0 'assistantView.top' V:[_UIRemoteKeyboardPlaceholderView:0x7fb11612be90]-(0)-[SystemInputAssistantView] (active, names: SystemInputAssistantView:0x7fb115746a40 )>
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.
Could it be a problem generated by the simulator? Thanks!