Skip to content

Commit

Permalink
Fix for 'FBSDKCoreKitImport.h' file not found. Fixes #1829
Browse files Browse the repository at this point in the history
Reviewed By: joesus

Differential Revision: D31005085

fbshipit-source-id: 29d7fee3b8cef0fb7ac968d5af248403a3ff17dc
  • Loading branch information
jawwad authored and facebook-github-bot committed Sep 17, 2021
1 parent e92f858 commit 7fd3621
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@

#if !TARGET_OS_TV

#import "FBSDKCoreKitImport.h"
#ifdef FBSDKCOCOAPODS
#import <FBSDKCoreKit/FBSDKCoreKit+Internal.h>
#else
#import "FBSDKCoreKit+Internal.h"
#endif

NS_SWIFT_NAME(MessengerIcon)
@interface FBSDKMessengerIcon : FBSDKIcon
Expand Down

0 comments on commit 7fd3621

Please sign in to comment.