https://firebase.flutter.dev/docs/messaging/apple-integration 하단 부분에
(Advanced, Optional) Allowing Notification Images 를 보고 image가 실린 FCM을 구현하고자 했습니다.
하지만 모든 셋팅을 완료하니 아래와 같이 오류가 발생했습니다.
KakaoSDKCommon-framework 2 issues
UIApplication+Utils
shared’ is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
‘shared’ is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
혹시 어떤 조치를 취해야 할까요 ㅠㅠ?
도움을 받을 수 있을까 조심스레 여쭤봅니다