- Create the Xcode project file from
project.yml
with xcodegen (that can be installed with Homebrew:$ brew install xcodegen
):
xcodegen
- Make sure you have RubyGems installed, then install the xcodeproj gem:
gem install --user xcodeproj
- Get the dependencies with Carthage:
carthage bootstrap --platform ios
- Open
DronecodeSDK-Swift-Example.xcodeproj
with Xcode. - Set the signing team in the "General" tab of target
DronecodeSDK_Swift_Example