Xcode 7.3.1'<无法解析类型>'在调试控制台中 [英] Xcode 7.3.1 '<could not resolve type>' in debug console

查看:89
本文介绍了Xcode 7.3.1'<无法解析类型>'在调试控制台中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Xcode 7.3.1中遇到调试模式问题,当我想在控制台中打印某些内容时,它会打印,或者即使我想深入了解对象详细信息,我也无法扩展任何内容:

I have a problem with debug mode in my Xcode 7.3.1, when I want print something in console it prints "" or even if I want go deeper in object details I can't expand anything:

有趣的是,如果我想查看内部内容,一切正常Pod库详细信息之一:

What is interesting I have everything working if I want see something inside one of pod library details:

< img src = https://i.stack.imgur.com/ggoCm.png alt =在此处输入图片描述>

谢谢寻求帮助;)

推荐答案

我找到了答案,我的问题出在 Project-Bridging-标头文件。
我以前有过:

I have found the answer, my problem was in Project-Bridging-Header file. I had before:

#import "DeepLinkKit.h"

现在我有:

#import <DeepLinkKit/DeepLinkKit.h>

所有内容都可以打印;)

and everything is printing's fine ;)

这篇关于Xcode 7.3.1'&lt;无法解析类型&gt;'在调试控制台中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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