-
Notifications
You must be signed in to change notification settings - Fork 172
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
Command CompileSwiftSources failed with a nonzero exit code #239
Comments
Have you tried explicitly including geos as a dependency too? https://github.com/GEOSwift/GEOSwift#swift-package-manager Can you reproduce in a sample project that you could attach here? What version of Xcode are you using? What version of GEOSwift and geos? |
I'll see if I can try these things over this week XCode version is currently 13.1 I'm updating to the latest version now but it takes several hours.... For the GEOSwift version, I'm pulling from directly from the branch in the PR |
I tried adding the geos package as a seperate dependency, it required an older version to be compatible with GEOSwift fro the packages to resolve, I used 6.0.1 -> To next major version |
Attached is a sample project reproducing this issue. It started out as a vanilla iOS app using the "App" template in Xcode. I then converted the tests to use a test plan and in the Turning off "Code Coverage" in the test plan is a work-around for this issue. |
Okay, sounds like a duplicate of GEOSwift/geos#14. Sorry for not identifying that more quickly. We unfortunately don't know how to solve this at the moment. |
Thanks for Reproducing the error! We indeed use code coverage, and turning
it off for a single package is not really an option for us.
Strange that it should cause such an error though
|
Closing as a duplicate. Please add new info to GEOSwift/geos#14 if you have any. |
I'm trying to include this as a package in an iOS project (Or rather this PR : #228)
But it won't build , I get errors like :
`
▸ Linking geos.o
▸ Processing empty-geos.plist
▸ Linking geos
❌ Undefined symbols for architecture x86_64
The text was updated successfully, but these errors were encountered: