0

我做了他们在视频中所做的事情。但是,当我使用美味的应用程序并尝试构建/运行它时,我的失败了。它说:“解析问题。需要一个类型。”

以下是它认为损坏的三行(位于 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。

4

1 回答 1

1

从该教程的第 1 步开始:

安装先决条件

您需要Xcode 4.5和可选的 Git

尝试升级 XCode 并查看它是否使用推荐的版本构建。

于 2012-09-27T16:13:38.767 回答