google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
351 stars 98 forks source link

EntryPointNotFoundException on IOSSupportManager #47

Open RoselliSimone opened 3 years ago

RoselliSimone commented 3 years ago

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

reneschulte commented 3 years ago

I would be interested in that as well.