使用OpenGL ES模板时出现错误消息 [英] Error messages when using OpenGL ES template

查看:165
本文介绍了使用OpenGL ES模板时出现错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我做了一个新的OpenGL ES应用程序,没有修改任何东西,我运行程序。它运行,但我看到这些错误消息:

I made a new OpenGL ES application, and without modifying anything, I ran the program. It runs, but I see these error messages:

Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
open$UNIX2003 called from function _ZN4llvm12MemoryBuffer7getFileEPKcPSsx in image libLLVMContainer.dylib.
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
fstat$INODE64 called from function _ZN4llvm12MemoryBuffer7getFileEPKcPSsx in image libLLVMContainer.dylib.
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
mmap$UNIX2003 called from function _ZN4llvm3sys4Path14MapInFilePagesEiy in image libLLVMContainer.dylib.
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
close$UNIX2003 called from function _ZN4llvm12MemoryBuffer7getFileEPKcPSsx in image libLLVMContainer.dylib.
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
pthread_mutexattr_destroy$UNIX2003 called from function _ZN4llvm3sys5MutexC2Eb in image libLLVMContainer.dylib.

程序显示一个向上和向下移动的彩色框。这是它应该做什么?这些错误消息是什么意思?

The program displays a colored box that moves up and down. Is this what it's supposed to do? What do these error messages mean?

推荐答案

我注意到了。我正在运行iOS sdk 4.1。但它只发生在模拟器上。

I've been noticing the same. I'm running iOS sdk 4.1. But it only happens on the simulator.

从我在苹果论坛上发现的,它似乎是一个模拟器bug。一个苹果代表声称这是一个他们的错误。

From what I found at the apple forums, it seems to be a simulator bug. An Apple representative claimed that it was a bug on "their" end.

这是一个报价这是我们的一个错误,但只要事情以其他方式工作对于你,日志记录可以安全地忽略。

Here's the quote "This is a bug on our end, but as long as things are otherwise working for you, the logging can safely be ignored."

这篇关于使用OpenGL ES模板时出现错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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