0

私は彼らがビデオでしていることを正確に行いました。ただし、素晴らしいアプリにアクセスしてビルド/実行しようとすると、失敗します。「解析に問題があります。タイプが必要です」と表示されます。

壊れていると思われる 3 行を次に示します (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;

ここにチュートリアルへのリンクがあります。この壁にぶつかるまでに、2分もかかりませんでした。 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 に答える