Coder Social home page Coder Social logo

Comments (4)

xissburg avatar xissburg commented on July 26, 2024

What is your Xcode version? What compiler? Is ARC enabled?

from cocoaasyncsocket.

robbiehanson avatar robbiehanson commented on July 26, 2024

Is this supposed to be an issue for the XMPPFramework project?

If you copied the files into your own project, note that the xmpp frmk is ARC. The xmpp framework wiki has an article explaining setting up arc properly.

-Robbie Hanson
Sent from my iPhone

On Apr 7, 2012, at 7:06 AM, [email protected] wrote:

after successfull cloning of xmpp framework I have downloaded the local xmpp sample project from the repository and tried to compile it but I'm getting the errors I tried to compile the xmpp iphone example project and I'm getting the Parse issue error on here

@Property (strong, readonly) NSString *user;
@Property (strong, readonly) NSString *domain;
@Property (strong, readonly) NSString *resource;

and also an unexpected '@' here

@autoreleasepool {
int retVal = UIApplicationMain(argc, argv, nil, nil);
return retVal;

Can you please help me out as I'm working on the important project. Thank you.


Reply to this email directly or view it on GitHub:
#43

from cocoaasyncsocket.

obaidjawad avatar obaidjawad commented on July 26, 2024

At first I'd like to thank you for your valuable response.

I've went through the documentation as provided on https://github.com/robbiehanson/XMPPFramework/wiki/IntroToFramework#wiki-logging and likewise getting started with iOS and cocoa lumberjack framework. It seems I need to update the Xcode to 4.2 or later as my Xcode version is 4.0.2, and the compiler is LLVM Compiler 2.0 but I was not able to find the ARC setting to check whether it is ARC or Non-ARC.

I'd need to confirm 2 things before I go ahead

  1. Where can I find the ARC setting.

  2. Cloning of Xmpp framework which I have done is using the command line

git clone https://github.com/robbiehanson/XMPPFramework/ Xmppframework

and then I'm compiling the example project in XmppiPhone folder for the test.

Am I doing it correct?

from cocoaasyncsocket.

obaidjawad avatar obaidjawad commented on July 26, 2024

I got it where to set the ARC and convert the project into ARC project to remove the warnings.

from cocoaasyncsocket.

Related Issues (20)

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.