Hi, I’m very new to cloud build. My builds are failing with this error:
29236: [Unity] ERROR: Plugin 'UnityARKit.a' is used from several locations:
29237: [Unity] Packages/com.unity.xr.arkit/Runtime/iOS/Xcode1100/UnityARKit.a would be copied to <PluginPath>/UnityARKit.a
29238: [Unity] Packages/com.unity.xr.arkit/Runtime/iOS/Xcode1000/UnityARKit.a would be copied to <PluginPath>/UnityARKit.a
29239: [Unity] Please fix plugin settings and try again.
Is there something I need to do to exclude one of the libraries? Since it’s a Unity package I don’t think I can make change the plugin settings as suggested.
Using Unity 2019.4.3f1 and ARKit 3.0.0 preview 4 (I know it’s old but we’re not really in a position to upgrade at the moment)
Update: This error seems to not always be there but the build still fails. If I do a clean build the first build always has it, subsequent builds don’t.
For those who aren’t familiar, this folder is recreated by Unity, so no harm here.
I bet that going back-and-forth with packages leave some old unused libraries in there.