Opening the dev menu gives a warning: "Unable to simultaneously satisfy constraints"
React Native version:
v0.60-rc2
Steps To Reproduce
- Start an app on iOS
- Cmd + D
The following gets logged:
[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:0x600001b8be80 UIView:0x7f95a3f1e9d0.width == - 16 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x600001b8be80 UIView:0x7f95a3f1e9d0.width == - 16 (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.
Nothing too bad on its own. When you reload often, it creates a lot of noise though.
Same issue with 0.59.10
issue still exists on RN 0.60.6
Same here. Pretty sure I didn't make a code change from yesterday too D: RN version 0.59.9
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.
same issue in 0.61.5. Also alerts not working on iOS.
Getting this on 0.61.4. On iPhone 11 Pro simulator.
Hi, getting this on 0.63.0, anyone ?
Hi, getting this on 0.63.1, On iPhone 11 simulator.
Encountered this today, I think the answer to this is "Use a different simulator". Seems to only happen on 11s, I switched to a 14 and it's all good
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.