BUILD.md 438 B

Building the Psiphon iOS Library

Manual Build

Prerequisites

  • xcode xcode-select --install

  • git

  • homebrew

  • golang

    • brew install go

Build Steps

  • Run build-psiphon-framework.sh.

    • If this fails, especially in the gomobile step, try re-running it.
  • The result will be in MobileLibrary/iOS/build.

Testing

Run test-psiphon-framework.sh.