#nullref in LinkXmlWriter.AddConfiguration when trying to make a macOS build

1 messages · Page 1 of 1 (latest)

candid furnace
#

just added essential kit to the project. There is no code referencing it yet.

iOS build works fine but trying to make a MacOS build i get the following null ref:

VoxelBusters.CoreLibrary.Editor.NativePlugins.Build.LinkXmlWriter.AddConfiguration (System.String name, VoxelBusters.CoreLibrary.NativePlugins.NativeFeatureRuntimeConfiguration runtimeConfiguration, UnityEngine.RuntimePlatform platform, System.Boolean useFallbackPackage) (at Assets/Plugins/VoxelBusters/CoreLibrary/Editor/NativePlugins/BuildPipeline/LinkXmlWriter.cs:77)
VoxelBusters.EssentialKit.Editor.Build.UnsupportedPlatformNativePluginsProcessor.OnUpdateLinkXml (VoxelBusters.CoreLibrary.Editor.NativePlugins.Build.LinkXmlWriter writer)```
#

had to cut off the rest of the stack trace due to message size but it was basically just the buildpipeline firing off... can post if needed

cunning lynx
candid furnace
#

yes that looks like the same... i guess i didnt find it in search because he wrote "LinkXMLWritter" 😂

#

i will test out his fix tomorrow but it looks like it will do the trick 👍