Nick, I am getting the following linking errors when compiling the iPhoneSRV target. I noticed the dependency on the SRVGetVersionOperation.m module within the SRVCommon library, however, it is unclear to me why you would have a common library which refers to OSX.
Ld build/Debug-iphonesimulator/iPhoneSRV.app/iPhoneSRV normal i386
cd "/Users/ybradette/Documents/iPhone Projects/SRV"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/DeveloperIOS40GM/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Develop
erIOS40GM/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/DeveloperIOS40GM/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /DeveloperIOS40GM/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimula
tor4.0.sdk "-L/Users/ybradette/Documents/iPhone Projects/SRV/build/Debug-iphonesimulator" "-F/Users/ybradette/Documents/iPhone Projects/SRV/build/Debug-iphonesimulator" -filelist "/Users/ybradette/Documents/iPhone Projects/SRV/build/SRV.build/Debug-iphonesimulator/iPhoneSRV.build/Objects-norma
l/i386/iPhoneSRV.LinkFileList" -mmacosx-version-min=10.6 -framework Foundation -framework UIKit -Xlinker -objc_abi_version -Xlinker 2 -framework Foundation -framework CoreGraphics -o "/Users/ybradette/Documents/iPhone Projects/SRV/build/Debug-iphonesimulator/iPhoneSRV.app/iPhoneSRV"
Undefined symbols:
"_OBJC_CLASS_$_SRVCancelAllAndCloseOperation", referenced from:
objc-class-ref-to-SRVCancelAllAndCloseOperation in SRVUIVCResetConnection.o
"_OBJC_CLASS_$_SRVGetVersionOperation", referenced from:
objc-class-ref-to-SRVGetVersionOperation in SRVUICVConnectProbe.o
"_OBJC_CLASS_$_SRVSetImageResolutionOperation", referenced from:
objc-class-ref-to-SRVSetImageResolutionOperation in SRVUICameraView.o
"_OBJC_CLASS_$_SRVConnectOperation", referenced from:
objc-class-ref-to-SRVConnectOperation in SRVUICVConnectProbe.o
"_OBJC_CLASS_$_SRVGetJPGFrameOperation", referenced from:
objc-class-ref-to-SRVGetJPGFrameOperation in SRVUICameraView.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Can't build this target against anything other than Mac OS in base SDK.
However, I was able to run the iPhoneSRV for simulator which makes sense since it is also x86 sdk.
How do I get to run the targets for actual device? Here is a screenshot
http://imotioneye.com/images/screenshot.jpg.
Thx