我做了他们在视频中所做的事情。但是,当我使用美味的应用程序并尝试构建/运行它时,我的失败了。它说:“解析问题。需要一个类型。”
以下是它认为损坏的三行(位于 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。