hello, I just opened up the ios xcode 4 template to code a program for the iphone. When I comiple the "hello ipod,ipad or iphone" default code it has an error and says this:
Ld build/Debug/Template.app/Template normal i386
cd "/Applications/App Game Kit/IDE/templates/template_ios_xcode4"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk "-L/Applications/App Game Kit/IDE/templates/template_ios_xcode4/build/Debug" "-L/Applications/App Game Kit/IDE/templates/template_ios_xcode4/../../platform/apple/Lib/Debug" "-L/Applications/App Game Kit/IDE/templates/template_ios_xcode4/../../platform/apple/Lib/Release" "-F/Applications/App Game Kit/IDE/templates/template_ios_xcode4/build/Debug" -filelist "/Applications/App Game Kit/IDE/templates/template_ios_xcode4/build/template.build/Debug-iphonesimulator/template.build/Objects-normal/i386/Template.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework CoreGraphics -framework AVFoundation -framework OpenAL -framework AudioToolbox -lAGKiOS -o "/Applications/App Game Kit/IDE/templates/template_ios_xcode4/build/Debug/Template.app/Template"
Undefined symbols:
"AGK::agk:
latformDestroyGL()", referenced from:
AGK::agk:
estroyGL() in libAGKiOS.a(Wrapper.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
I did not change anything just install the update and ran the template (it is the same for xcode 3 temp.), thank you in advance!!
sov the game creator!