View Single Post
I have built the framework nothing different for iphone I added them into the xcode using the menu, the simulator gives no errors but putting it onto the iphone gives three errors here is the log:

Code:
Ld /Users/ben/Documents/Projects/tcptester/build/Debug-iphoneos/tcptester.app/tcptester normal armv6
    cd /Users/ben/Documents/Projects/tcptester
    setenv IPHONEOS_DEPLOYMENT_TARGET 2.2
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    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/gcc-4.0 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk -L/Users/ben/Documents/Projects/tcptester/build/Debug-iphoneos -F/Users/ben/Documents/Projects/tcptester/build/Debug-iphoneos -F/Users/ben/Documents/Projects/tcptester -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk/System/Library/PrivateFrameworks -filelist /Users/ben/Documents/Projects/tcptester/build/tcptester.build/Debug-iphoneos/tcptester.build/Objects-normal/armv6/tcptester.LinkFileList -mmacosx-version-min=10.5 -Wl,-dead_strip -miphoneos-version-min=2.2 -framework Foundation -framework UIKit -framework CoreGraphics -framework OmniBase -framework OmniNetworking -o /Users/ben/Documents/Projects/tcptester/build/Debug-iphoneos/tcptester.app/tcptester
ld warning: in /Users/ben/Documents/Projects/tcptester/OmniBase.framework/OmniBase, missing required architecture arm in file
ld warning: in /Users/ben/Documents/Projects/tcptester/OmniNetworking.framework/OmniNetworking, missing required architecture arm in file
Undefined symbols:
  "_OBJC_CLASS_$_ONSocketStream", referenced from:
      __objc_classrefs__DATA@0 in MainView.o
  "_OBJC_CLASS_$_ONTCPSocket", referenced from:
      __objc_classrefs__DATA@0 in MainView.o
  "_OBJC_CLASS_$_ONHost", referenced from:
      __objc_classrefs__DATA@0 in MainView.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Any help would be good