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