I am trying to use the ios Account Framework. I already added Accounts.Framework to my build phases, but I still get the error message
Use of undeclared identifier "ACAccountStore"
Does anyone know why? Social.Framework works great for me.
Did you include the title?
#import <Accounts/Accounts.h>
import Accounts
Did you forget to import it?
EDIT: Now I know where it was announced, so update your answer. :)