- I exported the project for Android build on Windows 10 using Unity 2020.2b2.
- I passed the build to the Android developer to in the Android project as a library.
- When the developer tries to build the project on Mac it shows error:
Process command '../UnityProject/unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/net471/il2cpp.exe' finished with non-zero exit value 126
What is wrong with the error? Why it refers to “exe” file on Mac?
Any advice?