Search code examples
objective-ciosxmppios6xmppframework

Warning in XMPP classes on iOS 6


I am getting multiple warnings when I am trying to run my XMPP chat client on iOS 6

'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0

Not sure how to fix these warnings. Is updated XMPP framework available for objective C compatible with iOS 6?


Solution

  • This was reported at the project page:

    Someone uploaded a patch. Either give that a try, or just live with the warning until the patch is accepted.