So, I am building my application using the twitter structure of Twitter, and I have a Twitter login button. I compile my application and decided to run the application on my iPhone with Xcode. he asked for permission to access the system Twitter accounts, and I mistakenly clicked "No." Now he refuses to compile as usual and gives this message:
[TwitterKit] did encounter error with message "Unable to authenticate using enter code herethe system account.": Error Domain=TWTRLogInErrorDomain Code=2 "User allowed permission to system accounts but there were none set up."
Can anyone advise how to re-authenticate?
source
share