objective c - Error messages when using OpenGL ES template -
i made new opengl es application, , without modifying anything, ran program. runs, see these error messages:
detected attempt call symbol in system libraries not present on iphone: open$unix2003 called function _zn4llvm12memorybuffer7getfileepkcpssx in image libllvmcontainer.dylib. detected attempt call symbol in system libraries not present on iphone: fstat$inode64 called function _zn4llvm12memorybuffer7getfileepkcpssx in image libllvmcontainer.dylib. detected attempt call symbol in system libraries not present on iphone: mmap$unix2003 called function _zn4llvm3sys4path14mapinfilepageseiy in image libllvmcontainer.dylib. detected attempt call symbol in system libraries not present on iphone: close$unix2003 called function _zn4llvm12memorybuffer7getfileepkcpssx in image libllvmcontainer.dylib. detected attempt call symbol in system libraries not present on iphone: pthread_mutexattr_destroy$unix2003 called function _zn4llvm3sys5mutexc2eb in image libllvmcontainer.dylib.
the program displays colored box moves , down. it's supposed do? these error messages mean?
i've been noticing same. i'm running ios sdk 4.1. happens on simulator.
from found @ apple forums, seems simulator bug. apple representative claimed bug on "their" end.
here's quote "this bug on our end, long things otherwise working you, logging can safely ignored."
Comments
Post a Comment