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

Package dependance issue Xcode 13 #312

Closed
neha275 opened this issue Sep 22, 2021 · 1 comment
Closed

Package dependance issue Xcode 13 #312

neha275 opened this issue Sep 22, 2021 · 1 comment
Milestone

Comments

@neha275
Copy link

neha275 commented Sep 22, 2021

Error
Undefined symbol: _swift_FORCE_LOAD$_XCTestSwiftSupport is:closed

cause: in Package.swift file
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0")

Solution
Spectre has fixed the issue just use the latest version
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.0")

@djbe
Copy link
Contributor

djbe commented Oct 7, 2021

Fixed in #314

@djbe djbe closed this as completed Oct 7, 2021
@djbe djbe added this to the 0.14.2 milestone Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants