You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: