- Home /
Xcode linker error lists methods that should exist
I am in the middle of integrating a native iOS app with a Unity view, and I've got it mostly working, but the most recent error is stumping me.
I've drawn a blank on how to fix this. The search paths for frameworks, libraries, and headers all seem to be correct, but the reference errors seem to point to methods that actually exists, and the "maybe you meant" lists the same name twice.
screen-shot-2017-07-26-at-113306-am.png
(430.5 kB)
Comment