I developing iPhone application for iOS 4.2 using latest SDK iOS5. I trying to add external classes Kal
but i gives me error "ARC forbids explicit message send of 'autorelease', 'retain', and 'release'". And i want to add this classes in my application in any how condition. I want to execute that classes in my application. I stuck on two points basically, 1) How i use explicit use of retain, release, and autorelease keywords 2) How i deploy my app on 4.0 lower version from latest iOS 5.0(Containing ARC scheme)
Thanks RRB