-
-
Notifications
You must be signed in to change notification settings - Fork 875
fix: implementation via CocoaPods fails due to missing FBSDKCoreKit
dependency
#1666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: implementation via CocoaPods fails due to missing FBSDKCoreKit
dependency
#1666
Conversation
Thanks for opening this pull request!
|
is there any way we can merge this? @mtrezza |
@StevenMasini Hasn't requested a review yet, so I'm not sure, is this ready? Does it fix the issue for you? |
I don't know to be honest. I can't say for sure until it gets merged. or maybe manually indicate his branch in Podfile? |
@mtrezza I am just wondering what's wrong with the |
Yes, doesn't seem related, I'll go ahead and merge. |
FBSDKCoreKit
dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
## [1.19.4](1.19.3...1.19.4) (2022-10-26) ### Bug Fixes * implementation via CocoaPods fails due to missing `FBSDKCoreKit` dependency ([#1666](#1666)) ([ac8a4fa](ac8a4fa))
🎉 This change has been released in version 1.19.4 |
New Pull Request Checklist
Issue Description
Adding subspec
Parse/FacebookUtils
to a project will generate linking compilation issues, caused by the missing dependencyFBSDKCoreKit
.Related issue: #1665
Approach
TODOs before merging