Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7645335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:54:55+00:00 2026-05-31T09:54:55+00:00

I am trying to send and receive message using XMPP framework. I used XMPPStream

  • 0

I am trying to send and receive message using XMPP framework. I used XMPPStream class for sending and receiving message. My code to receive message is

- (void)xmppStream:(XMPPStream *)sender didReceiveMessage:(XMPPMessage *)message {

    NSString *msg = [[message elementForName:@"body"] stringValue];
    NSString *from = [[message attributeForName:@"from"] stringValue];
    NSMutableDictionary *m = [[NSMutableDictionary alloc] init];
    [m setObject:msg forKey:@"msg"];
    [m setObject:from forKey:@"sender"];
    [_messageDelegate newMessageReceived:m]; 
    [m release];

}

When i build i get a linker error

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_XMPPStream", referenced from:
      objc-class-ref in AppDelegate.o
  "_OBJC_CLASS_$_XMPPPresence", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please guide me to solve this issue.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:54:57+00:00Added an answer on May 31, 2026 at 9:54 am

    It is the problem with adding libraries to your project. Remove all libraries and add it again. Add libidn.a library in the xmppframework and compile it. Follow all the instructions in this link. github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to send and receive using pipes: send.cpp struct { long a; long
I'm trying perform a relatively basic TCP socket send/receive operation on Windows CE using
I'm trying to send and receive a client-event using a GtkWidget on the win32
I'm trying to send mails using PHP. For some reason when I receive the
I'm trying to send message test with mqueue, but message receiving fails with EMSGSIZE.
I'm using Linux and trying to send a long message through send(). The message
For about a year now, I've had problems trying to send and receive email
I am trying the basics of setting up XMPP communication between android phones using
what im trying to do is to send data in JSON using jquery to
I am trying to send growl notifications from PHP. The receiving computer is OSX

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.