I ve Downloaded Facebook API fro IOS 5….But its showing some errors regrading the memory release…Since apple has introduced autorelease in IOS 5….
I referred this and tried blocking ARC for certain files ,bt it doesn’t work for me…
Is there any other methods to stop ARC in IOS 5?
How to overcome this?
Any one plz provide me the link for downloading the Facebook API for IOS 5…
If you use official SDK, you should compile it as a static library, not with your code, and then link your app with that library. You could see how it is done in SDK examples, and also here is some information about building process. Hope it will help.