iphone - 警告 : the current language does not match this frame

标签 iphone objective-c cocoa-touch xcode debugging

这会显示在 Xcode 的调试控制台中。这意味着什么?我应该担心吗?

最佳答案

这通常意味着您正在调试 ObjC++,而 gdb 对您所处的语言感到困惑。 gdb 在 ObjC++ 中经常遇到问题,这是尽可能将 C++ 和 ObjC 分开的众多原因之一。一个相关的错误是“没有 this 指针。”

关于iphone - 警告 : the current language does not match this frame,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5651661/

相关文章:

iphone - PhoneGap + 语音识别SDK

objective-c - 测试后的一个问题

ios - 使用 UITableView 部分进行分页

cocoa-touch - 如何更改 iPhone 上的 UIControl 焦点?

ios - 可以将编译后的 .m 文件下载到应用程序中吗?

iphone - 对 NSMutableArray 进行排序

ios - 无法在 iOS 6.0 或 6.1 中运行应用程序

iOS:如果从 Storyboard拖入,如何为点击手势识别器编写处理程序?

iphone - 当 'MyObjectViewDelegate' 明显存在时找不到协议(protocol)声明?1

iphone - UIWebView shouldStartLoadWithRequest 只调用一次?