mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.38k stars 1.32k forks source link

The provided example macosapp Archiving fails #14007

Closed constantinevassil closed 5 years ago

constantinevassil commented 5 years ago

Steps to reproduce

  1. Build macosapp example at: https://github.com/mapbox/mapbox-gl-native/tree/master/platform/macos

  2. Archive

Expected behavior

Archive created at /Applications folder configured from MapBox as default.

Actual behavior

Archiving failed with following errors:

no such file or directory: ~/mapbox-gl-native/build/macos/Release/libgtest.a no such file or directory: ~/mapbox-gl-native/build/macos/Release/libmbgl-core.a no such file or directory: ~/mapbox-gl-native/build/macos/Release/libmbgl-filesource.a no such file or directory: ~/mapbox-gl-native/build/macos/Release/libmbgl-loop-darwin.a no such file or directory: ~/mapbox-gl-native/build/macos/Release/libicu.a

Configuration

Mapbox SDK versions: iOS/macOS versions: Device/simulator models: Xcode version:

1ec5 commented 5 years ago

Did you run make xproj beforehand? Here are instructions for building from source:

https://github.com/mapbox/mapbox-gl-native/blob/master/platform/macos/DEVELOPING.md#building-the-sdk