Skip to content

Remove XCTest dependency so the lib could be used in the main target #374

@jverkoey

Description

@jverkoey

For iteration purposes, it would be super nice to have a non-testing variation of the library that could be used for more interactive iterations on the use of the library.

As-is, attempting to include the library as a dependency in a non-test target results in the following linker errors:

Undefined symbol: XCTest.XCTFail(_: Swift.String, file: Swift.StaticString, line: Swift.UInt) -> ()
Undefined symbol: _OBJC_CLASS_$_XCTestExpectation

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions