We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my podfile
install! 'cocoapods', disable_input_output_paths: true, generate_multiple_pod_projects: true, inhibit_all_warnings!
pod "FBSDKCoreKit" ,'9.1.0' pod "FBSDKLoginKit" , '9.1.0' pod "FBSDKShareKit" , '9.1.0'
error:
When I changed it to this, the error disappeared, please modify it
#ifdef FBSDKCOCOAPODS #import <FBSDKCoreKit/FBSDKCoreKit+Internal.h> #else #import "FBSDKCoreKit+Internal.h" #endif
The text was updated successfully, but these errors were encountered:
I will be waiting online because we need to upgrade
Sorry, something went wrong.
Thanks for flagging this! #1709 should fix. I plan to pick this into the 9.2 release candidate branch and expect to have it in the upcoming release.
When will the 9.2 release be? Thank you
I cannot make any promises but the goal is to release early next week.
No branches or pull requests
my podfile
install! 'cocoapods',
disable_input_output_paths: true,
generate_multiple_pod_projects: true,
inhibit_all_warnings!
error:

When I changed it to this, the error disappeared, please modify it
#ifdef FBSDKCOCOAPODS
#import <FBSDKCoreKit/FBSDKCoreKit+Internal.h>
#else
#import "FBSDKCoreKit+Internal.h"
#endif
The text was updated successfully, but these errors were encountered: