Spring框架StoryBoard渲染错误 [英] Spring framework StoryBoard render Error

查看:76
本文介绍了Spring框架StoryBoard渲染错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个正在工作的项目。现在我再次安装吊舱

I had a project working project.now I install the pod again

吊舱'Spring',:git =>' https://github.com/MengTo/Spring.git ',:branch =>'swift3'



pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift3'



否,我收到此错误。

错误:IB Designables:无法呈现和更新AvailabilityViewController的自动布局状态,找不到合适的图像。确实找到了:Spring.framework: Spring.framework缺少必需的代码签名

"error: IB Designables: Failed to render and update auto layout status for AvailabilityViewController no suitable image found. Did find: Spring.framework: required code signature missing for 'Spring.framework’ "



现在我的应用程序正在运行。但是我无法在故事板上找到视图。

Now my app is running.but I could not find views in story board.


我试图从Xcode删除所有派生数据,并且关闭了自动管理签名的功能,但是没有任何效果。希望你理解我的问题。

I tried to remove all derived data from Xcode and I turn off Automatically manage signing.but nothing works.
Hope you understand my problem.
Thanks in advance.

推荐答案

这是与新的XCode和CocoaPods 1.5版相关的问题

This is an issue related to new XCode and CocoaPods version 1.5

您可以


  1. 将CocoaPods降级为1.4.x

  2. 实施以下解决方法:(添加到podfile的末尾并执行 pod更新

post_install做|安装程序|
installer.pods_project.build_configurations.each做| config |
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED' )
结束
结束

更多信息:
CocoaPods官方git问题:
https://github.com/ CocoaPods / CocoaPods / issues / 7606#issuecomment-381279098

这篇关于Spring框架StoryBoard渲染错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆