I'm trying to integrate the library into a macOS-based project, however, when adding the library to my project using SPM, it is not possible to add custom linker flags. Even when creating an Xcode project using the command provided in the README, I still get errors about undefined symbols in the crypto library.
How can I accomplish my goal of just using the library in a desktop app?
Hello,
I'm trying to integrate the library into a macOS-based project, however, when adding the library to my project using SPM, it is not possible to add custom linker flags. Even when creating an Xcode project using the command provided in the README, I still get errors about undefined symbols in the crypto library.
How can I accomplish my goal of just using the library in a desktop app?