.. _xcode-frameworks-label: Using aubio frameworks in Xcode ------------------------------- `Binary frameworks`_ are available and ready to use in your XCode project, for `iOS`_ and `macOS`_. #. Download and extract the corresponding ``framework.zip`` file from the `Download`_ page #. Select **Build Phases** in your project setting and unfold **Link Binary with Libraries** #. Add *AudioToolbox* and *Accelerate* system frameworks (or make sure they are listed) #. Add ``aubio.framework`` from the unzipped ``framework.zip`` #. Include the aubio header in your code: * in C/C++: .. code-block:: c #include * in Obj-C: .. code-block:: obj-c #import * in Swift: .. code-block:: swift import aubio .. _Binary frameworks: https://aubio.org/download .. _iOS: https://aubio.org/download#ios .. _macOS: https://aubio.org/download#osx .. _Download: https://aubio.org/download