gpt4 book ai didi

crash - Facebook iOS SDK:presentFeedDialogModallyWithSession崩溃

转载 作者:行者123 更新时间:2023-12-03 15:49:19 25 4
gpt4 key购买 nike

使用Facebook iOS SDK 3.7,Xcode 4.6,iOS模拟器6.0。

这是我的代码:

NSLog (@"opening session");
[FBSession openActiveSessionWithPublishPermissions: @[@"publish_actions"]
defaultAudience: FBSessionDefaultAudienceFriends
allowLoginUI: YES
completionHandler: nil];
NSLog (@"open active session completed");
if ([FBSession activeSession].isOpen)
{
NSLog (@"initiating feed dialog");
[FBWebDialogs presentFeedDialogModallyWithSession: nil
parameters: nil
handler: nil];
}

执行后,它崩溃,并向调试控制台显示以下输出:
opening session
open active session completed
initiating feed dialog
-[FBDialog initWithURL:params:isViewInvisible:frictionlessSettings:delegate:]: unrecognized selector sent to instance 0xb93c7e0

我尝试了几种变体,它们都崩溃了。上面的变体是最简单的。

非常感谢您的帮助。

最佳答案

问题在于系统中其他地方的旧代码(ShareKit库的旧版本)与Facebook SDK冲突。当我删除旧代码后,上面问题中的代码就可以正常工作。

关于crash - Facebook iOS SDK:presentFeedDialogModallyWithSession崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18345283/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com