In order to correctly compile:
- Drag the
VaavudSDK.xcodeproj
into your project - Go to your target's settings, hit the "+" under the "Embedded Binaries" section, and select the VaavudSDK.framework
- Temporary workaround: Xcode 6.3.1 has a bug, where you have to build your project once before actually writing the
@import
line. So hit "Build" now! @import VaavudSDK
- When using Swift in an ObjC project:
- You need to import your Bridging Header. Usually it is "YourProject-Swift.h"
- Under "Build Options", mark "Embedded Content Contains Swift Code"
Cheers! :)
See the top level Example folder: https://github.com/vaavud/vaavud-ios-sdk/tree/master/Examples