当我在IOS中构建我的应用程序时,它显示以下错误,
/platforms/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m:502:9: error: unknown type name 'FBSDKBridgeAPICallbackBlock'; did you mean 'FBSDKBridgeAPIResponseBlock'?
/platforms/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m:513:52: error: no visible @interface for 'FBSDKApplicationDelegate' declares the selector 'openBridgeAPIRequest:useSafariViewController:fromViewController:completionBlock:
我还更新了pod文件,但错误仍然存在。
发布于 2019-07-18 14:25:01
您可以尝试使用最新版本更新,并在需要时使用命令pod repo update tns更新您的pod repos。然后清理你的应用程序-删除./node_modules,./hooks和./platform文件夹,然后再次尝试构建应用程序。
https://stackoverflow.com/questions/55293730
复制相似问题