Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile in Xcode 4.2 #103

Closed
ottost opened this issue Oct 16, 2011 · 3 comments
Closed

Compile in Xcode 4.2 #103

ottost opened this issue Oct 16, 2011 · 3 comments

Comments

@ottost
Copy link

ottost commented Oct 16, 2011

The Framework show several errors in TweetStream example (include image):

http://cl.ly/AzJL

Errors like:

  • SBJsonStreamParser.m:63:3: error: 'release' is unavailable: not available in automatic reference counting mode [3]
  • SBJsonStreamParser.m:63:3:{63:14-63:21}: error: ARC forbids explicit message send of 'release' [4]
  • SBJsonStreamParser.m:171:5: error: 'NSAutoreleasePool' is unavailable: not available in automatic reference counting mode [3]
  • SBJsonStreamParserAccumulator.m:37:6:{37:12-37:19}: error: ARC forbids explicit message send of 'release' [4]

etc.

Thanks in advance!

@stig
Copy link
Collaborator

stig commented Oct 16, 2011

Use the 'arc' branch, please.

Stig

On 16 Oct 2011, at 20:41, Oz wrote:

The Framework show several errors in TweetStream example (include image):

http://cl.ly/AzJL

Errors like:

  • SBJsonStreamParser.m:63:3: error: 'release' is unavailable: not available in automatic reference counting mode [3]
  • SBJsonStreamParser.m:63:3:{63:14-63:21}: error: ARC forbids explicit message send of 'release' [4]
  • SBJsonStreamParser.m:171:5: error: 'NSAutoreleasePool' is unavailable: not available in automatic reference counting mode [3]
  • SBJsonStreamParserAccumulator.m:37:6:{37:12-37:19}: error: ARC forbids explicit message send of 'release' [4]

etc.

Thanks in advance!

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

@ersinacar
Copy link

Hi!
I had same errors too!
It will sound noobish but what you mean with "Use the 'arc' branch" ? I just started today. And stucked at the login screen :) its not very nice.

Thanks!
Ersin.

@ottost
Copy link
Author

ottost commented Oct 17, 2011

@ottost ottost closed this as completed Oct 17, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants