You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Although it gives the option of 'Convert to swift', in XCode 7.3.1, but converting any code snipped is throwing me error as below:
Exception in thread "main" java.lang.NoClassDefFoundError: java/nio/file/Paths at jp.co.yahoo.objc2swift.Main$ValidFile$.unapply(Main.scala:64) at jp.co.yahoo.objc2swift.Main$$anonfun$findFiles$1.apply(Main.scala:86) at jp.co.yahoo.objc2swift.Main$$anonfun$findFiles$1.apply(Main.scala:72) at scala.collection.immutable.List.flatMap(List.scala:327) at jp.co.yahoo.objc2swift.Main$.findFiles(Main.scala:72) at jp.co.yahoo.objc2swift.Main$.main(Main.scala:34) at jp.co.yahoo.objc2swift.Main.main(Main.scala) Caused by: java.lang.ClassNotFoundException: java.nio.file.Paths at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 7 more
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although it does appear in Alcatraz as installed, the right click on the source code don't bring the XCSwiftr prompts.
The text was updated successfully, but these errors were encountered: