상황
react-native-fbsdk-next iOS 세팅
에러 메세지
Use of undeclared identifier 'FBSDKApplicationDelegate'
해결 방법
AppDeledate.mm 에서 #import <FBSDKCoreKit/FBSDKCoreKit.h> 임포트를 #if RCT_NEW_ARCH_ENABLED 위로 올려야 함
메뉴얼에선 #ifdef FB_SONARKIT_ENABLED 위로 올리라고 하는데 RN 버전 차이인 듯
이유