Skip to content
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

'FBSDKCoreKit+Internal.h' file not found. #1707

Closed
wangjunhua1 opened this issue Apr 7, 2021 · 4 comments
Closed

'FBSDKCoreKit+Internal.h' file not found. #1707

wangjunhua1 opened this issue Apr 7, 2021 · 4 comments

Comments

@wangjunhua1
Copy link

wangjunhua1 commented Apr 7, 2021

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:
image

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

@wangjunhua1
Copy link
Author

I will be waiting online because we need to upgrade

@joesus
Copy link
Contributor

joesus commented Apr 7, 2021

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.

@wangjunhua1
Copy link
Author

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

@joesus
Copy link
Contributor

joesus commented Apr 8, 2021

I cannot make any promises but the goal is to release early next week.

@joesus joesus closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants