We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever we try to enable test coverage, we get following error,
Undefined symbols for architecture x86_64: "___llvm_profile_runtime", referenced from: ___llvm_profile_runtime_user in geos.o
"___llvm_profile_runtime", referenced from: ___llvm_profile_runtime_user in geos.o
It was not the case when we were using it via pod.
The text was updated successfully, but these errors were encountered:
Hi @BhosaleNikhil, @borut-t has seen this happen before: GEOSwift/GEOSwift#195 (comment)
There's some discussion of an issue like this here as well: Swinject/Swinject#296
@borut-t, did you ever find a solution other than disabling code coverage?
Sorry, something went wrong.
@macdrevx unfortunately I haven't been playing with this for a while now.
No branches or pull requests
Whenever we try to enable test coverage, we get following error,
Undefined symbols for architecture x86_64:
"___llvm_profile_runtime", referenced from: ___llvm_profile_runtime_user in geos.o
It was not the case when we were using it via pod.
The text was updated successfully, but these errors were encountered: