Closed nbrownus closed 2 years ago
nebula 1.6 requires go 1.18 which requires we update gomobile on build machines. This does most of that leg work but you still may need to run:
$ go install golang.org/x/mobile/cmd/gomobile@latest $ gomobile init
This also moved the MobileNebula build step to a pre-action in xcode instead of a build time script, so a fresh clone run should succeed.
MobileNebula
nebula 1.6 requires go 1.18 which requires we update gomobile on build machines. This does most of that leg work but you still may need to run:
This also moved the
MobileNebula
build step to a pre-action in xcode instead of a build time script, so a fresh clone run should succeed.