danomatika / ofxMidi

(maintained) Midi addon for openFrameworks
Other
262 stars 72 forks source link

Undefined symbols for architecture x86_64 on iOS #75

Closed cuinjune closed 3 years ago

cuinjune commented 5 years ago

Hi, I tried to build midiExampleIOS with openFrameworks 0.10.1 but it does not work. I get the following errors below. How can I fix this? Thank you in advance!

Undefined symbols for architecture x86_64:
  "_glBufferSubData", referenced from:
      ofBufferObject::updateData(long, long, void const*) in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
  "_glBufferData", referenced from:
      ofBufferObject::setData(long, void const*, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
  "_glDeleteBuffers", referenced from:
      ofBufferObject::Data::~Data() in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
  "_glUniformMatrix4fv", referenced from:
      ofShader::setUniformMatrix4f(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, glm::tmat4x4<float, (glm::precision)0> const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glUniform4f", referenced from:
      ofShader::setUniform4f(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glUniform2f", referenced from:
      ofShader::setUniform2f(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glUniform1f", referenced from:
      ofShader::setUniform1f(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glDeleteShader", referenced from:
      releaseShader(unsigned int, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glCreateProgram", referenced from:
      ofShader::checkAndCreateProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glCreateShader", referenced from:
      ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glShaderSource", referenced from:
      ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glGetProgramiv", referenced from:
      ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
      ofShader::checkProgramLinkStatus() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
      ofShader::checkProgramInfoLog() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glGetActiveUniform", referenced from:
      ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glEnableVertexAttribArray", referenced from:
      ofGLProgrammableRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::draw(ofPolyline_<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofVbo::VertexAttribute::enable() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_glVertexAttribPointer", referenced from:
      ofGLProgrammableRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::draw(ofPolyline_<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofVbo::VertexAttribute::enable() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_UIApplicationMain", referenced from:
      ofAppiOSWindow::startAppWithDelegate(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in libofxiOS_iphonesimulator_Debug.a(ofAppiOSWindow.o)
  "_glPixelStorei", referenced from:
      ofGLRenderer::saveScreen(int, int, int, int, ofPixels_<unsigned char>&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::saveScreen(int, int, int, int, ofPixels_<unsigned char>&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofSetPixelStoreiAlignment(unsigned int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLUtils.o)
  "_glReadPixels", referenced from:
      ofGLRenderer::saveScreen(int, int, int, int, ofPixels_<unsigned char>&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::saveScreen(int, int, int, int, ofPixels_<unsigned char>&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glLightf", referenced from:
      ofGLRenderer::setLightSpotlightCutOff(int, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotConcentration(int, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightAttenuation(int, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glGetShaderiv", referenced from:
      ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
      ofShader::checkShaderInfoLog(unsigned int, unsigned int, ofLogLevel) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glIsEnabled", referenced from:
      ofGLRenderer::drawString(ofTrueTypeFont const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::getLightingEnabled() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glTexEnvi", referenced from:
      ofGLRenderer::enablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glClearColor", referenced from:
      ofGLRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setBackgroundColor(ofColor_<unsigned char> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::setBackgroundColor(ofColor_<unsigned char> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glColor4f", referenced from:
      ofGLRenderer::setColor(int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setColor(int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glLightfv", referenced from:
      ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightAmbientColor(int, ofColor_<float> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightDiffuseColor(int, ofColor_<float> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpecularColor(int, ofColor_<float> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glMultMatrixf", referenced from:
      ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glRotatef", referenced from:
      ofGLRenderer::rotateDeg(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateXDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateYDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateZDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateRad(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::rotateXRad(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glScalef", referenced from:
      ofGLRenderer::scale(float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glTranslatef", referenced from:
      ofGLRenderer::translate(glm::tvec3<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::translate(float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glShadeModel", referenced from:
      ofGLRenderer::setSmoothLighting(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glViewport", referenced from:
      ofGLRenderer::viewport(float, float, float, float, bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::viewport(float, float, float, float, bool) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glMaterialfv", referenced from:
      ofGLRenderer::bind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::unbind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glLoadMatrixf", referenced from:
      ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::loadMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glGetUniformLocation", referenced from:
      ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glUseProgram", referenced from:
      ofGLRenderer::bind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::unbind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::finishRender() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::bind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::unbind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glHint", referenced from:
      ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glEnable", referenced from:
      ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setColor(int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setColor(int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setDepthTest(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableAntiAliasing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glPushMatrix", referenced from:
      ofGLRenderer::pushMatrix() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glVertexPointer", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::draw(ofPolyline_<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawEllipse(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glColorPointer", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofVbo::bind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_glEnableClientState", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::draw(ofPolyline_<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setupGraphicDefaults() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glDrawElements", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawElements(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::drawElements(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glDisableClientState", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setupGraphicDefaults() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofVbo::unbind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_glBindAttribLocation", referenced from:
      ofShader::bindAttribute(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glTexParameteri", referenced from:
      ofTexture::setTextureMinMagFilter(int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_glGenerateMipmap", referenced from:
      ofTexture::generateMipmap() in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_glTexImage2D", referenced from:
      ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_glTexParameterf", referenced from:
      ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_glBindTexture", referenced from:
      ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
      ofTexture::loadData(void const*, int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
      ofTexture::generateMipmap() in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
      ofTexture::setTextureMinMagFilter(int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
      ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ...
  "_glDeleteTextures", referenced from:
      release(unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_glDetachShader", referenced from:
      releaseShader(unsigned int, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glAttachShader", referenced from:
      ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_CGImageGetColorSpace", referenced from:
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CVPixelBufferGetBytesPerRow", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_AudioUnitUninitialize", referenced from:
      -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_CGImageCreateCopy", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CGImageRelease", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
      -[iOSVideoGrabber dealloc] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CVPixelBufferGetHeight", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_AVAudioSessionInterruptionNotification", referenced from:
      -[SoundStream initWithNumOfChannels:withSampleRate:withBufferSize:] in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
      -[SoundStream dealloc] in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
  "_AVCaptureSessionPreset640x480", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_MIDIEndpointGetEntity", referenced from:
      IsNetworkSession(unsigned int) in PGMidi.o
  "_AVCaptureSessionPreset1280x720", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_AVCaptureSessionPresetLow", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glFramebufferRenderbuffer", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glFramebufferRenderbufferFunc)
  "_CMTimeMake", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glBindFramebuffer", referenced from:
      -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      ofGLRenderer::bind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::unbind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::bind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofGLProgrammableRenderer::unbind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
     (maybe you meant: _glBindFramebufferFunc)
  "_glFinish", referenced from:
      -[ofxiOSAppDelegate applicationWillResignActive:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
      -[ofxiOSAppDelegate applicationDidEnterBackground:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_UIDeviceOrientationDidChangeNotification", referenced from:
      -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_UIScreenDidConnectNotification", referenced from:
      -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_OBJC_CLASS_$_AVCaptureSession", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_UIScreenDidDisconnectNotification", referenced from:
      -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_MIDIPortDisconnectSource", referenced from:
      -[PGMidi disconnectSource:] in PGMidi.o
  "_glRenderbufferStorageMultisampleAPPLE", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
  "_OBJC_METACLASS_$_GLKView", referenced from:
      _OBJC_METACLASS_$_EAGLKView in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o)
  "_CFRelease", referenced from:
      IsNetworkSession(unsigned int) in PGMidi.o
      -[AVFoundationVideoPlayer dealloc] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_NSClassFromString", referenced from:
      -[EAGLView startAnimation] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_glUniform1i", referenced from:
      ofShader::setUniform1i(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_AVLinearPCMIsNonInterleaved", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_CGColorSpaceCreateDeviceRGB", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_kEAGLDrawablePropertyColorFormat", referenced from:
      -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_CGContextRelease", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glTexCoordPointer", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofVbo::bind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_glDeleteFramebuffers", referenced from:
      -[ES2Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glDeleteFramebuffersFunc)
  "_kEAGLColorFormatRGBA8", referenced from:
      -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_kEAGLDrawablePropertyRetainedBacking", referenced from:
      -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_glMatrixMode", referenced from:
      ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::matrixMode(ofMatrixMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_OBJC_CLASS_$_UIViewController", referenced from:
      _OBJC_CLASS_$_ofxiOSViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
      _OBJC_CLASS_$_iOSVideoGrabber in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_MIDIPacketListInit", referenced from:
      -[PGMidiDestination sendBytes:size:] in PGMidi.o
      -[PGMidi sendBytes:size:] in PGMidi.o
      ofxPGMidiOut::sendMessage(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in ofxPGMidiOut.o
  "_OBJC_CLASS_$_UIButton", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_NSDefaultRunLoopMode", referenced from:
      -[EAGLView startAnimation] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_OBJC_CLASS_$_UIImagePickerController", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_MIDIPacketListAdd", referenced from:
      -[PGMidiDestination sendBytes:size:] in PGMidi.o
      -[PGMidi sendBytes:size:] in PGMidi.o
      ofxPGMidiOut::sendMessage(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&) in ofxPGMidiOut.o
  "_CGRectZero", referenced from:
      -[ofxiOSAppDelegate createExternalWindowWithPreferredMode] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
      -[ofxiOSAppDelegate createExternalWindowWithScreenModeIndex:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_CGImageGetHeight", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_CGAffineTransformIdentity", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glCheckFramebufferStatusOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_CGAffineTransformMakeTranslation", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_NSInternalInconsistencyException", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_UIGraphicsBeginImageContext", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_CGContextConcatCTM", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glDeleteProgram", referenced from:
      releaseProgram(unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_glDrawArrays", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::draw(ofPolyline_<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::draw(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_UIGraphicsEndImageContext", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_CGAffineTransformRotate", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_AudioComponentInstanceDispose", referenced from:
      -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_CGAffineTransformScale", referenced from:
      -[ofxiOSImagePickerDelegate hideCameraOverlay] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_UIImageWriteToSavedPhotosAlbum", referenced from:
      -[ofxiOSImagePickerDelegate saveImageToPhotoAlbum] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_UIImagePickerControllerOriginalImage", referenced from:
      -[ofxiOSImagePickerDelegate imagePickerController:didFinishPickingMediaWithInfo:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_OBJC_CLASS_$_NSMutableString", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o)
  "_AudioUnitRender", referenced from:
      _soundInputStreamRenderCallback in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_OBJC_CLASS_$_AVAssetReaderTrackOutput", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_AVAudioSessionCategoryPlayAndRecord", referenced from:
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
      -[AVSoundPlayer setupSharedSession] in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
  "_glGetFloatv", referenced from:
      ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::pushView() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::getCurrentMatrix(ofMatrixMode) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_kCFCoreFoundationVersionNumber", referenced from:
      ofxPGMidiContext::setup() in ofxPGMidiContext.o
  "_OBJC_METACLASS_$_GLKViewController", referenced from:
      _OBJC_METACLASS_$_ofxiOSGLKViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
  "_OBJC_METACLASS_$_UIViewController", referenced from:
      _OBJC_METACLASS_$_ofxiOSViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
      _OBJC_METACLASS_$_iOSVideoGrabber in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_UIFont", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
  "_glDeleteRenderbuffers", referenced from:
      -[ES2Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glDeleteRenderbuffersFunc)
  "_UIScreenModeDidChangeNotification", referenced from:
      -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_glGenFramebuffers", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glGenFramebuffersFunc)
  "_OBJC_CLASS_$_UIPasteboard", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
  "_glGenRenderbuffers", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
  "_MIDIReceived", referenced from:
      -[PGMidiVirtualSourceDestination sendPacketList:] in PGMidi.o
  "_AVCaptureSessionPresetMedium", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glRenderbufferStorage", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glRenderbufferStorageMultisampleFunc, _glRenderbufferStorageFunc )
  "_OBJC_CLASS_$_AVCaptureDeviceInput", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_AVCaptureDevice", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CGBitmapContextCreateImage", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CGContextDrawImage", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_AVPlayerLayer", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_OBJC_CLASS_$_GLKView", referenced from:
      _OBJC_CLASS_$_EAGLKView in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o)
  "_glPopMatrix", referenced from:
      ofGLRenderer::popMatrix() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_glBindRenderbuffer", referenced from:
      -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glBindRenderbufferFunc)
  "_OBJC_CLASS_$_NSException", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_OBJC_CLASS_$_AVCaptureVideoDataOutput", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_CLLocationManager", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o)
  "_glDeleteRenderbuffersOES", referenced from:
      -[ES1Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_OBJC_CLASS_$_NSString", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSSoundStreamDelegate.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofAppiOSWindow.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSSoundPlayer.o)
  "_glDisable", referenced from:
      ofGLRenderer::bind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setDepthTest(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::disablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::disableAntiAliasing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(ofTrueTypeFont const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_glGenFramebuffersOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_AVLinearPCMIsFloatKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_kCLErrorDomain", referenced from:
      -[ofxiOSCoreLocationDelegate locationManager:didFailWithError:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o)
  "_glGetRenderbufferParameterivOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_glFramebufferRenderbufferOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_glDiscardFramebufferEXT", referenced from:
      -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
  "_glBindRenderbufferOES", referenced from:
      -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_AudioComponentFindNext", referenced from:
      -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_glBindFramebufferOES", referenced from:
      -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_glBlendFunc", referenced from:
      ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(ofTrueTypeFont const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_CMTimeRangeMake", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glDeleteFramebuffersOES", referenced from:
      -[ES1Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_AudioUnitSetProperty", referenced from:
      -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_OBJC_CLASS_$_NSArray", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_AudioUnitInitialize", referenced from:
      -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_OBJC_METACLASS_$_UIView", referenced from:
      _OBJC_METACLASS_$_AVFoundationVideoPlayerView in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      _OBJC_METACLASS_$_OverlayView in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      _OBJC_METACLASS_$_EAGLView in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_glLinkProgram", referenced from:
      ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_OBJC_CLASS_$_NSAutoreleasePool", referenced from:
      objc-class-ref in ofxPGMidiContext.o
  "_AudioComponentInstanceNew", referenced from:
      -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o)
  "_AVMediaTypeVideo", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
      -[iOSVideoGrabber listDevices] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_NSURL", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
  "_OBJC_CLASS_$_NSRunLoop", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_OBJC_CLASS_$_UIScreen", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
      ...
  "_CGAffineTransformMakeRotation", referenced from:
      -[ofxiOSGLKViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      -[ofxiOSGLKViewController willAnimateRotationToInterfaceOrientation:duration:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      ___78-[ofxiOSGLKViewController willAnimateRotationToInterfaceOrientation:duration:]_block_invoke in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      -[ofxiOSGLKViewController viewWillTransitionToSize:withTransitionCoordinator:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      ___78-[ofxiOSGLKViewController viewWillTransitionToSize:withTransitionCoordinator:]_block_invoke in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      -[ofxiOSKeyboardDelegate updateOrientation] in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
      -[ofxiOSKeyboardDelegate setFrame:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
      ...
  "_OBJC_CLASS_$_AVPlayerItem", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_AudioOutputUnitStop", referenced from:
      -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "_OBJC_CLASS_$_AVPlayer", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_CMTimeGetSeconds", referenced from:
      -[AVFoundationVideoPlayer getVideoSampleTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer getAudioSampleTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer getCurrentTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer getDurationInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_kCVPixelBufferPixelFormatTypeKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CVPixelBufferGetBaseAddress", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CGAffineTransformConcat", referenced from:
      -[ofxiOSGLKViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      -[ofxiOSViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
  "_AVFormatIDKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glLineWidth", referenced from:
      ofGLRenderer::setLineWidth(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_CGImageGetWidth", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_glTexSubImage2D", referenced from:
      ofTexture::loadData(void const*, int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_AVMediaTypeAudio", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "___CFConstantStringClassReference", referenced from:
      CFString in PGMidi.o
      CFString in PGMidi.o
      CFString in PGMidi.o
      CFString in PGMidi.o
      CFString in PGMidi.o
      CFString in PGMidi.o
      CFString in PGMidi.o
      ...
  "_CMSampleBufferGetPresentationTimeStamp", referenced from:
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_UIGraphicsGetCurrentContext", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_glGetProgramInfoLog", referenced from:
      ofShader::checkProgramInfoLog() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_CMTimeCompare", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glBindBuffer", referenced from:
      ofVbo::unbind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
      ofBufferObject::bind(unsigned int) const in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
      ofBufferObject::unbind(unsigned int) const in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
  "_CGContextTranslateCTM", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_OBJC_CLASS_$_UIWindow", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_glGetShaderInfoLog", referenced from:
      ofShader::checkShaderInfoLog(unsigned int, unsigned int, ofLogLevel) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_CMTimeMinimum", referenced from:
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer seekToTime:withTolerance:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glClear", referenced from:
      -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      ofGLRenderer::clear() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::background(ofColor_<unsigned char> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::clear() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ...
  "_CMSampleBufferGetImageBuffer", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer getCurrentFrame] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glClientActiveTexture", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_AVLinearPCMIsBigEndianKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glGenRenderbuffersOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_kMIDIPropertyUniqueID", referenced from:
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
  "_OBJC_CLASS_$_UIView", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      _OBJC_CLASS_$_AVFoundationVideoPlayerView in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      _OBJC_CLASS_$_OverlayView in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
      _OBJC_CLASS_$_EAGLView in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_glActiveTexture", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofShader::setUniformTexture(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, ofTexture const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_OBJC_CLASS_$_NSBundle", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_CGBitmapContextCreate", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_CVPixelBufferLockBaseAddress", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_AVNumberOfChannelsKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_AVChannelLayoutKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glTexEnvf", referenced from:
      ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_OBJC_CLASS_$_NSUserDefaults", referenced from:
      objc-class-ref in PGMidi.o
  "_AVPlayerItemDidPlayToEndTimeNotification", referenced from:
      -[AVFoundationVideoPlayer dealloc] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_CFMakeCollectable", referenced from:
      NameOfEndpoint(unsigned int) in PGMidi.o
  "_MIDIGetDestination", referenced from:
      -[PGMidi scanExistingDevices] in PGMidi.o
      -[PGMidi sendPacketList:] in PGMidi.o
  "_CGColorSpaceRelease", referenced from:
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_AVURLAsset", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_kCMTimeZero", referenced from:
      -[AVFoundationVideoPlayer init] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer seekToStart] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer seekToTime:withTolerance:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_CGContextScaleCTM", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_CGAffineTransformMakeScale", referenced from:
      -[ofxiOSImagePickerDelegate showCameraOverlayWithCustomView:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_kCMTimeInvalid", referenced from:
      -[AVFoundationVideoPlayer init] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_OBJC_CLASS_$_GLKViewController", referenced from:
      _OBJC_CLASS_$_ofxiOSGLKViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
  "_glColorMask", referenced from:
      ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLProgrammableRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_glResolveMultisampleFramebufferAPPLE", referenced from:
      -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
  "_OBJC_CLASS_$_NSData", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glGetError", referenced from:
      -[ofxiOSGLKViewController checkError] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      ofGLProgrammableRenderer::setup(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
      ofShader::checkProgramLinkStatus() in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_OBJC_CLASS_$_AVAudioPlayer", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
  "_MIDIInputPortCreate", referenced from:
      -[PGMidi init] in PGMidi.o
  "_CGImageGetBitsPerComponent", referenced from:
      AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_NSMachErrorDomain", referenced from:
      -[PGMidiDestination sendPacketList:] in PGMidi.o
      -[PGMidiVirtualSourceDestination sendPacketList:] in PGMidi.o
      -[PGMidi init] in PGMidi.o
      -[PGMidi dealloc] in PGMidi.o
      -[PGMidi setVirtualSourceEnabled:] in PGMidi.o
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
      -[PGMidi connectSource:] in PGMidi.o
      ...
  "_OBJC_CLASS_$_UITextField", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
  "_glGetRenderbufferParameteriv", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
  "_OBJC_CLASS_$_NSValue", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o)
  "_OBJC_EHTYPE_$_NSException", referenced from:
      GCC_except_table22 in ofxPGMidiIn.o
      GCC_except_table27 in ofxPGMidiIn.o
      GCC_except_table22 in ofxPGMidiOut.o
      GCC_except_table27 in ofxPGMidiOut.o
      GCC_except_table24 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_glGenBuffers", referenced from:
      ofBufferObject::Data::Data() in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o)
  "_OBJC_CLASS_$_CAEAGLLayer", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o)
  "_glLightModelfv", referenced from:
      ofGLRenderer::setGlobalAmbientColor(ofColor_<unsigned char> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
  "_UIGraphicsGetImageFromCurrentImageContext", referenced from:
      -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_glRenderbufferStorageOES", referenced from:
      -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
  "_OBJC_CLASS_$_NSDictionary", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glGetIntegerv", referenced from:
      ofGLRenderer::setup() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::getNativeViewport() const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::drawString(ofTrueTypeFont const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ...
  "_CGPointZero", referenced from:
      -[ofxiOSEAGLView orientateTouchPoint:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o)
      -[ofxiOSGLKView orientateTouchPoint:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o)
  "_CMTimeMaximum", referenced from:
      -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer seekToTime:withTolerance:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_OBJC_CLASS_$_NSNotificationCenter", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
  "_MIDIClientDispose", referenced from:
      -[PGMidi dealloc] in PGMidi.o
  "_MIDISourceCreate", referenced from:
      -[PGMidi setVirtualSourceEnabled:] in PGMidi.o
  "_OBJC_CLASS_$_UIImage", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
  "_AVLinearPCMBitDepthKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_OBJC_CLASS_$_NSMutableArray", referenced from:
      objc-class-ref in PGMidi.o
  "_OBJC_CLASS_$_UIDevice", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
      ...
  "_OBJC_CLASS_$_NSError", referenced from:
      objc-class-ref in PGMidi.o
  "_NSLog", referenced from:
      -[PGMidiDestination sendPacketList:] in PGMidi.o
      -[PGMidiVirtualSourceDestination sendPacketList:] in PGMidi.o
      -[PGMidi init] in PGMidi.o
      -[PGMidi dealloc] in PGMidi.o
      -[PGMidi setVirtualSourceEnabled:] in PGMidi.o
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
      -[PGMidi connectSource:] in PGMidi.o
      ...
  "_OBJC_CLASS_$_NSTimer", referenced from:
      objc-class-ref in PGMidi.o
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_AVCaptureSessionPreset1920x1080", referenced from:
      -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_OBJC_CLASS_$_AVAudioSession", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
  "_kMIDIPropertyDisplayName", referenced from:
      NameOfEndpoint(unsigned int) in PGMidi.o
  "_OBJC_CLASS_$_NSLock", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
  "_OBJC_CLASS_$_UIApplication", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofAppiOSWindow.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExternalDisplay.o)
  "_glNormalPointer", referenced from:
      ofGLRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o)
      ofVbo::bind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_MIDIGetSource", referenced from:
      -[PGMidi scanExistingDevices] in PGMidi.o
  "_OBJC_CLASS_$_AVAssetReader", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_OBJC_CLASS_$_UIColor", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o)
  "_MIDIGetNumberOfSources", referenced from:
      -[PGMidi scanExistingDevices] in PGMidi.o
  "_glBlendEquation", referenced from:
      ofGLProgrammableRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
  "_AVSampleRateKey", referenced from:
      -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_MIDIGetNumberOfDestinations", referenced from:
      -[PGMidi scanExistingDevices] in PGMidi.o
      -[PGMidi sendPacketList:] in PGMidi.o
  "_MIDIPortConnectSource", referenced from:
      -[PGMidi connectSource:] in PGMidi.o
  "_MIDIClientCreate", referenced from:
      -[PGMidi init] in PGMidi.o
  "_MIDIPortDispose", referenced from:
      -[PGMidi dealloc] in PGMidi.o
  "_MIDIDestinationCreate", referenced from:
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
  "_OBJC_CLASS_$_NSNumber", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_MIDIObjectSetIntegerProperty", referenced from:
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
  "_glCompileShader", referenced from:
      ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o)
  "_CVPixelBufferGetWidth", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_glDisableVertexAttribArray", referenced from:
      ofGLProgrammableRenderer::draw(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_<float>, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o)
      ofVbo::VertexAttribute::disable() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o)
  "_MIDIObjectGetIntegerProperty", referenced from:
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
  "_MIDIEndpointDispose", referenced from:
      -[PGMidi setVirtualSourceEnabled:] in PGMidi.o
      -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o
  "_AudioOutputUnitStart", referenced from:
      -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o)
      -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o)
  "ofxAccelerometerHandler::setup()", referenced from:
      ofApp::setup() in ofApp.o
  "_glGenTextures", referenced from:
      ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o)
  "_CVPixelBufferUnlockBaseAddress", referenced from:
      ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o)
  "_MIDIObjectGetProperties", referenced from:
      IsNetworkSession(unsigned int) in PGMidi.o
  "_MIDIOutputPortCreate", referenced from:
      -[PGMidi init] in PGMidi.o
  "_CMTimeMakeWithSeconds", referenced from:
      -[AVFoundationVideoPlayer addTimeObserverToPlayer] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer setSynchSampleTimeInSec:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
      -[AVFoundationVideoPlayer setPosition:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_MIDISend", referenced from:
      -[PGMidiDestination sendPacketList:] in PGMidi.o
      -[PGMidi sendPacketList:] in PGMidi.o
  "_glGetString", referenced from:
      -[ES1Renderer initWithDepth:andAA:andMSAASamples:andRetina:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      -[ES2Renderer initWithDepth:andAA:andMSAASamples:andRetina:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      ofGLSupportedExtensions() in libofxiOS_iphonesimulator_Debug.a(ofGLUtils.o)
  "_kCMTimePositiveInfinity", referenced from:
      -[AVFoundationVideoPlayer seekToTime:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o)
  "_ofxAccelerometer", referenced from:
      ofApp::setup() in ofApp.o
  "_MIDIObjectGetStringProperty", referenced from:
      NameOfEndpoint(unsigned int) in PGMidi.o
  "_MIDIFlushOutput", referenced from:
      -[PGMidiDestination flushOutput] in PGMidi.o
  "_OBJC_CLASS_$_EAGLContext", referenced from:
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
      objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o)
  "_glCheckFramebufferStatus", referenced from:
      -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o)
     (maybe you meant: _glCheckFramebufferStatusFunc)
  "_OBJC_CLASS_$_MIDINetworkSession", referenced from:
      objc-class-ref in PGMidi.o
  "_AVAudioSessionInterruptionTypeKey", referenced from:
      -[SoundStream handleInterruption:] in libofxiOS_iphonesimulator_Debug.a(SoundStream.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only
Showing first 200 errors only
danomatika commented 5 years ago

It doesn’t look like there are any references to ofxMidi in those linker errors. This is most likely an issue with your project and/or Xcode version. I still most likely not a problem with ofxMidi and I don’t have a quick answer.

enohp ym morf tnes

Dan Wilcox danomatika.com robotcowboy.com

On Jun 12, 2019, at 6:59 PM, Zack Lee notifications@github.com wrote:

Hi, I tried to build midiExampleIOS with openFrameworks 0.10.1 but it does not work. I get the following errors below. How can I fix this? Thank you in advance!

Undefined symbols for architecture x86_64: "_glBufferSubData", referenced from: ofBufferObject::updateData(long, long, void const) in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) "_glBufferData", referenced from: ofBufferObject::setData(long, void const, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) "_glDeleteBuffers", referenced from: ofBufferObject::Data::~Data() in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) "_glUniformMatrix4fv", referenced from: ofShader::setUniformMatrix4f(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, glm::tmat4x4<float, (glm::precision)0> const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glUniform4f", referenced from: ofShader::setUniform4f(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glUniform2f", referenced from: ofShader::setUniform2f(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glUniform1f", referenced from: ofShader::setUniform1f(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, float) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glDeleteShader", referenced from: releaseShader(unsigned int, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glCreateProgram", referenced from: ofShader::checkAndCreateProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glCreateShader", referenced from: ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glShaderSource", referenced from: ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glGetProgramiv", referenced from: ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) ofShader::checkProgramLinkStatus() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) ofShader::checkProgramInfoLog() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glGetActiveUniform", referenced from: ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "glEnableVertexAttribArray", referenced from: ofGLProgrammableRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulatorDebug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::draw(ofPolyline<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofVbo::VertexAttribute::enable() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) "glVertexAttribPointer", referenced from: ofGLProgrammableRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulatorDebug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::draw(ofPolyline<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofVbo::VertexAttribute::enable() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) "_UIApplicationMain", referenced from: ofAppiOSWindow::startAppWithDelegate(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >) in libofxiOS_iphonesimulator_Debug.a(ofAppiOSWindow.o) "glPixelStorei", referenced from: ofGLRenderer::saveScreen(int, int, int, int, ofPixels&) in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLProgrammableRenderer::saveScreen(int, int, int, int, ofPixels&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofSetPixelStoreiAlignment(unsigned int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLUtils.o) "glReadPixels", referenced from: ofGLRenderer::saveScreen(int, int, int, int, ofPixels&) in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLProgrammableRenderer::saveScreen(int, int, int, int, ofPixels&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "_glLightf", referenced from: ofGLRenderer::setLightSpotlightCutOff(int, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotConcentration(int, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightAttenuation(int, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glGetShaderiv", referenced from: ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) ofShader::checkShaderInfoLog(unsigned int, unsigned int, ofLogLevel) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glIsEnabled", referenced from: ofGLRenderer::drawString(ofTrueTypeFont const&, std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::getLightingEnabled() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glTexEnvi", referenced from: ofGLRenderer::enablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glClearColor", referenced from: ofGLRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::setBackgroundColor(ofColor const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::clearAlpha() in libofxiOS_iphonesimulatorDebug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::setBackgroundColor(ofColor const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "_glColor4f", referenced from: ofGLRenderer::setColor(int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setColor(int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glLightfv", referenced from: ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::setLightAmbientColor(int, ofColor const&) in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::setLightDiffuseColor(int, ofColor const&) in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::setLightSpecularColor(int, ofColor const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_glMultMatrixf", referenced from: ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glRotatef", referenced from: ofGLRenderer::rotateDeg(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateXDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateYDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateZDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateDeg(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateRad(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::rotateXRad(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_glScalef", referenced from: ofGLRenderer::scale(float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glTranslatef", referenced from: ofGLRenderer::translate(glm::tvec3<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::translate(float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glShadeModel", referenced from: ofGLRenderer::setSmoothLighting(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glViewport", referenced from: ofGLRenderer::viewport(float, float, float, float, bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::viewport(float, float, float, float, bool) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "_glMaterialfv", referenced from: ofGLRenderer::bind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::unbind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glLoadMatrixf", referenced from: ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::loadMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_glGetUniformLocation", referenced from: ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glUseProgram", referenced from: ofGLRenderer::bind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::unbind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::finishRender() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::bind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::unbind(ofShader const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "_glHint", referenced from: ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glEnable", referenced from: ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setColor(int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setColor(int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setDepthTest(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableAntiAliasing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_glPushMatrix", referenced from: ofGLRenderer::pushMatrix() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "glVertexPointer", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::draw(ofPolyline<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawEllipse(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "glColorPointer", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofVbo::bind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) "glEnableClientState", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::draw(ofPolyline<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setupGraphicDefaults() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "glDrawElements", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawElements(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLProgrammableRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::drawElements(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "glDisableClientState", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setupGraphicDefaults() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofVbo::unbind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) "_glBindAttribLocation", referenced from: ofShader::bindAttribute(unsigned int, std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glTexParameteri", referenced from: ofTexture::setTextureMinMagFilter(int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_glGenerateMipmap", referenced from: ofTexture::generateMipmap() in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_glTexImage2D", referenced from: ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_glTexParameterf", referenced from: ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_glBindTexture", referenced from: ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) ofTexture::loadData(void const, int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) ofTexture::generateMipmap() in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) ofTexture::setTextureMinMagFilter(int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ... "_glDeleteTextures", referenced from: release(unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_glDetachShader", referenced from: releaseShader(unsigned int, unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_glAttachShader", referenced from: ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_CGImageGetColorSpace", referenced from: AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CVPixelBufferGetBytesPerRow", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_AudioUnitUninitialize", referenced from: -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_CGImageCreateCopy", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CGImageRelease", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) -[iOSVideoGrabber dealloc] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CVPixelBufferGetHeight", referenced from: _39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_AVAudioSessionInterruptionNotification", referenced from: -[SoundStream initWithNumOfChannels:withSampleRate:withBufferSize:] in libofxiOS_iphonesimulator_Debug.a(SoundStream.o) -[SoundStream dealloc] in libofxiOS_iphonesimulator_Debug.a(SoundStream.o) "_AVCaptureSessionPreset640x480", referenced from: -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_MIDIEndpointGetEntity", referenced from: IsNetworkSession(unsigned int) in PGMidi.o "_AVCaptureSessionPreset1280x720", referenced from: -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_AVCaptureSessionPresetLow", referenced from: -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glFramebufferRenderbuffer", referenced from: -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glFramebufferRenderbufferFunc) "_CMTimeMake", referenced from: -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glBindFramebuffer", referenced from: -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) ofGLRenderer::bind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::unbind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::bind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofGLProgrammableRenderer::unbind(ofFbo const&) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) (maybe you meant: _glBindFramebufferFunc) "_glFinish", referenced from: -[ofxiOSAppDelegate applicationWillResignActive:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) -[ofxiOSAppDelegate applicationDidEnterBackground:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_UIDeviceOrientationDidChangeNotification", referenced from: -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_UIScreenDidConnectNotification", referenced from: -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_OBJCCLASS$_AVCaptureSession", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_UIScreenDidDisconnectNotification", referenced from: -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_MIDIPortDisconnectSource", referenced from: -[PGMidi disconnectSource:] in PGMidi.o "_glRenderbufferStorageMultisampleAPPLE", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) "_OBJCMETACLASS$_GLKView", referenced from: _OBJCMETACLASS$_EAGLKView in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o) "_CFRelease", referenced from: IsNetworkSession(unsigned int) in PGMidi.o -[AVFoundationVideoPlayer dealloc] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_NSClassFromString", referenced from: -[EAGLView startAnimation] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_glUniform1i", referenced from: ofShader::setUniform1i(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_AVLinearPCMIsNonInterleaved", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_CGColorSpaceCreateDeviceRGB", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_kEAGLDrawablePropertyColorFormat", referenced from: -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_CGContextRelease", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "glTexCoordPointer", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofVbo::bind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) "_glDeleteFramebuffers", referenced from: -[ES2Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glDeleteFramebuffersFunc) "_kEAGLColorFormatRGBA8", referenced from: -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_kEAGLDrawablePropertyRetainedBacking", referenced from: -[EAGLView initWithFrame:andPreferedRenderer:andDepth:andAA:andNumSamples:andRetina:andRetinaScale:sharegroup:] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_glMatrixMode", referenced from: ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::matrixMode(ofMatrixMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_OBJCCLASS$_UIViewController", referenced from: _OBJCCLASS$_ofxiOSViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o) _OBJCCLASS$_iOSVideoGrabber in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_MIDIPacketListInit", referenced from: -[PGMidiDestination sendBytes:size:] in PGMidi.o -[PGMidi sendBytes:size:] in PGMidi.o ofxPGMidiOut::sendMessage(std::1::vector<unsigned char, std::1::allocator >&) in ofxPGMidiOut.o "_OBJCCLASS$_UIButton", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_NSDefaultRunLoopMode", referenced from: -[EAGLView startAnimation] in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_OBJCCLASS$_UIImagePickerController", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_MIDIPacketListAdd", referenced from: -[PGMidiDestination sendBytes:size:] in PGMidi.o -[PGMidi sendBytes:size:] in PGMidi.o ofxPGMidiOut::sendMessage(std::1::vector<unsigned char, std::1::allocator >&) in ofxPGMidiOut.o "_CGRectZero", referenced from: -[ofxiOSAppDelegate createExternalWindowWithPreferredMode] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) -[ofxiOSAppDelegate createExternalWindowWithScreenModeIndex:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_CGImageGetHeight", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_CGAffineTransformIdentity", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glCheckFramebufferStatusOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_CGAffineTransformMakeTranslation", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_NSInternalInconsistencyException", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_UIGraphicsBeginImageContext", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_CGContextConcatCTM", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glDeleteProgram", referenced from: releaseProgram(unsigned int) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "glDrawArrays", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::draw(ofPolyline<glm::tvec3<float, (glm::precision)0> > const&) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::draw(ofVbo const&, unsigned int, int, int) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawLine(float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawRectangle(float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawTriangle(float, float, float, float, float, float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawCircle(float, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_UIGraphicsEndImageContext", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_CGAffineTransformRotate", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_AudioComponentInstanceDispose", referenced from: -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_CGAffineTransformScale", referenced from: -[ofxiOSImagePickerDelegate hideCameraOverlay] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_UIImageWriteToSavedPhotosAlbum", referenced from: -[ofxiOSImagePickerDelegate saveImageToPhotoAlbum] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_UIImagePickerControllerOriginalImage", referenced from: -[ofxiOSImagePickerDelegate imagePickerController:didFinishPickingMediaWithInfo:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_OBJCCLASS$_NSMutableString", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o) "_AudioUnitRender", referenced from: _soundInputStreamRenderCallback in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_OBJCCLASS$_AVAssetReaderTrackOutput", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_AVAudioSessionCategoryPlayAndRecord", referenced from: -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) -[AVSoundPlayer setupSharedSession] in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o) "_glGetFloatv", referenced from: ofGLRenderer::begin(ofFbo const&, ofFboMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::pushView() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::getCurrentMatrix(ofMatrixMode) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::multMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(std::1::basic_string<char, std::1::char_traits, std::__1::allocator >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_kCFCoreFoundationVersionNumber", referenced from: ofxPGMidiContext::setup() in ofxPGMidiContext.o "_OBJCMETACLASS$_GLKViewController", referenced from: _OBJCMETACLASS$_ofxiOSGLKViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) "_OBJCMETACLASS$_UIViewController", referenced from: _OBJCMETACLASS$_ofxiOSViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o) _OBJCMETACLASS$_iOSVideoGrabber in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_UIFont", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o) "_glDeleteRenderbuffers", referenced from: -[ES2Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glDeleteRenderbuffersFunc) "_UIScreenModeDidChangeNotification", referenced from: -[ofxiOSAppDelegate applicationDidFinishLaunching:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_glGenFramebuffers", referenced from: -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glGenFramebuffersFunc) "_OBJCCLASS$_UIPasteboard", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o) "_glGenRenderbuffers", referenced from: -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) "_MIDIReceived", referenced from: -[PGMidiVirtualSourceDestination sendPacketList:] in PGMidi.o "_AVCaptureSessionPresetMedium", referenced from: -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glRenderbufferStorage", referenced from: -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glRenderbufferStorageMultisampleFunc, _glRenderbufferStorageFunc ) "_OBJCCLASS$_AVCaptureDeviceInput", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_AVCaptureDevice", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CGBitmapContextCreateImage", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CGContextDrawImage", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage*&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_AVPlayerLayer", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_OBJCCLASS$_GLKView", referenced from: _OBJCCLASS$_EAGLKView in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o) "_glPopMatrix", referenced from: ofGLRenderer::popMatrix() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightSpotDirection(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_glBindRenderbuffer", referenced from: -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) (maybe you meant: _glBindRenderbufferFunc) "_OBJCCLASS$_NSException", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_OBJCCLASS$_AVCaptureVideoDataOutput", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_CLLocationManager", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o) "_glDeleteRenderbuffersOES", referenced from: -[ES1Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_OBJCCLASS$_NSString", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSSoundStreamDelegate.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofAppiOSWindow.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSSoundPlayer.o) "_glDisable", referenced from: ofGLRenderer::bind(ofBaseMaterial const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setDepthTest(bool) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::disablePointSprites() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::disableAntiAliasing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(ofTrueTypeFont const&, std::1::basic_string<char, std::1::char_traits, std::1::allocator >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_glGenFramebuffersOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_AVLinearPCMIsFloatKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_kCLErrorDomain", referenced from: -[ofxiOSCoreLocationDelegate locationManager:didFailWithError:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o) "_glGetRenderbufferParameterivOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_glFramebufferRenderbufferOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_glDiscardFramebufferEXT", referenced from: -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) "_glBindRenderbufferOES", referenced from: -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_AudioComponentFindNext", referenced from: -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_glBindFramebufferOES", referenced from: -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_glBlendFunc", referenced from: ofGLRenderer::startSmoothing() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(ofTrueTypeFont const&, std::1::basic_string<char, std::1::char_traits, std::1::allocator >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::setBlendMode(ofBlendMode) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "CMTimeRangeMake", referenced from: 39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glDeleteFramebuffersOES", referenced from: -[ES1Renderer destroyFramebuffer] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_AudioUnitSetProperty", referenced from: -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_OBJCCLASS$_NSArray", referenced from: objc-class-ref in PGMidi.o objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_AudioUnitInitialize", referenced from: -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_OBJCMETACLASS$_UIView", referenced from: _OBJCMETACLASS$_AVFoundationVideoPlayerView in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) _OBJCMETACLASS$_OverlayView in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) _OBJCMETACLASS$_EAGLView in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_glLinkProgram", referenced from: ofShader::linkProgram() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_OBJCCLASS$_NSAutoreleasePool", referenced from: objc-class-ref in ofxPGMidiContext.o "_AudioComponentInstanceNew", referenced from: -[SoundOutputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream start] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_OBJCCLASS$_NSMutableDictionary", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o) "_AVMediaTypeVideo", referenced from: ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) -[iOSVideoGrabber listDevices] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_NSURL", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o) "_OBJCCLASS$_NSRunLoop", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "_OBJCCLASS$_UIScreen", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSExtras.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) ... "_CGAffineTransformMakeRotation", referenced from: -[ofxiOSGLKViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) -[ofxiOSGLKViewController willAnimateRotationToInterfaceOrientation:duration:] in libofxiOS_iphonesimulatorDebug.a(ofxiOSGLKViewController.o) 78-[ofxiOSGLKViewController willAnimateRotationToInterfaceOrientation:duration:]_block_invoke in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) -[ofxiOSGLKViewController viewWillTransitionToSize:withTransitionCoordinator:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) _78-[ofxiOSGLKViewController viewWillTransitionToSize:withTransitionCoordinator:]_block_invoke in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) -[ofxiOSKeyboardDelegate updateOrientation] in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o) -[ofxiOSKeyboardDelegate setFrame:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o) ... "_OBJCCLASS$_AVPlayerItem", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_AudioOutputUnitStop", referenced from: -[SoundOutputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundOutputStream.o) -[SoundInputStream stop] in libofxiOS_iphonesimulator_Debug.a(SoundInputStream.o) "_OBJCCLASS$_AVPlayer", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_CMTimeGetSeconds", referenced from: -[AVFoundationVideoPlayer getVideoSampleTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer getAudioSampleTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer getCurrentTimeInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer getDurationInSec] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_kCVPixelBufferPixelFormatTypeKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[iOSVideoGrabber initCapture:capWidth:capHeight:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CVPixelBufferGetBaseAddress", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CGAffineTransformConcat", referenced from: -[ofxiOSGLKViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) -[ofxiOSViewController rotateToInterfaceOrientation:animated:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o) "_AVFormatIDKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glLineWidth", referenced from: ofGLRenderer::setLineWidth(float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_CGImageGetWidth", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_glTexSubImage2D", referenced from: ofTexture::loadData(void const*, int, int, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_AVMediaTypeAudio", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulatorDebug.a(AVFoundationVideoPlayer.o) "CFConstantStringClassReference", referenced from: CFString in PGMidi.o CFString in PGMidi.o CFString in PGMidi.o CFString in PGMidi.o CFString in PGMidi.o CFString in PGMidi.o CFString in PGMidi.o ... "_CMSampleBufferGetPresentationTimeStamp", referenced from: -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_UIGraphicsGetCurrentContext", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_glGetProgramInfoLog", referenced from: ofShader::checkProgramInfoLog() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_CMTimeCompare", referenced from: _39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glBindBuffer", referenced from: ofVbo::unbind() const in libofxiOS_iphonesimulator_Debug.a(ofVbo.o) ofBufferObject::bind(unsigned int) const in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) ofBufferObject::unbind(unsigned int) const in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) "_CGContextTranslateCTM", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_OBJCCLASS$_UIWindow", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_glGetShaderInfoLog", referenced from: ofShader::checkShaderInfoLog(unsigned int, unsigned int, ofLogLevel) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_CMTimeMinimum", referenced from: -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer seekToTime:withTolerance:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glClear", referenced from: -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) ofGLRenderer::clear() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::clear(float, float, float, float) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulatorDebug.a(ofGLRenderer.o) ofGLRenderer::background(ofColor const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::clear() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ... "CMSampleBufferGetImageBuffer", referenced from: 39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer getCurrentFrame] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "glClientActiveTexture", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_AVLinearPCMIsBigEndianKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glGenRenderbuffersOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_kMIDIPropertyUniqueID", referenced from: -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o "_OBJCCLASS$_UIView", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) _OBJCCLASS$_AVFoundationVideoPlayerView in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) _OBJCCLASS$_OverlayView in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSViewController.o) _OBJCCLASS$_EAGLView in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) "glActiveTexture", referenced from: ofGLRenderer::draw(ofMesh<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&, ofPolyRenderMode, bool, bool, bool) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableTextureTarget(ofTexture const&, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::disableTextureTarget(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofShader::setUniformTexture(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, ofTexture const&, int) const in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_OBJCCLASS$_NSBundle", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSCoreLocation.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSAppDelegate.o) "_CGBitmapContextCreate", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_CVPixelBufferLockBaseAddress", referenced from: _39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_AVNumberOfChannelsKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_AVChannelLayoutKey", referenced from: -[AVFoundationVideoPlayer createAssetReaderWithTimeRange:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glTexEnvf", referenced from: ofTexture::allocate(ofTextureData const&, int, int) in libofxiOS_iphonesimulator_Debug.a(ofTexture.o) "_OBJCCLASS$_NSUserDefaults", referenced from: objc-class-ref in PGMidi.o "_AVPlayerItemDidPlayToEndTimeNotification", referenced from: -[AVFoundationVideoPlayer dealloc] in libofxiOS_iphonesimulatorDebug.a(AVFoundationVideoPlayer.o) 39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_CFMakeCollectable", referenced from: NameOfEndpoint(unsigned int) in PGMidi.o "_MIDIGetDestination", referenced from: -[PGMidi scanExistingDevices] in PGMidi.o -[PGMidi sendPacketList:] in PGMidi.o "_CGColorSpaceRelease", referenced from: -[iOSVideoGrabber captureOutput:didOutputSampleBuffer:fromConnection:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_OBJCCLASS$_AVURLAsset", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_kCMTimeZero", referenced from: -[AVFoundationVideoPlayer init] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) ___39-[AVFoundationVideoPlayer loadWithURL:]_block_invoke_2 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer seekToStart] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer seekToTime:withTolerance:] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_CGContextScaleCTM", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_CGAffineTransformMakeScale", referenced from: -[ofxiOSImagePickerDelegate showCameraOverlayWithCustomView:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_kCMTimeInvalid", referenced from: -[AVFoundationVideoPlayer init] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer unloadVideo] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_OBJCCLASS$_GLKViewController", referenced from: _OBJCCLASS$_ofxiOSGLKViewController in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) "_glColorMask", referenced from: ofGLRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLProgrammableRenderer::clearAlpha() in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) "_glResolveMultisampleFramebufferAPPLE", referenced from: -[ES1Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) -[ES2Renderer finishRender] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) "_OBJCCLASS$_NSData", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glGetError", referenced from: -[ofxiOSGLKViewController checkError] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKViewController.o) ofGLProgrammableRenderer::setup(int, int) in libofxiOS_iphonesimulator_Debug.a(ofGLProgrammableRenderer.o) ofShader::setupShaderFromSource(ofShader::Source&&) in libofxiOS_iphonesimulator_Debug.a(ofShader.o) ofShader::checkProgramLinkStatus() in libofxiOS_iphonesimulator_Debug.a(ofShader.o) "_OBJCCLASS$_AVAudioPlayer", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVSoundPlayer.o) "_MIDIInputPortCreate", referenced from: -[PGMidi init] in PGMidi.o "_CGImageGetBitsPerComponent", referenced from: AVFoundationVideoGrabber::updatePixelsCB(CGImage&) in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_NSMachErrorDomain", referenced from: -[PGMidiDestination sendPacketList:] in PGMidi.o -[PGMidiVirtualSourceDestination sendPacketList:] in PGMidi.o -[PGMidi init] in PGMidi.o -[PGMidi dealloc] in PGMidi.o -[PGMidi setVirtualSourceEnabled:] in PGMidi.o -[PGMidi setVirtualDestinationEnabled:] in PGMidi.o -[PGMidi connectSource:] in PGMidi.o ... "_OBJCCLASS$_UITextField", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSKeyboard.o) "_glGetRenderbufferParameteriv", referenced from: -[ES2Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES2Renderer.o) "_OBJCCLASS$_NSValue", referenced from: objc-class-ref in PGMidi.o objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o) "_OBJCEHTYPE$_NSException", referenced from: GCC_except_table22 in ofxPGMidiIn.o GCC_except_table27 in ofxPGMidiIn.o GCC_except_table22 in ofxPGMidiOut.o GCC_except_table27 in ofxPGMidiOut.o GCC_except_table24 in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) "_glGenBuffers", referenced from: ofBufferObject::Data::Data() in libofxiOS_iphonesimulator_Debug.a(ofBufferObject.o) "_OBJCCLASS$_CAEAGLLayer", referenced from: objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLKView.o) "glLightModelfv", referenced from: ofGLRenderer::setGlobalAmbientColor(ofColor const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) "_UIGraphicsGetImageFromCurrentImageContext", referenced from: -[ofxiOSImagePickerDelegate scaleAndRotateImage:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSImagePicker.o) "_glRenderbufferStorageOES", referenced from: -[ES1Renderer createFramebuffer:] in libofxiOS_iphonesimulator_Debug.a(ES1Renderer.o) "_OBJCCLASS$_NSDictionary", referenced from: objc-class-ref in PGMidi.o objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(EAGLView.o) objc-class-ref in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoGrabber.o) "_glGetIntegerv", referenced from: ofGLRenderer::setup() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::getNativeViewport() const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::loadViewMatrix(glm::tmat4x4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, float, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::drawString(ofTrueTypeFont const&, std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, float, float) const in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::enableLighting() in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ofGLRenderer::setLightPosition(int, glm::tvec4<float, (glm::precision)0> const&) in libofxiOS_iphonesimulator_Debug.a(ofGLRenderer.o) ... "_CGPointZero", referenced from: -[ofxiOSEAGLView orientateTouchPoint:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSEAGLView.o) -[ofxiOSGLKView orientateTouchPoint:] in libofxiOS_iphonesimulator_Debug.a(ofxiOSGLKView.o) "_CMTimeMaximum", referenced from: -[AVFoundationVideoPlayer update] in libofxiOS_iphonesimulator_Debug.a(AVFoundationVideoPlayer.o) -[AVFoundationVideoPlayer seekToTime:withT

cuinjune commented 5 years ago

@danomatika I thought so too. But the error happens only when a project is using ofxMidi.

For example, If I create an empty project without any addon, it builds and runs fine. no error. But if I create an empty project (or update midiExampleIOS) with ofxMidi addon using the Project Generator, I get the errors I mentioned above.

I personally think it is a iOS specific problem because ofxMidi works fine on macOS. The last time I could successfully build ofxMidi project on iOS, I used OF 0.9.8. So could it be some code or build settings in ofxMidi not being compatible with the new OF 0.10.1?

I also tried with the latest OF nightly build for iOS but I got the same result. I used Xcode 10.1 on macOS 10.14.5 by the way.

I would appreciate if you could try building the ofxMidi project for iOS using OF 0.10.1. When you do, you need to set File -> Project Settings -> Per-User Project Settings -> Build System to Legacy Build System on Xcode.

cuinjune commented 5 years ago

@danomatika I figured out how to fix this.

After creating a project using PG, I needed to remove the last path from the framework search paths.

Screen Shot 2019-06-23 at 2 37 49 PM

I think it is only being added when I create a project with ofxMidi. Maybe it's because of the following setting in "addon_config.mk": ADDON_FRAMEWORKS = CoreMIDI

Also, In order to build midiExampleIOS project, I needed to comment out ofxAccelerometer.setup(); in ofApp::setup() because of the following errors:

Screen Shot 2019-06-23 at 2 48 17 PM

It would be nice if these issues could be fixed for iOS users. Thanks!

danomatika commented 3 years ago

ADDON_FRAMEWORKS = CoreMIDI

This is required, otherwise PGMIDI cannot link. The other framework path is added by the ProjectGenerator so this is a bug with the PG. Open an issue with the main OF PG repo about this.

I can remove the ofxAccelerometer.setup() call as it's left over from earlier versions of OF and no longer needed. For the rest, all I can do is add instructions to the readme.

danomatika commented 3 years ago

I've added info about fixing this and your screenshot to the readme. Thanks. This will have to do until the PG is fixed.