Results 1 to 4 of 4

Thread: XCode linking issue

  1. #1
    DavidK is offline Registered User
    Name: David Katz
    Organization: Personal
    Project: Treemap data visualization on iPad
    Join Date
    Jul 2011
    Posts
    2

    XCode linking issue

    Hi-

    I'm getting the below issue while compiling in Xcode 4.0 for iPad deployment. Any help will be greatly appreciated.

    Thanks,
    -Dave


    Ld /Users/david_l_katz/Library/Developer/Xcode/DerivedData/IceWorkspace-egjlkmpetnyrsaffwdmhzuxxwspf/Build/Products/Debug-iphonesimulator/IceHello2.app/IceHello2 normal i386
    cd /Users/david_l_katz/Desktop/IceWorkspace/IceHello2
    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/llvm-gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/david_l_katz/Library/Developer/Xcode/DerivedData/IceWorkspace-egjlkmpetnyrsaffwdmhzuxxwspf/Build/Products/Debug-iphonesimulator -L/opt/IceTouch-1.1/lib -F/Users/david_l_katz/Library/Developer/Xcode/DerivedData/IceWorkspace-egjlkmpetnyrsaffwdmhzuxxwspf/Build/Products/Debug-iphonesimulator -filelist /Users/david_l_katz/Library/Developer/Xcode/DerivedData/IceWorkspace-egjlkmpetnyrsaffwdmhzuxxwspf/Build/Intermediates/IceHello2.build/Debug-iphonesimulator/IceHello2.build/Objects-normal/i386/IceHello2.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -lxml2 -all_load -ObjC -lIceObjC.1.1 -lGlacier2ObjC.1.1 -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/david_l_katz/Library/Developer/Xcode/DerivedData/IceWorkspace-egjlkmpetnyrsaffwdmhzuxxwspf/Build/Products/Debug-iphonesimulator/IceHello2.app/IceHello2

    Undefined symbols for architecture i386:
    "_OBJC_CLASS_$_ICEObject", referenced from:
    objc-class-ref in ContactDefinition.o
    _OBJC_CLASS_$_hellofirstcontact in ContactDefinition.o
    "_OBJC_CLASS_$_ICEOperationNotExistException", referenced from:
    objc-class-ref in ContactDefinition.o
    "_OBJC_CLASS_$_ICEUnknownUserException", referenced from:
    objc-class-ref in ContactDefinition.o
    "_OBJC_METACLASS_$_ICEObjectPrx", referenced from:
    _OBJC_METACLASS_$_hellofirstcontactPrx in ContactDefinition.o
    "_OBJC_CLASS_$_ICEObjectPrx", referenced from:
    _OBJC_CLASS_$_hellofirstcontactPrx in ContactDefinition.o
    "_OBJC_METACLASS_$_ICEObject", referenced from:
    _OBJC_METACLASS_$_hellofirstcontact in ContactDefinition.o
    "_OBJC_EHTYPE_$_ICEException", referenced from:
    anon in ContactDefinition.o
    anon in ContactDefinition.o
    "_OBJC_EHTYPE_$_ICEUserException", referenced from:
    anon in ContactDefinition.o
    anon in ContactDefinition.o
    ld: symbol(s) not found for architecture i386
    collect2: ld returned 1 exit status

  2. #2
    mathieu is offline Registered User
    Name: Mathieu Dupont
    Organization: Miralupa
    Project: Mobile multiuser games plateform
    Join Date
    Jul 2011
    Posts
    3
    Hi Dave,

    I ran into something similar a while ago...

    First thing to try would be going back to XCode 3 since XCode 4 is not yet supported as stated here:

    ZeroC - Platforms for Ice Touch 1.1.0

    Mathieu

  3. #3
    DavidK is offline Registered User
    Name: David Katz
    Organization: Personal
    Project: Treemap data visualization on iPad
    Join Date
    Jul 2011
    Posts
    2

    XCode 4

    Ah, missed that thanks! Does anyone have an eta on the Xcode 4.0 plug-in for IceTouch?

    Thanks again,
    -Dave

  4. #4
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi David,

    We are about to release a new version of Ice Touch, with support for Xcode 3.2, 4.0 and 4.1. So ETA is a few days at most.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. xcode: symbols missing when linking
    By nico in forum Help Center
    Replies: 4
    Last Post: 06-15-2010, 05:30 AM
  2. how to get ice working with xcode 3.2.3 ?
    By nico in forum Help Center
    Replies: 6
    Last Post: 06-07-2010, 12:15 PM
  3. Xcode 3.2.2 (SN 64b) + Ice 3.3.1 working?
    By annekat in forum Help Center
    Replies: 3
    Last Post: 02-04-2010, 05:54 PM
  4. Xcode Plugin for Xcode 3.2?
    By uwe.arzt in forum Help Center
    Replies: 8
    Last Post: 09-17-2009, 09:54 AM
  5. New Screencast: Xcode Plugin for C++ project
    By matthew in forum Announcements
    Replies: 0
    Last Post: 07-10-2009, 12:16 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •