Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/119.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 情节提要IB可设计文件无法更新自动布局状态Xcode 8.3.2_Ios_Xcode - Fatal编程技术网

Ios 情节提要IB可设计文件无法更新自动布局状态Xcode 8.3.2

Ios 情节提要IB可设计文件无法更新自动布局状态Xcode 8.3.2,ios,xcode,Ios,Xcode,我在Xcode 9测试版中打开了我的项目,然后又在Xcode 8.3.2中打开了同样的项目,我收到了这个问题 Failed to update auto layout status: Failed to launch designables agent. Check the console for a more detailed description and please file a bug report at bugreport.apple.com. 故事板屏幕是这样的 我在Xcode

我在Xcode 9测试版中打开了我的项目,然后又在Xcode 8.3.2中打开了同样的项目,我收到了这个问题

Failed to update auto layout status: Failed to launch designables agent. Check the console for a more detailed description and please file a bug report at bugreport.apple.com.
故事板屏幕是这样的

我在Xcode 9测试版中打开了我的项目,然后又在Xcode 8.3.2中打开了同样的项目,我收到了这个问题

Failed to update auto layout status: Failed to launch designables agent. Check the console for a more detailed description and please file a bug report at bugreport.apple.com.
据我所知,这是Xcode 9测试版中的一个bug。我以前使用过Xcode 9 beta版,它确实弄乱了我的故事板和xib布局,不是真正弄乱了布局本身,而是预览。基本上是整个界面生成器

如果您再次遇到这种情况,您知道Xcode中的演练(任何版本):

  • Cmd+Shift+K
  • Cmd+AltOption+Shift+K
  • 重新启动Xcode
  • 更多信息:当Xcode9还在测试版时,这种情况在我身上发生了很多次!我只是避免使用这个版本,如果我不需要在iOS 11测试版上构建iPhone7plus,我就暂时改用Xcode 8.x

    解决方案:从应用商店下载Xcode 9

    我在Xcode 9测试版中打开了我的项目,然后又在Xcode 8.3.2中打开了同样的项目,我收到了这个问题

    Failed to update auto layout status: Failed to launch designables agent. Check the console for a more detailed description and please file a bug report at bugreport.apple.com.
    
    据我所知,这是Xcode 9测试版中的一个bug。我以前使用过Xcode 9 beta版,它确实弄乱了我的故事板和xib布局,不是真正弄乱了布局本身,而是预览。基本上是整个界面生成器

    如果您再次遇到这种情况,您知道Xcode中的演练(任何版本):

  • Cmd+Shift+K
  • Cmd+AltOption+Shift+K
  • 重新启动Xcode
  • 更多信息:当Xcode9还在测试版时,这种情况在我身上发生了很多次!我只是避免使用这个版本,如果我不需要在iOS 11测试版上构建iPhone7plus,我就暂时改用Xcode 8.x


    解决方案:从应用商店下载Xcode 9

    我使用的是XCode 9,我打开了一个旧项目。
    当我将故事板中的目标从iPhone 8更改为iPhone SE时,问题得到了解决。

    我使用的是XCode 9,打开了一个旧项目。
    当我将StoryBoard中的目标从iPhone 8更改为iPhone SE时,问题得到了解决。

    @glenn clean构建文件夹工作正常。谢谢,我将从Store下载稳定的Xcode 9。问题也出现在Xcode 9.1中。不敢相信清理并重新启动已修复。IKR.:)在最新的Xcode版本中没有遇到过这样的问题:)这种情况只在测试版中发生过很多次。干杯@glenn清理构建文件夹工作正常谢谢,我将从商店下载稳定的Xcode 9问题也在Xcode 9.1中。不敢相信清理并重新启动已修复。IKR.:)在最新的Xcode版本中没有遇到过这样的问题:)这种情况只在测试版中发生过很多次。干杯明亮的谢谢你,太棒了!非常感谢。