X Tutup
The Wayback Machine - https://web.archive.org/web/20210106085707/https://github.com/SwiftyJSON/SwiftyJSON/issues/1051
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

Xcode 11.1. Undefined symbols for architecture x86_64 #1051

Open
Vlada31R opened this issue Mar 10, 2020 · 0 comments
Open

Xcode 11.1. Undefined symbols for architecture x86_64 #1051

Vlada31R opened this issue Mar 10, 2020 · 0 comments

Comments

@Vlada31R
Copy link

@Vlada31R Vlada31R commented Mar 10, 2020

What did you do?

running unit tests

What did you expect to happen?

host app compiles fine, so the same is expected for unit tests target

What actually happened instead?

I got error
Undefined symbols for architecture x86_64: "SwiftyJSON.JSON.init(Any) -> SwiftyJSON.JSON", referenced from: MainTests.GroupTests.testFunc() -> () in Tests.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Environment

List the software versions you're using:

  • SwiftyJSON (5.0.0)
  • Xcode Version: 11.1
  • Swift Version: Xcode Default

Please also mention which package manager you used and its version. Delete the
other package managers in this list:

  • Cocoapods: 1.7.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup