gitlab.science.ru.nl/irma/gomobile.git@v0.0.0-20200320223732-da812b634d1f/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.