libplayer.a Errors building for iOs

I am trying to build with Enterprise for iOs with XCode 8.1 but receive these errors:

’  “_AVCaptureSessionPreset1280x720”, referenced from:

      -[AVCaptureController updateSessionPreset] in libplayer.a(Rtt_IPhoneGLVideoTexture.o)

  “_AVCaptureSessionPreset640x480”, referenced from:

      -[AVCaptureController updateSessionPreset] in libplayer.a(Rtt_IPhoneGLVideoTexture.o)

  “_AVLayerVideoGravityResize”, referenced from:

      Rtt::IPhoneVideoObject::ValueForKey(lua_State*, char const*) const in libplayer.a(Rtt_IPhoneVideoObject.o)

      Rtt::IPhoneVideoObject::SetValueForKey(lua_State*, char const*, int) in libplayer.a(Rtt_IPhoneVideoObject.o)

  “_AVLayerVideoGravityResizeAspect”, referenced from:

      Rtt::IPhoneVideoObject::SetValueForKey(lua_State*, char const*, int) in libplayer.a(Rtt_IPhoneVideoObject.o)"’

I am using the provided App template on version 2016.2984. Enterprise, SDK and plugins are that version.

Could you help me?

Thank you in advance,

Javier

Do you have AVFoundation included in your ‘Linked Frameworks and Libraries’ section?

Problem solved, thanks.
The problem was that I answered yes when Xcode suggested using libc++ with a minimum version of iOs 8.0. I will repeat “Never, never answer yes to auto-solve warnings”. Mantra for programmers: “Warnings are there to be ignored” :slight_smile:

Do you have AVFoundation included in your ‘Linked Frameworks and Libraries’ section?

Problem solved, thanks.
The problem was that I answered yes when Xcode suggested using libc++ with a minimum version of iOs 8.0. I will repeat “Never, never answer yes to auto-solve warnings”. Mantra for programmers: “Warnings are there to be ignored” :slight_smile: