After updating to Unity 3.5.2 I get the following errors when building for xcode:
Undefined symbols for architecture armv7:
“__Z14UnityGetGLViewv”, referenced from:
-[iPhoneADBannerViewDelegate bannerViewDidLoadAd:] in libiPhone-lib.a(iAd.o)
_ZN6iphone20OnProcessTouchEventsEP5NSSetS1 in libiPhone-lib.a(iPhoneInputImpl.o)
__Z20ShowOnScreenKeyboardmbbbbRKSs in libiPhone-lib.a(iPhoneKeyboard.o)
-[KeyboardDelegate keyboardDidChangeFrame:] in libiPhone-lib.a(iPhoneKeyboard.o)
-[MoviePlayerContext moviePreloadDidFinish:] in libiPhone-lib.a(iPhoneVideo.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture armv6:
“__Z14UnityGetGLViewv”, referenced from:
-[iPhoneADBannerViewDelegate bannerViewDidLoadAd:] in libiPhone-lib.a(iAd.o)
_ZN6iphone20OnProcessTouchEventsEP5NSSetS1 in libiPhone-lib.a(iPhoneInputImpl.o)
__Z20ShowOnScreenKeyboardmbbbbRKSs in libiPhone-lib.a(iPhoneKeyboard.o)
-[KeyboardDelegate keyboardDidChangeFrame:] in libiPhone-lib.a(iPhoneKeyboard.o)
-[MoviePlayerContext moviePreloadDidFinish:] in libiPhone-lib.a(iPhoneVideo.o)
ld: symbol(s) not found for architecture armv6
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone having the same issue or a way to solve it?
Thanks