arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

EntryPointNotFoundException on IOSSupportManager

Open RoselliSimone opened this issue 4 years ago • 1 comments

I get actually the same error both on iOS and on Android, this is the stack:

EntryPointNotFoundException: ArSession_create Google.XR.ARCoreExtensions.Internal.IOSSupportManager.CreateARCoreSession () (at DownloadedPackages/ArCoreExtensions/package/Runtime/Scripts/Internal/IOSSupportManager.cs:155) Google.XR.ARCoreExtensions.Internal.IOSSupportManager.get_Instance () (at DownloadedPackages/ArCoreExtensions/package/Runtime/Scripts/Internal/IOSSupportManager.cs:59) Google.XR.ARCoreExtensions.ARCoreExtensions.OnEnable () (at DownloadedPackages/ArCoreExtensions/package/Runtime/Scripts/ARCoreExtensions.cs:166)

It looks like there is some broken connection with the dll imported through ApiConstants (i guess) which doesn´t pass through the correct Api Key from Settings. I also tried to hardcode the Api Key to force it, but the error must be in the internal function and still doesn´t work. I guess there are multiple problems in this process.

My setup:

MacBook Pro on macOS Big Sur 11.4 Unity 2020.2.0f1 Arcore Extensions 1.24.0 Ar Foundation and dependent Ar packages all at 4.1.7

RoselliSimone avatar Jun 04 '21 14:06 RoselliSimone

I would be interested in that as well.

reneschulte avatar Jun 04 '21 15:06 reneschulte