Help with xcode error. Please, please, please :D
SSB
Member Posts: 13
Build GameSalad Viewer of project GameSalad Viewer with configuration Debug
Ld "build/Debug-iphonesimulator/GameSalad Viewer.app/GameSalad Viewer" normal i386
cd /Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6
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.0.sdk -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6 -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/../../trunk/player/iphone-common -F/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator -filelist "/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/GameSalad Viewer.build/Debug-iphonesimulator/GameSalad Viewer.build/Objects-normal/i386/GameSalad Viewer.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -lGameSaladViewer -framework CoreLocation -lsqlite3.0 -framework SystemConfiguration -framework AVFoundation -framework QuartzCore -framework CoreGraphics -framework OpenGLES -framework UIKit -framework Foundation -lxml2 -lz -framework OpenAL -framework AudioToolbox -o "/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator/GameSalad Viewer.app/GameSalad Viewer"
ld: warning: directory '/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/../../trunk/player/iphone-common' following -L not found
Undefined symbols:
"_OBJC_CLASS_$_AQGlassButton", referenced from:
objc-class-ref-to-AQGlassButton in main.o
"_OBJC_CLASS_$_GSViewerProgressIndicator", referenced from:
objc-class-ref-to-GSViewerProgressIndicator in main.o
"_OBJC_CLASS_$_GameSaladAppDelegate", referenced from:
objc-class-ref-to-GameSaladAppDelegate in main.o
"_OBJC_CLASS_$_GameListTableViewController", referenced from:
objc-class-ref-to-GameListTableViewController in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Ld "build/Debug-iphonesimulator/GameSalad Viewer.app/GameSalad Viewer" normal i386
cd /Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6
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.0.sdk -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6 -L/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/../../trunk/player/iphone-common -F/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator -filelist "/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/GameSalad Viewer.build/Debug-iphonesimulator/GameSalad Viewer.build/Objects-normal/i386/GameSalad Viewer.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -lGameSaladViewer -framework CoreLocation -lsqlite3.0 -framework SystemConfiguration -framework AVFoundation -framework QuartzCore -framework CoreGraphics -framework OpenGLES -framework UIKit -framework Foundation -lxml2 -lz -framework OpenAL -framework AudioToolbox -o "/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/build/Debug-iphonesimulator/GameSalad Viewer.app/GameSalad Viewer"
ld: warning: directory '/Users/haroldzaragozasaldias/Desktop/iphone-viewer-0.8.6/../../trunk/player/iphone-common' following -L not found
Undefined symbols:
"_OBJC_CLASS_$_AQGlassButton", referenced from:
objc-class-ref-to-AQGlassButton in main.o
"_OBJC_CLASS_$_GSViewerProgressIndicator", referenced from:
objc-class-ref-to-GSViewerProgressIndicator in main.o
"_OBJC_CLASS_$_GameSaladAppDelegate", referenced from:
objc-class-ref-to-GameSaladAppDelegate in main.o
"_OBJC_CLASS_$_GameListTableViewController", referenced from:
objc-class-ref-to-GameListTableViewController in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Comments
If you just intalled Xcode the base sdk is probably causing the erros.
Newest version with a good walkthrough is on your portfolio section
There is also another thread right below this one with some links
Use the walkthrough and newest version and it will work.