警告:当前语言与此框架不匹配 [英] Warning: the current language does not match this frame

查看:634
本文介绍了警告:当前语言与此框架不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这会显示在Xcode的调试控制台中。

This shows up in the debugging console in Xcode. What does it mean and should I be concerned?

推荐答案

它通常意味着你正在调试ObjC ++,gdb已经被困惑关于你在中间的什么语言。 gdb通常在ObjC ++中有麻烦,这是保持你的C ++和ObjC尽可能独立的许多原因之一。一个相关的错误是沿着No this 指针。

It generally means that you're debugging ObjC++ and that gdb has gotten confused about what language you're in the middle of. gdb often has trouble in ObjC++, which is one of many reasons to keep your C++ and ObjC separate as much as you can. A related error is along the lines of "No this pointer."

这篇关于警告:当前语言与此框架不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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