Firebase의 FCM 사용 시 발생하는 에러
"IRMessaging 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."
Info.plist에 boolean 타입(false)으로 FirebaseAppDelegateProxyEnabled 추가하기
FirebaseAppDelegateProxyEnabled 와 swizzle 에 대한 자세한 설명은
2개의 블로그를 읽어보시면 도움이 되실 것 같습니다.
https://zeddios.tistory.com/554
https://jinsangjin.tistory.com/140
'Swift' 카테고리의 다른 글
Swift, Local Notification에 이미지 넣는 방법 (0) | 2024.02.23 |
---|---|
Firebase FCM 사용중 발생하는 '-[FIRInstallationsItem registeredInstallationWithJ 에러 해결 (2) | 2024.02.22 |
Tuist의 의존성 관리 방법과 Ignoring duplicate libraries: '-lc++' 에러 해결하기 (0) | 2024.02.09 |
Tuist와 Signing, Tuist 에서 프로비저닝 프로파일 설정하기 (0) | 2024.02.05 |
DispatchQueue(GCD)를 알아보자4, DispatchWorkItem과 Semaphore (0) | 2024.01.15 |