I recently posted a new thread about Linker errors in Xcode after making a new build with Unity 3.5, but since I can’t delete it and the title was a little misleading I decided to start a new thread.
So after hours and hours of research I found that what’s causing the linker errors are all the new functions/symbols added in the “RegisterAllStrippedInternalCalls()” method inside “RegisterMonoModules.cpp” file since Unity 3.4. It seams that Xcode cannot find any of these, and I don’t know why, or how to fix it.
I do have the latest IOS SDK installed (5.#) as well as the latest Xcode for Snow Leopard. I’m wondering if somehow the installation of either Xcode or Unity got corrupted?
Can anyone help me figure this out pretty please? I’m not savvy enough to fix these kind of problems on my own yet, but I’m working on it
Stephane