gpt4 book ai didi

iOS 模拟器 : "Unable to simultaneously satisfy constraints" with empty app

转载 作者:行者123 更新时间:2023-12-01 16:26:54 25 4
gpt4 key购买 nike

  • 创建新的单 View 应用程序(没有其他编辑)。
  • 在模拟器中构建并启动到 iPhone。
  • 切换通话状态栏。
  • “无法同时满足约束”

  • 这适用于 Xcode 7.2、模拟器 9.2、iOS 9.2、OS X 10.11.2。

    无缘无故地在我们的项目中出现约束错误,并将事情恢复到开始。现在如果没有自定义内容,只有默认的空白 View Controller 怎么办?

    仅在真实设备上进行测试并希望获得最好的结果似乎不是一个好的解决方案......

    最佳答案

    事实上,它会显示一个错误日志,但如果您检查冲突的 View ,它们似乎是私有(private)的(UIInputSetContainerViewUITextEffectsWindow),这可能表明存在 Apple 错误。

    2016-01-14 14:45:22.765 Teste[17945:2314568] 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:0x7fee78e27a00 V:|-(20)-[UIInputSetContainerView:0x7fee78e25000] (Names: '|':UITextEffectsWindow:0x7fee78e20330 )>",
    "<NSLayoutConstraint:0x7fee78c90e30 'UIInputWindowController-top' V:|-(0)-[UIInputSetContainerView:0x7fee78e25000] (Names: '|':UITextEffectsWindow:0x7fee78e20330 )>"
    )

    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x7fee78e27a00 V:|-(20)-[UIInputSetContainerView:0x7fee78e25000] (Names: '|':UITextEffectsWindow:0x7fee78e20330 )>

    我发现在 Apple Developer Forums 上报告了同样的问题。

    我认为,如果您实际上没有看到任何损坏的东西,则可以放心地忽略它。我希望这会有所帮助。

    关于iOS 模拟器 : "Unable to simultaneously satisfy constraints" with empty app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34781024/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com