I'm struggling with a Linker Error for an iOS project that was created with Unity 4.2.2. Since the last update of Unity, Xcode can't compile the project anymore, giving me the following error message:
Undefined symbols for architecture i386: "DebugStringToFile(char const*, int, char const*, int, int, int, int, int)", referenced from: prcore::Surface::ClearImage(prcore::color32 const&, prcore::Surface::ClearMode) in libiPhone-lib.a(blitter_integer.o) prcore::Surface::BlitImage(prcore::Surface const&, prcore::Surface::BlitMode) in libiPhone-lib.a(blitter_integer.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Screenshot:
Choosing the Device SDK and running it on the device works totally fine. But building for the iOS Simulator fails, no matter which settings I try to set in the project settings...