• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 3.0 Undefined Symbols linking error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 3.0 Undefined Symbols linking error


  • Subject: Xcode 3.0 Undefined Symbols linking error
  • From: Tom Hohensee <email@hidden>
  • Date: Sun, 4 Nov 2007 13:39:59 -0600

Trying to compile a small app I wrote to access web service.  It uses Web Services Core I am etting the following error.  I have searched the list and did see 1 similar question but there seems to be no final answer.  Anyway, this is the error I get


Ld /Users/tom/wstest2/build/wstest2.build/Release/wstest2.build/Objects-normal/ppc/wstest2 normal ppc
    cd /Users/tom/wstest2
    /Developer/usr/bin/gcc-4.0 -o /Users/tom/wstest2/build/wstest2.build/Release/wstest2.build/Objects-normal/ppc/wstest2 -L/Users/tom/wstest2/build/Release -F/Users/tom/wstest2/build/Release -filelist /Users/tom/wstest2/build/wstest2.build/Release/wstest2.build/Objects-normal/ppc/wstest2.LinkFileList -framework Foundation -arch ppc -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
Undefined symbols:
  "_WSMethodInvocationSetProperty", referenced from:
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _createsoapReq in wstest2.o
      _main in wstest2.o
  "_kWSDebugIncomingHeaders", referenced from:
      _kWSDebugIncomingHeaders$non_lazy_ptr in wstest2.o
  "_CFHTTPMessageCreateRequest", referenced from:
      _main in wstest2.o
  "_kWSDebugIncomingBody", referenced from:
      _kWSDebugIncomingBody$non_lazy_ptr in wstest2.o
  "_kWSDebugOutgoingHeaders", referenced from:
      _kWSDebugOutgoingHeaders$non_lazy_ptr in wstest2.o
  "_kWSHTTPFollowsRedirects", referenced from:
      _kWSHTTPFollowsRedirects$non_lazy_ptr in wstest2.o
  "_kWSDebugOutgoingBody", referenced from:
      _kWSDebugOutgoingBody$non_lazy_ptr in wstest2.o
  "_kWSHTTPMessage", referenced from:
      _kWSHTTPMessage$non_lazy_ptr in wstest2.o
  "_kCFHTTPVersion1_1", referenced from:
      _kCFHTTPVersion1_1$non_lazy_ptr in wstest2.o
  "_kWSSOAP2001Protocol", referenced from:
      _kWSSOAP2001Protocol$non_lazy_ptr in wstest2.o
  "_CFHTTPMessageGetResponseStatusCode", referenced from:
      _main in wstest2.o
      _main in wstest2.o
  "_CFHTTPMessageAddAuthentication", referenced from:
      _main in wstest2.o
  "_CFHTTPAuthenticationCopyRealm", referenced from:
      _main in wstest2.o
  "_WSMethodInvocationInvoke", referenced from:
      _main in wstest2.o
      _main in wstest2.o
  "_CFHTTPAuthenticationCopyDomains", referenced from:
      _main in wstest2.o
  "_kWSSOAPMethodNamespaceURI", referenced from:
      _kWSSOAPMethodNamespaceURI$non_lazy_ptr in wstest2.o
  "_CFHTTPAuthenticationCopyMethod", referenced from:
      _main in wstest2.o
  "_kWSHTTPExtraHeaders", referenced from:
      _kWSHTTPExtraHeaders$non_lazy_ptr in wstest2.o
  "_WSMethodInvocationCreate", referenced from:
      _createsoapReq in wstest2.o
  "_CFHTTPAuthenticationCreateFromResponse", referenced from:
      _main in wstest2.o
  "_kWSHTTPResponseMessage", referenced from:
      _kWSHTTPResponseMessage$non_lazy_ptr in wstest2.o
  "_WSMethodInvocationSetParameters", referenced from:
      _createsoapReq in wstest2.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Thanks 
Tom




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: double compile messages
  • Next by Date: Re: double compile messages
  • Previous by thread: Re: double compile messages
  • Next by thread: Change default project path?
  • Index(es):
    • Date
    • Thread