Xcode 빌드시 thebackend.ios 에러

버전 정보>>
유니티: 2022.3.44f1
뒤끝: 5.5.0
Xcode: 15.2

유니티 버전을 올리고 iOS 빌드 도중 아래와 같은 에러가 발생해 문의 드립니다.
XCode 에러 메세지와 발생한 코드 부분 공유드리며 관련하여 확인 부탁드립니다.

감사합니다.

에러 메세지>>

Build/IOS_Live/Il2CppOutputProject/Source/il2cppOutput/TheBackend.iOS.cpp:137:3 no matching function for call to ‘NotificationServices_RegisterForNotifications_mFC5822BB1970225E6E71847547BE6C0F172F53B1’


코드>>

IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void iOSInstance_InitializeIos_m4DAE02B53909745D0F6D743EE9A8229E2D036404 (const RuntimeMethod* method)

{

{

// 아래 코드에서 에러가 발생합니다.
NotificationServices_RegisterForNotifications_mFC5822BB1970225E6E71847547BE6C0F172F53B1(7, NULL);

return ;

}
}

안녕하세요 개발자님,
아래 안내드리는 방법대로 진행하여 시도해 주시면 감사하겠습니다.

  1. Asset > TheBackend > Plugins > iOS 폴더 삭제
  2. Asset > TheBackend > Plugins > Android에 있는 TheBckend.iOS.dll에서 include Platforms 옵션에 IOS도 추가
  3. Mobile Notifications (유니티 플러그인) 설치
  4. Mobile Notification Settings - IOS - Enable Push Notifications와 Register for Push Notificiations on App Launch 체크
좋아요 1