bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Compilation on xCode4 #94

Open colourblue opened 12 years ago

colourblue commented 12 years ago

My existing project and the also Demo both come up with Semantic Issues in xCode 4 such as these

warning: incompatible pointer types assigning to 'NSObject __weak' from 'NSObject ' warning: 'MGTwitterStatusesParser' may not respond to 'parser:didEndElement:namespaceURI:qualifiedName:'

The project works fine on xCode3.

Is there a compatibility issue?

Many thanks,

Chris.