Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

iOS fails with "only on darwin" when on mac #78

@alevinetx

Description

@alevinetx

When running fyne-cross ios on a mac, I'm getting a failure message:

[✗] iOS build is supported only on darwin hosts

Looking at https://github.com/lucor/fyne-cross/blob/master/internal/command/ios.go#L193

Should this be != instead?

	if runtime.GOOS == darwinOS {
		return Context{}, fmt.Errorf("iOS build is supported only on darwin hosts")
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions