Skip to content

Build fails: isUnitTesting only available in DEBUG mode #312

Closed
@collinhundley

Description

@collinhundley

In AppleUtils.swift, line 253:

if isUnitTesting == false {

isUnitTesting is defined in Utils.swift, but only in DEBUG mode. So, the build fails for all non-debug builds.

Bug introduced in v1.5.6
Platform: macOS

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions