nuclearace / SwiftDiscord

Discord API Client for Swift
MIT License
120 stars 25 forks source link

How to use in Mac desktop project in Xcode? #102

Closed ttimpe closed 3 years ago

ttimpe commented 4 years ago

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?