我完全按照他们在视频中所做的工作。然而,当我到达美味的应用程序并尝试构建/运行它时,我的失败。它说:“解析问题。期望一种类型。”
以下是它认为已破解的三行(位于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;
// this method is called on an arbitrary queue.
- (void)requestAccessToAccountsWithType:(ACAccountType *)accountType
withCompletionHandler:(ACAccountStoreRequestAccessCompletionHandler)handler;
这是教程的链接。在我撞到这堵墙之前,我才进行了两分钟。 http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/
我正在运行Xcode v4.4.1。
答案 0 :(得分:1)
从该教程的第1步开始:
安装先决条件
您需要 Xcode 4.5 ,还可以选择Git
尝试升级XCode并查看它是否使用推荐版本构建。