I have a strange problem

Description of the issue:
My Tools:
Unity 2022.3.37f1
Lightship V.3
WPS UPM v3.8.0

My problem is when i try to use the “WPS UPM v3.8.0” Package, when i import that package, the console print 2 Errors:
1.- Library\PackageCache\com.nianticlabs.lightship@4137b5921e\Runtime\Loader\NativeLoaderHelper.cs(12,39): error CS0234: The type or namespace name ‘WorldPositioning’ does not exist in the namespace ‘Niantic.Lightship.AR.Subsystems’ (are you missing an assembly reference?)
2.- Library\PackageCache\com.nianticlabs.lightship@4137b5921e\Runtime\Loader\NativeLoaderHelper.cs(28,31): error CS0246: The type or namespace name ‘XRWorldPositioningSubsystemDescriptor’ could not be found (are you missing a using directive or an assembly reference?)

But when i go to into the code “NativeLoaderHelper.cs” i don’t see any errors :frowning: please help me, I’ was stucked for 4 days
(Zorry for my English)
(if you need more information, please tell me)

Hello! What version of the Lightship ARDK are you using?

If you are using ARDK 3.9 or higher, then you won’t need to add the WPS UPM package separately, as it is included in the ARDK package. Additionally, if you have ARDK 3.9 or higher, then I would also encourage you to delete the com.nianticlabs.lightship.wps package from your Package Manager (if it exists), close your Unity project, and clear it from your PackageCache folder. After doing so, try restarting your project and let me know if that resolves the error messages.