Looks like even installing the ARFoundation and AR Kit XR plugins into the sample project as described here (the post refers to the sample project hosted here) generates what seems to be IL2CPP related link errors in XCode when building.
When the plugins aren’t installed, the sample project seems to work fine on the iOS device
Versions being used:
Unity: 2019.3.0a2
ARFoundation: 2.0.2 (also tried 1.1.0 and 1.0.0)
ARKit XR plugin: 2.0.1 (also tried 1.0.0)
XCode: 10.1
iPhone 8 running iOS 12.2
Here are the errors in XCode:
Undefined symbols for architecture arm64:
"_FrameReceivedEventArgs_t4637B6D2FC28197602B18C1815C4A778645479DD_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureManipulationEvent_t80F0163CC6437F2E1BC5B773E9599AF499D08E4F_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureManipulationEvent_t80F0163CC6437F2E1BC5B773E9599AF499D08E4F_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureNavigationEvent_t3718B4FDF2C71A07DFAB23CE2E27D1D022417866_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureRecognitionEvent_tBB5EFD6FF7697E5F8FDFB64BA9A51003282AEE68_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureRecognitionEvent_tBB5EFD6FF7697E5F8FDFB64BA9A51003282AEE68_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureTappedEvent_t793E61A597E40572998004754809BBF49D738535_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureTappedEvent_t793E61A597E40572998004754809BBF49D738535_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_MeshGenerationResult_t24F21E71F8F697D7D216BA4F3F064FB5434E6056_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_MeshGenerationResult_t24F21E71F8F697D7D216BA4F3F064FB5434E6056_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PlaneAddedEventArgs_t06BF8697BA4D8CD3A8C9AB8DF51F8D01D2910002_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PlaneRemovedEventArgs_t21E9C5879A8317E5F72263ED2235116F609E4C6A_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PlaneUpdatedEventArgs_tD63FB1655000C0BC238033545144C1FD81CED133_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PointCloudUpdatedEventArgs_tE7E1E32A6042806B927B110250C0D4FE755C6B07_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PointCloudUpdatedEventArgs_tE7E1E32A6042806B927B110250C0D4FE755C6B07_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_SessionTrackingStateChangedEventArgs_tE4B00077E5AAE143593A0BB3FA2C57237525E7BA_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_XRRenderPass_tEFEBF289C538809498F1828580181B42CE0FD7C8_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_XRRenderPass_tEFEBF289C538809498F1828580181B42CE0FD7C8_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IntegratedSubsystemDescriptor_tCC675C388E8A720B9467FCE039B00E7BE7693812_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_XRCameraSubsystemCinfo_t2DEC704C4D0CB1EC17BB8521B3358EE08C878BCC_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_XRCameraSubsystemCinfo_t2DEC704C4D0CB1EC17BB8521B3358EE08C878BCC_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PlaneRemovedEventArgs_t21E9C5879A8317E5F72263ED2235116F609E4C6A_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_XRCameraSubsystemCinfo_t2DEC704C4D0CB1EC17BB8521B3358EE08C878BCC_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t1EA8BEDEF7B4AF8E7065D4173F829D5C3C09F913_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t1EA8BEDEF7B4AF8E7065D4173F829D5C3C09F913_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t3A7A0974E08C86861E17F80513931B857013DF29_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t3A7A0974E08C86861E17F80513931B857013DF29_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t4760A1C9784E5D057E5B5D48B3C4C0B905471704_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t763E336A62E286B348AB9B084829CFD16A32D7AD_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t0D2C3593DAA5642EF84F81D756DBDDACC2E27C1A_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t0D2C3593DAA5642EF84F81D756DBDDACC2E27C1A_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IntegratedSubsystem_t3DA4A857E71E63A49B52353DBD88FA880196117E_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_FlipBoundaryWindingJob_tAB484E8E0F98EEA68CD01FECAEBD5BFA7C75B312_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IntegratedSubsystem_t3DA4A857E71E63A49B52353DBD88FA880196117E_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_FlipBoundaryWindingJob_tAB484E8E0F98EEA68CD01FECAEBD5BFA7C75B312_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_TransformBoundaryPositionsJob_t42DE86BF3E6AB9CAC98E5C1772288A28226EC59A_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_TransformBoundaryPositionsJob_t42DE86BF3E6AB9CAC98E5C1772288A28226EC59A_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_InvokableCall_1_add_Delegate_m092F0A272D937E03EB590E19DC2F2B788961018F_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_1_remove_Delegate_m2ABA630C73B024EB3A47100C48B91D1BE75C117C_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_1_Find_mB3AD5A37531368D7FC5F37AD22993EE25951B71F_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IntegratedSubsystemDescriptor_tCC675C388E8A720B9467FCE039B00E7BE7693812_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_Cinfo_t763E336A62E286B348AB9B084829CFD16A32D7AD_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_2_Find_m26B7D50B1D4203B1E9539D5BE727050009CDBEA5_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_3__ctor_mA26C0B9D52E628D915E0C705A735F226BBA9B3EE_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_DelegatePInvokeWrapper_NativeUpdateCallback_tCC4B5A2692C21C00FC2FC1E4EC5280E98423B8D5", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_PlaneUpdatedEventArgs_tD63FB1655000C0BC238033545144C1FD81CED133_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_4__ctor_mDF3741C3CF51E23313E2DF7062488C430F25EEF0_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_FrameReceivedEventArgs_t4637B6D2FC28197602B18C1815C4A778645479DD_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_GestureTappedEvent_t793E61A597E40572998004754809BBF49D738535_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_InvokableCall_4_Find_m31A9DD32912CC3F597F67C5B123F65D8D83BCB55_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_CachedInvokableCall_1__ctor_mB15077A11BD14A961B3E106B55FA77B468269505_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
CachedInvokableCall_1__ctor_mDAAE3953F8E06CCF91E667D7FFEA60A4783C703E(CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4*, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0*, MethodInfo_t*, String_t*, MethodInfo const*) in UnityEngine.CoreModule.o
"_CachedInvokableCall_1_Invoke_m00E6F009BC9A2005BBF11A5E905CB25FEA4BE367_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_1__ctor_mF6AE3BA9395C61DE1466BE7BB863A77F3584EEC3_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
UnityAction_1__ctor_m5BE8194CBA52251A923C67A40A2C21FC4B62D6EE(UnityAction_1_tF7A5A3010803F5E78C8602A240CF52A05903FCDD*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.CoreModule.o
UnityAction_1__ctor_mE598A96F0EF79B379A58856C7EC1E6B0B8061F58(UnityAction_1_t2B826E736052C1BE6F835859CAE53ED52928A7B4*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
UnityAction_1__ctor_mF0F4DF6DE711F7EA22694BBBDF3D09C047ABFBA1(UnityAction_1_t0D41E4CFF79A187B58D5D627409884666B14961C*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI2.o
UnityAction_1__ctor_mFD4ED45630D378036CE18FB04FEA5C829E06CEB6(UnityAction_1_tD07424D822F8527D240A320A1866C70C835C7C99*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI2.o
"_UnityAction_1_Invoke_m17ABEE101C7030994DA438A06855C68C2478C6B6_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
UnityAction_1_Invoke_m9D5CE6A3BA1977AAACEC33C9C23D4EE2898E90BB(UnityAction_1_tD07424D822F8527D240A320A1866C70C835C7C99*, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621*, MethodInfo const*) in UnityEngine.UI2.o
"_UnityAction_1_BeginInvoke_m0E6F26B70A39427E3FF824D0C1A2B4A05DC93781_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
UnityEvent_1__ctor_m6D8F4CF41AA6B95A6B73C30361071C32438F85EC(UnityEvent_1_t74D81F82F43FEE6D3592CADCB4D7253AFFC12332*, MethodInfo const*) in UnityEngine.CoreModule.o
UnityEvent_1__ctor_mAAB763AF71008A22777AC63DA7B7FFA0319D9808(UnityEvent_1_t796EE0CEE20D595E6DACBBADB076540F92D6648C*, MethodInfo const*) in UnityEngine.UI.o
UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91(UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15*, MethodInfo const*) in UnityEngine.UI1.o
"_UnityEvent_1_FindMethod_Impl_mDD1047ED8F4A1CABD0ACBC76D73B344DCDAC3126_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_1_GetDelegate_m1EE511D98201F0DE08C472BFB04DAC8E846243BE_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IntegratedSubsystemDescriptor_tCC675C388E8A720B9467FCE039B00E7BE7693812_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_UnityAction_2__ctor_mF4DB369856F884CA526A897CB6E86FE396844206_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_3__ctor_mD65DD6F2A7160759B11B9E9402E42889B0308B7C_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_3_Invoke_m4CC353FB62BF2996DDB0BDE4B517D4CBAB1388B2_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
UnityEvent_1_Invoke_mBF2FE1FDD574F280F44109316540037E559EB9FD(UnityEvent_1_t74D81F82F43FEE6D3592CADCB4D7253AFFC12332*, MessageEventArgs_t9E4989078D86D3D94EF8D595F80D6673636C9D30*, MethodInfo const*) in UnityEngine.CoreModule.o
UnityEvent_1_Invoke_mA82368C119FF51A045FF630AE347F07A60E96F4A(UnityEvent_1_t796EE0CEE20D595E6DACBBADB076540F92D6648C*, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5*, MethodInfo const*) in UnityEngine.UI.o
UnityEvent_1_Invoke_m785D62C56B841167D83F26AFF612D86132DF59D1(UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15*, String_t*, MethodInfo const*) in UnityEngine.UI1.o
"_UnityAction_3_BeginInvoke_mF0A7FADCA696D28F879DBE8BB21E0107020310CB_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_3_FindMethod_Impl_mF15A2B2F6BFE33613B6675FD2500E144CEF40FFA_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_3_GetDelegate_mDD941B02CC78310DE703586880CD8C926CF5EC2C_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_GestureHoldEvent_tE6ACA548C0C4D8F8C3B197066BD5E7B46A6B576A_marshal_pinvoke_back", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_UnityAction_4_Invoke_m91D7864FF201914C04AEC6B34DD6E7C62C367FF8_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_4_BeginInvoke_mCED3B2E5714E6AB57D5B05030DBE0851E6970061_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_4__ctor_m04FBFD537FBAF349F05C24B6EB9360FF08685819_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityEvent_4_GetDelegate_mAD2A7239ECF210269A5974AE66F1CFDB13977F54_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_XRRenderPass_tEFEBF289C538809498F1828580181B42CE0FD7C8_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IntegratedSubsystemDescriptor_1__ctor_m75D74928A8F28189212EBEF7C8C2142D5D4B66B8_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IntegratedSubsystem_1__ctor_mC4C6EE53C266D629703900C2FBA31C7BC93732F5_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_DelegatePInvokeWrapper_OnAsyncConversionCompleteDelegate_t841FB5BE19010FE3AFBEDEA37C52A468755B19FF", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_EventFunction_1__ctor_mDDE8D98B79E51B465CA86836F9AD0DF0FB00314A_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
EventFunction_1__ctor_mD23A9EE24F08DFDFF6CDFD27CDF39E97937ECDBC(EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
EventFunction_1__ctor_m8C106B880FC20E9A332509A5914B20806E1879B1(EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
EventFunction_1__ctor_mF2759B8DFBB0ECBC1B175D728BAAAC7B91C7D2BD(EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
EventFunction_1__ctor_m36DAEC046247F182A5FD00CB30CB32203B2D3E6B(EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
EventFunction_1__ctor_m5B61E9F281349B61E6825EB48D21E50B40E9D2BC(EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
EventFunction_1__ctor_m5BD2F419EE168ECE6792934DB53102C03DCE4294(EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418*, Il2CppObject*, long, MethodInfo const*) in UnityEngine.UI.o
...
"_EventFunction_1_Invoke_m7B4AC95E7BAF5767E88C6D1DAFEFEA8E3B8F7E5B_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_EventFunction_1_BeginInvoke_m2CB1D7986DDB11CD57CA1EC2D9B4F42537ADF198_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IndexedSet_1_get_Count_m6DE3F4B2BFAF739DBCA72BFE6529BCEB7B46BEA1_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
IndexedSet_1_get_Count_m605344BB930325E7FBAE46820792C001FE8FF1E7(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61*, MethodInfo const*) in UnityEngine.UI.o
IndexedSet_1_get_Count_m2E95B1E8D4B2A62B666E41C7F552D6B7EFBFCA50(IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A*, MethodInfo const*) in UnityEngine.UI.o
IndexedSet_1_get_Count_mBF30F2FFC63C9D153F4B64904836E7BB976F9B34(IndexedSet_1_tF9ACBD262A6D94131548F1759C8580E12B8AD07A*, MethodInfo const*) in UnityEngine.UI1.o
"_IndexedSet_1_set_Item_mB1E26F0231DAEC2791CD3699932813E830576811_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IndexedSet_1_System_Collections_IEnumerable_GetEnumerator_m4152E88062B65E51FC32FFC79B1DD8B578BA0E14_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_4_EndInvoke_mAA51C4DFA09F01F0AF79FD6A3419925FEE1015EB_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IndexedSet_1_Contains_m817CE7F84886FC85A53177240C1D28EE23F079DC_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
IndexedSet_1_Contains_mCA8B5DFC506A6DE4502DFCDC912CD60B335DF369(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61*, Il2CppObject*, MethodInfo const*) in UnityEngine.UI.o
"_GestureNavigationEvent_t3718B4FDF2C71A07DFAB23CE2E27D1D022417866_marshal_pinvoke_cleanup", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IndexedSet_1_CopyTo_m6D6DDEFA60C24E6FDE7F623056962571404EE890_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_PlaneAddedEventArgs_t06BF8697BA4D8CD3A8C9AB8DF51F8D01D2910002_marshal_pinvoke", referenced from:
_g_Il2CppInteropData in Il2CppInteropDataTable.o
"_IndexedSet_1_IndexOf_mA96032B59D36E8E466F5835BD779A45E51060B3E_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_IndexedSet_1_Insert_m81066D7E0A93E43F2CA764C332EA1D424D2A5BBB_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_UnityAction_2_Invoke_m06DA8061B2E6984DD80B43D6080FC181B3231267_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
"_TweenRunner_1__ctor_m2D6244FBF370723CF73C376DC4D2E44D3EEEE290_gshared", referenced from:
_g_Il2CppGenericMethodPointers in Il2CppGenericMethodPointerTable.o
Any thoughts / help would be appreciated. Thanks!