Skip to content

Adding the Button Framework and Bundle to your project

Wes Smith edited this page Feb 12, 2019 · 4 revisions

Adding the Button Framework and Bundle to your project

1. Get latest release

Start by downloading the latest Button framework

2. Add the framework and bundle into your project

Drag Button.framework and Button.bundle into your project and make sure to check the "Copy items if needed" box.

add-framework-bundle

3. Update your build settings

In your target's build settings, you'll need to pass the -ObjC flag to “Other Linker Flags”. This ensures that the Button SDK categories get linked into your app.
pass-objc-flag

4. Set up Button

You should now have the Button framework and bundle properly added to your project. Continue with the integration guide.