버전 정보>>
유니티: 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 ;
}
}