We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8f154 commit 9361995Copy full SHA for 9361995
cmd/gomobile/build_test.go
@@ -208,10 +208,6 @@ func TestBuildWithGoModules(t *testing.T) {
208
209
for _, target := range []string{"android", "ios"} {
210
t.Run(target, func(t *testing.T) {
211
- if target == "ios" {
212
- t.Skip("gomobile-build doesn't work for iOS. see https://golang.org/issue/32963")
213
- }
214
-
215
switch target {
216
case "android":
217
androidHome := os.Getenv("ANDROID_HOME")
0 commit comments