Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Not working in Xcode 7.3.1 (7D1014) #8

Open
htrejos opened this issue Jul 22, 2016 · 1 comment
Open

Not working in Xcode 7.3.1 (7D1014) #8

htrejos opened this issue Jul 22, 2016 · 1 comment

Comments

@htrejos
Copy link

htrejos commented Jul 22, 2016

Although it does appear in Alcatraz as installed, the right click on the source code don't bring the XCSwiftr prompts.

@verma-manish58
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants