Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseFacebookUtils 1.9.0 does not compile #389

Closed
wimbledon opened this issue Oct 9, 2015 · 2 comments
Closed

ParseFacebookUtils 1.9.0 does not compile #389

wimbledon opened this issue Oct 9, 2015 · 2 comments

Comments

@wimbledon
Copy link

- (BOOL)restoreAuthenticationWithAuthData:(nullable NSDictionary<NSString *,NSString *> *)authData {
    if (!authData) {
        OSAtomicIncrement32(&_currentOperationId);
        self.tokenCache.facebookId = nil;
        self.tokenCache.expirationDate = nil;
        self.tokenCache.accessToken = nil;
        self.session = nil;
        return YES;
    }

@nlutsenko
Copy link
Contributor

Looks like you are using Xcode 6.4? This define you looks like our mistake though of not being backward compatible with 6.4. Will fix it, but in the meantime - use Xcode 7, which is the current latest public release from Apple.

@nlutsenko nlutsenko added the type:bug Impaired feature or lacking behavior that is likely assumed label Oct 9, 2015
@nlutsenko nlutsenko self-assigned this Oct 9, 2015
@nlutsenko nlutsenko removed the type:bug Impaired feature or lacking behavior that is likely assumed label Oct 9, 2015
@nlutsenko
Copy link
Contributor

I am going to close this here, since it's not related to the Parse SDK, but only to ParseFacebookUtils.
The pull request with the fix -> parse-community/ParseFacebookUtils-iOS#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants