• 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
adding framwork to x code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding framwork to x code


  • Subject: adding framwork to x code
  • From: "Vijay Kanse" <email@hidden>
  • Date: Mon, 14 Jul 2008 18:22:11 +0530
  • Thread-topic: adding framwork to x code

Hello,

How can I add the framework in X code?

I want to make address book plug ins.

I am importing <AddressBook/AddressBook.h>

I need to implement this things.

int main (int argc, const char *argv[]) {

    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

   

    ABAddressBook *book = [ABAddressBook sharedAddressBook];

   

    [pool release];

    return 0;

}

 

But I am getting error “.obj_class_name_ABAddressBook Referenced From”.

 

Can any one tell me what might be problem with?

 

Thank You..

 

 _______________________________________________
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

  • Follow-Ups:
    • Re: adding framwork to x code
      • From: Jens Alfke <email@hidden>
  • Prev by Date: getting files of current directory
  • Next by Date: Re: Project templates
  • Previous by thread: Re: getting files of current directory
  • Next by thread: Re: adding framwork to x code
  • Index(es):
    • Date
    • Thread