79497631

Date: 2025-03-10 10:03:26
Score: 0.5
Natty:
Report link

I was able to fix that error by including my framework directory inside the cinterop

iosTarget.compilations["main"].apply {
    val opencv2 by cinterops.creating{

        includeDirs("src/iosMain/opencv2.framework") # This line
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shadman Adman