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

ApplicationServices.Polygon when imported interferes with our Polygon. #194

Open
tonystone opened this issue Sep 26, 2018 · 0 comments
Open
Labels

Comments

@tonystone
Copy link
Owner

When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide how or if we handle this edge case.

error: 'Polygon' is ambiguous for type lookup in this context

ApplicationServices.Polygon:1:18: note: found this candidate
public typealias Polygon = MacPolygon
                 ^
GeoFeatures.Polygon:1:15: note: found this candidate
public struct Polygon : Geometry, Surface {
              ^
@tonystone tonystone added the task label Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant