求助 appcrawler iOS index out of range

2022-03-21 14:26:28 INFO [ScalaTestRuntime.22.$anonfun$genTestCase$2] gen testcase class
2022-03-21 14:26:28 ERROR [LogicUtils$.13.handleException] String index out of range: 0
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.lang.String.charAt(String.java:658)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] javassist.ClassPool.createCtClass(ClassPool.java:542)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] javassist.ClassPool.get0(ClassPool.java:518)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] javassist.ClassPool.getOrNull(ClassPool.java:461)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.scalatest.SuiteToClass$.genTestCaseClass(SuiteToClass.scala:42)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.$anonfun$genTestCase$2(ScalaTestRuntime.scala:28)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.$anonfun$genTestCase$2$adapted(ScalaTestRuntime.scala:21)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.collection.immutable.List.foreach(List.scala:333)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.genTestCase(ScalaTestRuntime.scala:21)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.ReportPlugin.generateReport(ReportPlugin.scala:81)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.plugin.ReportPlugin.stop(ReportPlugin.scala:26)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$stop$2(Crawler.scala:1290)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$stop$2$adapted(Crawler.scala:1290)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.collection.AbstractIterable.foreach(Iterable.scala:919)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$stop$1(Crawler.scala:1290)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.util.Try$.apply(Try.scala:210)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.stop(Crawler.scala:1290)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.crawlWithRetry(Crawler.scala:237)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.start(Crawler.scala:171)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:319)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.parseParams(AppCrawler.scala:286)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.main(AppCrawler.scala:73)
2022-03-21 14:26:28 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler.main(AppCrawler.scala)
2022-03-21 14:26:28 ERROR [LogicUtils$.18.handleException] exception finish
2022-03-21 14:26:28 INFO [Crawler.1296.stop] generate report finish

这个还未解

已经解决