x/mobile/cmd/gomobile: test failed w/ "Apple Development" certificate #40134
Labels
Milestone
Comments
FWIW, Gio doesn't hardcode the certificate name; rather, it finds the certificate matching the app ID: https://git.sr.ht/~eliasnaur/gio/tree/master/cmd/gogio/iosbuild.go#L80 |
I've run into this too when investigating iOS support recently, and temporarily changed to "Apple Development" locally. I haven't followed up on that yet, but just wanted to add a data point. |
@dmitshur Thanks. Do you think checking "Apple Development" as fallback would make sense? |
ping @dmitshur |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now building an iOS app requires "iPhone Developer" certification.
https://github.com/golang/mobile/blob/33b80540585f2b31e503da24d6b2a02de3c53ff5/cmd/gomobile/build_iosapp.go#L157-L160
I'm not confident, but should "Apple Development" certification also work?
CC @hyangah @eliasnaur
The text was updated successfully, but these errors were encountered: