The x509 package compiles on darwin/386 with the C flag -mmacosx-version-min=10.6, which is inappropriate for the iOS simulator (which also builds as darwin/386).
A tag-based fix is extremely easy, but I can understand if this is too late for Go 1.5.
The x509 package compiles on darwin/386 with the C flag
-mmacosx-version-min=10.6, which is inappropriate for the iOS simulator (which also builds as darwin/386).A tag-based fix is extremely easy, but I can understand if this is too late for Go 1.5.