We currently don't support Xcode 7's certificateless build.

Burcu Dogan 2015-11-23 21:29:13 -08:00
parent 85f6151967
commit f1a2e589a5

@ -77,7 +77,7 @@ $ gomobile install golang.org/x/mobile/example/basic
### Building and deploying to iOS
Run `gomobile build` to build the package as an iOS application.
Note: target=ios requires the host machine running OS X. Prior to Xcode 7, you need to obtain a [signing identity and download provisioning profiles](https://developer.apple.com/library/ios/recipes/xcode_help-accounts_preferences/articles/obtain_certificates_and_provisioning_profiles.html) in order to continue.
Note: target=ios requires the host machine running OS X. You need to obtain a [signing identity and download provisioning profiles](https://developer.apple.com/library/ios/recipes/xcode_help-accounts_preferences/articles/obtain_certificates_and_provisioning_profiles.html) in order to continue.
```
$ gomobile build -target=ios golang.org/x/mobile/example/basic