在将tif文件保存到指定路径时,如果不加.tif后缀,则保存成功,添加.tif后缀则报错,报错信息如下: java.lang.NoSuchMethodError: pureconfig.ConfigReader$.exportedReader(Lpureconfig/ConfigReader;)Lpureconfig/ConfigReader; at geotrellis.vector.conf.JtsConfig$.conf$lzycompute(JtsConfig.scala:41) at geotrellis.vector.conf.JtsConfig$.conf(JtsConfig.scala:41) at geotrellis.vector.conf.JtsConfig$.jtsConfigToClass(JtsConfig.scala:42) at geotrellis.vector.GeomFactory$.(GeomFactory.scala:26) at geotrellis.vector.GeomFactory$.(GeomFactory.scala) at geotrellis.vector.PointConstructors$class.apply(Point.scala:24) at geotrellis.vector.Point$.apply(Point.scala:33) at geotrellis.vector.Extent.southEast(Extent.scala:109) at geotrellis.spark.stitch.SpatialTileLayoutRDDStitchMethods.stitch(StitchRDDMethods.scala:39) at com.supermap.bdt.RasterRDDProvider$.writeGeoTiff(RasterRDDProvider.scala:255) ... 59 elided