Ld /Users/rob/Library/Developer/Xcode/DerivedData/template-dntoirfjondcghauodezbwvuemiy/Build/Intermediates/template.build/Debug-iphoneos/template.build/Objects-normal/armv7s/Template normal armv7s
cd /Users/rob/Desktop/bootWork
setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -L/Users/rob/Library/Developer/Xcode/DerivedData/template-dntoirfjondcghauodezbwvuemiy/Build/Products/Debug "-L<Multiple" "-Lvalues>" -L/Users/rob/Project/src/AGKFullMac/AGK/IDE/platform/apple/Lib/Debug -F/Users/rob/Library/Developer/Xcode/DerivedData/template-dntoirfjondcghauodezbwvuemiy/Build/Products/Debug -filelist /Users/rob/Library/Developer/Xcode/DerivedData/template-dntoirfjondcghauodezbwvuemiy/Build/Intermediates/template.build/Debug-iphoneos/template.build/Objects-normal/armv7s/Template.LinkFileList -dead_strip -fobjc-link-runtime -miphoneos-version-min=6.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework CoreGraphics -framework AVFoundation -framework OpenAL -framework AudioToolbox -lAGKiOS -o /Users/rob/Library/Developer/Xcode/DerivedData/template-dntoirfjondcghauodezbwvuemiy/Build/Intermediates/template.build/Debug-iphoneos/template.build/Objects-normal/armv7s/Template
ld: warning: directory not found for option '-L<Multiple'
ld: warning: directory not found for option '-Lvalues>'
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/rob/Project/src/AGKFullMac/AGK/IDE/platform/apple/Lib/Debug/libAGKiOS.a for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/rob/Project/src/AGKFullMac/AGK/IDE/platform/apple/Lib/Debug/libAGKiOS.a for architecture armv7s
I am getting the above errors when I try to run the program on my ipad4. I can run the simulator just fine for the ipone and iPad. Right now I am running the simulator as iOS version 6.1. I have read somewhere on the forums about running as v5.x or v6.0. I can not find a way to set the build environment to use a different version. I am not sure if this is the problem or another problem. The Current version of AppGameKit tier 2 that I am using is 1076. I am also using ML for OSX.