Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

macOS SDK unit tests fail to link — mbgl::util::default_styles #5990

Closed
1ec5 opened this issue Aug 13, 2016 · 0 comments
Closed

macOS SDK unit tests fail to link — mbgl::util::default_styles #5990

1ec5 opened this issue Aug 13, 2016 · 0 comments
Labels
build macOS Mapbox Maps SDK for macOS
Milestone

Comments

@1ec5
Copy link
Contributor

1ec5 commented Aug 13, 2016

The macOS SDK unit test bundle fails to link with the following errors:

Undefined symbols for architecture x86_64:
  "mbgl::util::default_styles::satelliteStreets", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
  "mbgl::util::default_styles::dark", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
  "mbgl::util::default_styles::light", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
  "mbgl::util::default_styles::streets", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
  "mbgl::util::default_styles::outdoors", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
  "mbgl::util::default_styles::satellite", referenced from:
      -[MGLStyleTests testVersionedStyleURLs] in MGLStyleTests.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Possibly fallout from #5359.

/cc @kkaefer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build macOS Mapbox Maps SDK for macOS
Projects
None yet
Development

No branches or pull requests

1 participant