Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linker Settings To Fix CLI Swift Testing #11

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

zombieobject
Copy link
Contributor

Currently building this package from the command line and running tests triggers linker failures. This will be needed to restore upstream testing in the XMPT-iOS SDK.

Example:

$ swift build -v
$ swift test -v // fails with linker errors

Adding linker dependencies to the target in Package.swift fixes the problem.

@zombieobject zombieobject added the bug Something isn't working label Feb 19, 2024
@zombieobject zombieobject self-assigned this Feb 19, 2024
@zombieobject zombieobject changed the title Add linker settings to fix CLI swift testing Add Linker Settings To Fix CLI Swift Testing Feb 19, 2024
@zombieobject zombieobject merged commit de859c8 into main Feb 20, 2024
@zombieobject zombieobject deleted the fixes/swiftpm-test-configuration branch February 20, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants