iOS XMPP開發環境的搭建

來源:互聯網
上載者:User

1 首先下載xmppframework這個架構
https://github.com/robbiehanson/XMPPFramework

 2 環境配置參考:https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS1 添加xmppframework架構到工程中
將下面的檔案拖入工程中

 其中Extension中的模組可以選擇添加(只添加當前工程需要的模組)
xmppframework設計是模組化的, 包括核心和擴充, 第三方開發人員可以方便的添加自己的擴充實現;同時開發人員
也只需要添加自己工程需要的模組. 一般擴充都會依賴一些額外的包, 要注意同時添加進去.
這裡我選擇添加如下模組

2 添加framework   選擇工程 --> 選擇Build Phases   --> Link Binary With Libraries  點加號添加  需要添加的庫包括(注意根據你添加的模組不同,可能需要添加的庫不一樣)

3 添加一個搜尋路徑


4 添加XMPPFramework.h檔案
//This file is designed to be customized by YOU.
//As you pick and choose which parts of the framework you need for your application, add them to this header file
這個檔案可以在下載的XMPPFramework-master中找到


改下名字就可以了
5 之後還會遇到ARC相關的錯誤, 我的解決方案是在相應屬性定義處添加strong修飾符

 參考:http://blog.csdn.net/kangkangz4/article/details/7740135

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.