Code Monkey home page Code Monkey logo

isima--zz3--smstoxmppiosapp's Introduction

SMSToXMPPiOSApp

Application XMPP : connexion ok identification ok envoi message ok réception message ok

Application SMS : événement réception ok lecture - envoi ok

Configuration du projet Framework XMPP : XMPPFramework Il a besoin de frameworks standards Project > Target > Build Phases > Link Binary With Libraries > + > CFNetwork.framework Project > Target > Build Phases > Link Binary With Libraries > + > CoreData.framework Project > Target > Build Phases > Link Binary With Libraries > + > Security.framework Project > Target > Build Phases > Link Binary With Libraries > + > SystemConfiguration.framework Project > Target > Build Phases > Link Binary With Libraries > + > libxml2.dylib Project > Target > Build Phases > Link Binary With Libraries > + > libresolv.dylib Il est codé en ARC, il faut donc le compiler en mode "ARC" Project > Target > Build Phases > Compile Sources Pour tous les fichiers du framework, ajouter l'option "-fobjc-arc" (sans parenthèse) Remarque Lors de la compilation avec "-fobjc-arc" il est possible que certain fichier émettent des erreur. C'est le cas par exemple de "XMPPMessage+XEP_0224.m"; Il suffit d'enlever cette option. Options de compilation Project > Target > Build Settings > Other Linker Flags : -lxml2 Project > Target > Build Settings > Header Search Paths : $(SDKROOT)/usr/include/libxml2 Project > Target > Build Settings > User Header Search Paths : /usr/include/libxml2 Framework SMS : CoreTelephony.framework Inclus dans le SDK de xCode : Project > Target > Build Phases > Compile Sources > CoreTelephony.framework Certains fichiers manquent dans le framework, il suffit de les ajouter au répertoire "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library/Frameworks/CoreTelephony.framework/Headers/". Lecture des SMS : Project > Target > Build Phases > Link Binary With Libraries > + > libsqlite3.dylib

isima--zz3--smstoxmppiosapp's People

Contributors

pinguet62 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.