Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

Build for simulator? #46

@joninsky

Description

@joninsky

I have trouble building the project when a simulator is selected in xCode. Think you need to add another architecture to some of the conditional compiler flags. For example I think

(arch(arm) || arch(arm64)) && os(iOS)

should be:

(arch(arm) || arch(arm64) || arch(i386)) && os(iOS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions