D++ (DPP)
C++ Discord API Bot Library
Building a Discord Bot using Xcode (OSX)
Warning
This tutorial expects you to have installed D++ via homebrew. If you haven't, please visit Installing from Homebrew (OSX).

To create a bot with Xcode, follow the steps below to create a working skeleton project you can build upon.

Note
Since the brew package for D++ only supports C++17, you can't use coro with this project. If you wish to use coro, you need to build from source. If you do build from source, look to replace the include and library paths in this project to /usr/local/include and /usr/local/lib.
  1. Make sure you have Xcode downloaded, along with the developer command tools (for AppleClang).
  2. Clone the template project. Make sure you download the entire project and not just the .cpp file.
  3. Open Xcode, hit "Open Existing Project" or "File"->"Open", navigate to the template folder and open the .xcodeproj file. You can also double click the file in Finder.
  4. Replace "add your token here" with your bot's token in the "main" file.
  5. Click the run button to compile and run your bot!
  6. Observe the output and watch your bot run! You may get warnings in this stage and that's okay!

Troubleshooting

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0