Seemingly, all of a sudden, only in my MacOS builds, I am getting the error below, on my MacOS clients, but not my Windows clients. I generate Xcode projects and build them on Mac. I’m looking at the changes in my Repo and I can’t figure out what I could have done in my code that would have caused this. I tried re-importing Multiplayer Tools. I tried reverting to a working branch of the repository but I still get the error. I do think Unity Hub updated between the working version and the one that no longer works for Mac builds. Does anyone have any ideas what I can do this fix this? Is there a better place to ask this question?
FileNotFoundException: Could not load file or assembly 'Unity.Multiplayer.Tools.NetworkSolutionInterface, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
at Unity.Netcode.NetworkManager.Initialize (System.Boolean server) [0x00078] in <035d8f25bc384bac9924327f72cd59ca>:0
at Unity.Netcode.NetworkManager.StartClient () [0x00030] in <035d8f25bc384bac9924327f72cd59ca>:0
at NetworkInit+<TryConnect>d__21.MoveNext () [0x00038] in <f4d3db70722348c09c08415583cd6f89>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <3ea6907029cf4ff0873f58113d391352>:0
UnityEngine.MonoBehaviour:StartCoroutineManaged2(MonoBehaviour, IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
NetworkInit:Connect()
<StartupEnum>d__18:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
NullReferenceException: Object reference not set to an instance of an object
at Unity.Netcode.NetworkManager.NetworkUpdate (Unity.Netcode.NetworkUpdateStage updateStage) [0x0005a] in <035d8f25bc384bac9924327f72cd59ca>:0
at Unity.Netcode.NetworkUpdateLoop.RunNetworkUpdateStage (Unity.Netcode.NetworkUpdateStage updateStage) [0x00021] in <035d8f25bc384bac9924327f72cd59ca>:0
at Unity.Netcode.NetworkUpdateLoop+NetworkPostLateUpdate+<>c.<CreateLoopSystem>b__0_0 () [0x00000] in <035d8f25bc384bac9924327f72cd59ca>:0