-
Notifications
You must be signed in to change notification settings - Fork 169
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
feat(sdks): use v15.1.0 of underlying SDKs #339
Conversation
Nope! facebook/facebook-ios-sdk@347feee
I suppose we need to change it to |
I begged for help upstream, tracking here facebook/facebook-ios-sdk#2140 🙏 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Looks like v16 is out? Not sure if it works, needs motivated person to test the update, forward-port https://github.com/facebook/facebook-ios-sdk/releases |
@mikehardy I have upgraded the FBSDKVersion to
I'm not sure this is the best solution. However, I can build my own project without issues. |
That's fantastic! Please post it as a PR and if it works me/others we can merge it and get current. That would be a great achievement |
@kanadikirik thanks. This is working. But fbaemkit is not working. I get "'FBAEMKit/FBAEMKit.h' file not found" error when I import. How can I resolve this error? if I remove #import <FBAEMKit/FBAEMKit.h>, [FBAEMReporter handleURL:url] in application:openurl:options; It gives the error "No known class method for selector 'handleURL:'" on the line. It was fixed when I replaced handleUrl with handle. It's working fine now. Thanks. |
I guess we need to use
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just a bump to underlying SDKs, proposed via web UI with no testing, just to see how it goes. If it builds I'll release it