I'm trying to use the ios Account Framework. I already added the Accounts.Framework in my build phases, but I still get the error
Use of undeclared identifier "ACAccountStore"
Anyone know why? Social.Framework works fine for me.
Did you make sure to include the header?
#import <Accounts/Accounts.h>
import Accounts
Maybe you forgot to import it?
#import <Accounts/Accounts.h>
EDIT: Now I know where it's declared, so updated my answer. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With