Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 690 Bytes

BUILDING.md

File metadata and controls

23 lines (17 loc) · 690 Bytes

Building

  1. Clone the repo to a working directory

  2. CocoaPods is used to manage dependencies. Pods are setup easily and are distributed via a ruby gem. Follow the simple instructions on the website to setup. After setup, run the following command from the toplevel directory of Signal-iOS to download the dependencies for Signal-iOS:

pod install

If you are having build issues, first make sure your pods are up to date

pod update
pod install

occasionally, CocoaPods itself will need to be updated. Do this with

sudo gem update
  1. Open the OwnTracksCTRL.xcworkspace in Xcode. Build and Run and you are ready to go!

Known issues