iphoneios6ios4facebook-ios-sdkacaccount

FacebookSDK - Unknown Type ACAccountCredentialRenewResult Error


I have installed newly updated facebook SDK 3.5 in my mac. I took the tutorials given in facebook developer website and integrated the facebook SDK in my XCode Project.

Facebook SDK Link

Tutorial Link

I just tried to run the facebook sample project. But I am getting the error as

Parse Issue: Unknown Type ACAccountCredentialRenewResult Error

and project is not compiling. I have seen that ACAccountCredentialRenewResult is available from iOS 6 itself. But facebook says the SDK is compatible from iOS 4.3+ . I am trying to run the project in iOS 5.1 simulator and XCode 4.5. Anyone help me to get rid of this issue. Any help would be appreciated.


Solution

  • Make your Accounts framework optional and try.enter image description here