react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Opening the dev menu gives a warning: "Unable to simultaneously satisfy constraints"

Open JonnyBurger opened this issue 6 years ago • 10 comments

React Native version:

v0.60-rc2

Steps To Reproduce

  1. Start an app on iOS
  2. 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.

JonnyBurger avatar Jun 24 '19 17:06 JonnyBurger

Same issue with 0.59.10

solonifer avatar Aug 05 '19 03:08 solonifer

issue still exists on RN 0.60.6

sukrit-trivedi avatar Oct 31 '19 17:10 sukrit-trivedi

Same here. Pretty sure I didn't make a code change from yesterday too D: RN version 0.59.9

daxaxelrod avatar Jan 18 '20 18:01 daxaxelrod

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.

stale[bot] avatar Apr 17 '20 20:04 stale[bot]

same issue in 0.61.5. Also alerts not working on iOS.

pharti avatar Apr 24 '20 05:04 pharti

Getting this on 0.61.4. On iPhone 11 Pro simulator.

garrettg123 avatar May 26 '20 21:05 garrettg123

Hi, getting this on 0.63.0, anyone ?

thbd avatar Jul 10 '20 12:07 thbd

Hi, getting this on 0.63.1, On iPhone 11 simulator.

jaywcjlove avatar Jul 15 '20 10:07 jaywcjlove

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

iway1 avatar Jan 07 '23 02:01 iway1

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.

github-actions[bot] avatar Jul 06 '23 05:07 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Jul 13 '23 05:07 github-actions[bot]