Xcode linker error lists methods that should exist

I posted on Unity Answers about this but I thought I would post here as well. http://answers.unity3d.com/questions/1384974/xcode-linker-error-lists-methods-that-should-exist.html

I’m getting weird linker errors with a native project I’m embedding a Unity view within. The linker errors seem to be to methods that should exist, and I’ve included all the header/library/framework search paths.

You’re missing some native library that should contain these missing functions. From the names it looks to be some sort of plugin (UI IOS?)

Make sure that the library is included when you build your project.