kotlin-multiplatform-oidc icon indicating copy to clipboard operation
kotlin-multiplatform-oidc copied to clipboard

Building on Linux/Windows

Open yottapanda opened this issue 9 months ago • 2 comments

I'm getting the following error when trying to build this project on Linux:

Caused by: java.io.IOException: Cannot run program "xcodebuild" (in directory "/home/keval/Documents/kotlin-multiplatform-oidc/oidc-crypto"): error=2, No such file or directory

Obviously I understand this is designed to be a cross-platform library, however I'd still like to run the sample app locally. Is there a way to disable the Apple-related components?

yottapanda avatar May 12 '24 12:05 yottapanda