无法呈现和更新自动布局状态,无法启动可设计代理,因为工具正在关闭
Failed to render and update auto layout status, Failed to launch designables agent because tool was shutting down
我开始从事一个 iOS 项目,它使用 IB 和故事板。我在从存储库克隆后构建它并且它是成功的。但问题是在简单地点击情节提要或改变一些它不会 运行 的东西并抛出一些错误之后。
我用的是Xcode 12.4,我想可能是版本问题。
Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ReportsViewController (1DJ-2Y-KKP):
Failed to launch designables agent because tool was shutting down.
Check the console for a more detailed description and please file a
bug report at feedbackassistant.apple.com.
我应该做什么以及它在说什么?
此外,我在报告导航器中看到这条红线:
No account for team "**********". (Add a new account in the Accounts
preference pane or verify that your accounts have valid credentials.)
当您在 iPhone 上为 运行 构建应用程序时,需要对其进行代码签名
转到 xcode prefernece 并登录您的苹果开发者帐户。
转到 sining 和 capabilities setting
在团队部分确保选择了正确的开发团队
您还需要更改 app
的 bundle id
Failed to render and update auto layout status for ReportsViewController
此错误不应阻止您 building/running 您的申请。它通常是一个 Xcode 错误,大多数时候你可以通过打开 .swift
文件并返回到 storyboard
、撤消和重做上次更改或清理构建来摆脱它文件夹。
No account for team "**********".
这一定是阻止您使用 运行 您的应用程序的原因,要修复它,您必须使用 Apple 帐户登录。看这里:
打开故事板编辑器。在下面找到这个。将较新的设备更改为 show.Run.
我开始从事一个 iOS 项目,它使用 IB 和故事板。我在从存储库克隆后构建它并且它是成功的。但问题是在简单地点击情节提要或改变一些它不会 运行 的东西并抛出一些错误之后。 我用的是Xcode 12.4,我想可能是版本问题。
Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ReportsViewController (1DJ-2Y-KKP): Failed to launch designables agent because tool was shutting down. Check the console for a more detailed description and please file a bug report at feedbackassistant.apple.com.
我应该做什么以及它在说什么?
此外,我在报告导航器中看到这条红线:
No account for team "**********". (Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.)
当您在 iPhone 上为 运行 构建应用程序时,需要对其进行代码签名 转到 xcode prefernece 并登录您的苹果开发者帐户。 转到 sining 和 capabilities setting 在团队部分确保选择了正确的开发团队 您还需要更改 app
的 bundle idFailed to render and update auto layout status for ReportsViewController
此错误不应阻止您 building/running 您的申请。它通常是一个 Xcode 错误,大多数时候你可以通过打开 .swift
文件并返回到 storyboard
、撤消和重做上次更改或清理构建来摆脱它文件夹。
No account for team "**********".
这一定是阻止您使用 运行 您的应用程序的原因,要修复它,您必须使用 Apple 帐户登录。看这里:
打开故事板编辑器。在下面找到这个。将较新的设备更改为 show.Run.