作者:chucai | 来源:互联网 | 2023-05-18 03:33
Xcode9repeatedlygivesmethiserroreverytimeItrytoAddMissingConstraintsorResettoSugges
Xcode 9 repeatedly gives me this error everytime I try to Add Missing Constraints or Reset to Suggested Constraints in a view controller that is attached to a navigation controller.
每当我尝试在附加到导航控制器的视图控制器中添加缺失约束或重置为建议约束时,Xcode 9就会反复出现此错误。
If I remove the segue connection between the navigation and view controller, adding missing constraints in the view controller works perfectly. This functionality appears to break whenever it is embedded in a navigation controller.
如果我删除导航和视图控制器之间的segue连接,则在视图控制器中添加缺少的约束可以完美地工作。只要将其嵌入导航控制器中,此功能就会中断。
Is there a solution to this bug? I've only seen one other user having this problem on Stackoverflow. I've tested this in three of my Xcode projects and it's barring me from completing any work at all on my apps.
这个bug有解决方案吗?我只看到另一个用户在Stackoverflow上遇到此问题。我已经在我的三个Xcode项目中对此进行了测试,并且禁止我在我的应用程序上完成任何工作。
1 个解决方案