Closed dorkbot closed 3 years ago
The code you've posted is not from AR Foundation. That looks like the deprecated "UnityARKit plugin" (a precursor to AR Foundation). AR Foundation is not compatible with this plugin; for AR Foundation iOS support, you will need the package called "ARKit XR Plugin". Are you sure you are using the code you posted? What happens if you remove it from your project?
ah okay. I updated Mapbox and I think it added ARKit and ARCore SDKs to my project. I'm removing them and trying a new build. Thank you.
Archive worked. Thanks!
Hi,
I have a project that has successfully archived in Xcode before, that last time was a couple of months ago. I tried to day and I get this error
"Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'"
with these methods...
I'm using Unity 2019.4.20 and ARFoundation 2.1.18
Does anyone have any advice?