Open manoj-helpshift opened 1 year ago
It looks like this is a project using some native deps. Can you share the relevant part of your project.clj
?
Hi @cursive-ide ,
I checked our project.clj
file and we don't have any native library dependency.
NOTE: This was working with an older version of the Intelij + cursive plugin in the same project.
What I suspect has happened is that one of your dependencies has been updated, and the new dep has a native component which triggers that handling in lein. I'm not sure how to find which one though. Do you have any dependencies with native
in the name?
Sure, will check more with our team.
Error
java.io.FileNotFoundException: target/native/win/32/webp-imageio.dll (No such file or directory)
Stacktrace
Intelij Version: Intelij Idea 2022.3.3(Community Edition) Cursive version: 1.13.1-eap1-2022.3 Leingen version: 2.9.6 OS - Mac OS Java Version java version "1.8.0_192" Java(TM) SE Runtime Environment (build 1.8.0_192-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
This issue causing problem in one project but sample project working fine.