github.com/SkycoinProject/gomobile@v0.0.0-20190312151609-d3739f865fa6/example/ivy/ios/README.md (about) 1 # Ivy iOS App source 2 3 This directory contains the source code to the Ivy iOS app. 4 5 To build, first create the mobile.framework out of the Go 6 implementation of Ivy. Run: 7 8 ``` 9 go get robpike.io/ivy 10 gomobile bind -target=ios robpike.io/ivy/mobile 11 ``` 12 13 Place the mobile.framework directory in this directory, and 14 then open ivy.xcodeproj in Xcode.