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

-[MGLGeoJSONSource mbgl_source] mapbox::geojson symbol(s) not found #6194

@friedbunny

Description

@friedbunny

Platform: iOS
Mapbox SDK version: v3.4.0-alpha.2 (static)

Attempting to use the static framework with v3.4.0-alpha.2 results in several undefined symbols errors.

Both arm64 and x86_64 architectures are reported as missing.

Undefined symbols for architecture arm64:
  "mapbox::geojson::convert(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::CrtAllocator> const&)", referenced from:
      mbgl::style::conversion::Result<mapbox::util::variant<mapbox::geometry::geometry<double>, mapbox::geometry::feature<double>, mapbox::geometry::feature_collection<double, std::__1::vector> > > mbgl::style::conversion::convertGeoJSON<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::CrtAllocator> >(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::CrtAllocator> const&) in Mapbox(geojson_source_impl.o)
  "mapbox::geojson::parse(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
      -[MGLGeoJSONSource mbgl_source] in Mapbox(MGLGeoJSONSource.o)
ld: symbol(s) not found for architecture arm64

/cc @1ec5 @boundsj @kkaefer @mourner

Metadata

Metadata

Assignees

Labels

bugbuildiOSMapbox Maps SDK for iOSrelease blockerBlocks the next final release

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions