728x90
반응형
SMALL
에러 내용
2023-10-25 09:18:54.046592+0900 10.14.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.
ios에서 FCM을 사용할 경우 plist파일에 FirebaseAppDelegateProxyEnabled 내용이 들어가야 한다고 에러가 났다.
내용에 맞게
plist파일을 열어서 FirebaseAppDelegateProxyEnabled 내용을 추가 후 boolean으로 한 후 설정값은 NO로 해주면 해결
728x90
반응형
LIST
'개발' 카테고리의 다른 글
[Nexacro][Grid] cell edit (0) | 2024.05.22 |
---|---|
[ios] FirebaseApp.configure() (0) | 2023.10.25 |
[react-native][ios] webview 디버깅 (1) | 2023.10.05 |
[react-native] No Template named 'unary_function' in namespace 'std'; did you mean '__unary_function? (0) | 2023.09.27 |
[react-native] error:0308010C:digital envelope routines::unsupported (0) | 2023.09.27 |