Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iOS 中使用 AddThis 来共享图像。尽管其他一切正常(Twitter、电子邮件等),但当我尝试与 Facebook 共享图像时,应用程序崩溃了。我根据需要设置了 FB 密钥和秘密,但经过一些调试后,出现了以下错误:
[FBRequest initWithSession:graphPath:]: unrecognized selector sent to instance 0x268b10
关于如何解决这个问题的任何想法?
提前致谢!
终于,问题解决了!
我能够通过删除文件夹 ThirdPartyLibs/FBConnect 中的每个 Facebook 文件来解决这个问题,但文件夹 FacebookSDK 除外。问题是此文件夹(ThirdPartyLibs/FBConnect)中的代码“隐藏”了 FacebookSDK 文件夹中的有效代码,并且重复的 FBRequest 标头没有 initWithSession:graphPath:
我希望这可以帮助遇到同样问题的任何人。;)