Facebook Scrumptious sample app won't build

Posted by Chase Roberts on Stack Overflow See other posts from Stack Overflow or by Chase Roberts
Published on 2012-09-27T15:36:02Z Indexed on 2012/09/27 15:37 UTC
Read the original article Hit count: 188

Filed under:
|

I did exactly what they do in the video. However, when I get to the scrumptious app and try to build/run it, mine fails. It says: "Parse Issue. Expected a type."

Here are the two lines that it thinks are broken (located in the ACAccountStore.h):

// Returns the account type object matching the account type identifier. See
// ACAccountType.h for well known account type identifiers
- (ACAccountType *)accountTypeWithAccountTypeIdentifier:(NSString
*)typeIdentifier;

// Returns the accounts matching a given account type.
- (NSArray *)accountsWithAccountType:(ACAccountType *)accountType;

Here is a link to the tutorial. I only didn't even make it two min in before I hit this wall. http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/

I am running Xcode v4.4.1.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about xcode4