ios Viewer errors

NachozNachoz Member Posts: 52
edited November -1 in Tech Support
when i try to build in xcode i get the following errors
any help would be much appreciated thanks :)

"_ADBannerContentSizeIdentifierLandscape", referenced from:

_ADBannerContentSizeIdentifierLandscape$non_lazy_ptr in libGameSaladViewer.a(GSiAdSupport.o)

(maybe you meant: _ADBannerContentSizeIdentifierLandscape$non_lazy_ptr)

"_ADBannerContentSizeIdentifierPortrait", referenced from:

_ADBannerContentSizeIdentifierPortrait$non_lazy_ptr in libGameSaladViewer.a(GSiAdSupport.o)

(maybe you meant: _ADBannerContentSizeIdentifierPortrait$non_lazy_ptr)

ld: symbol(s) not found

collect2: ld returned 1 exit status

Ld "build/GameSalad Viewer.build/Debug-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer" normal armv7
cd "/Users/c420/Downloads/viewer-distribution 2"
setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-4.2 -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk "-L/Users/c420/Downloads/viewer-distribution 2/build/Debug-iphoneos" "-L/Users/c420/Downloads/viewer-distribution 2" "-F/Users/c420/Downloads/viewer-distribution 2/build/Debug-iphoneos" -filelist "/Users/c420/Downloads/viewer-distribution 2/build/GameSalad Viewer.build/Debug-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer.LinkFileList" -miphoneos-version-min=3.0 -framework Foundation -framework UIKit -lGameSaladViewer -framework OpenAL -framework AudioToolbox -framework Security -framework SystemConfiguration -lsqlite3.0 -lxml2 -lz -weak_framework iAd -framework AVFoundation -framework QuartzCore -framework CoreGraphics -framework OpenGLES -o "/Users/c420/Downloads/viewer-distribution 2/build/GameSalad Viewer.build/Debug-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer"

Undefined symbols:
"_ADBannerContentSizeIdentifierLandscape", referenced from:
_ADBannerContentSizeIdentifierLandscape$non_lazy_ptr in libGameSaladViewer.a(GSiAdSupport.o)
(maybe you meant: _ADBannerContentSizeIdentifierLandscape$non_lazy_ptr)
"_ADBannerContentSizeIdentifierPortrait", referenced from:
_ADBannerContentSizeIdentifierPortrait$non_lazy_ptr in libGameSaladViewer.a(GSiAdSupport.o)
(maybe you meant: _ADBannerContentSizeIdentifierPortrait$non_lazy_ptr)
ld: symbol(s) not found
collect2: ld returned 1 exit status

Comments

Sign In or Register to comment.