You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
I have made modifications to mapbox-gl-native and when building the native-ios framework it previously built using my changes to mapbox-gl-native. Now, after updating mapbox-gl-native-ios with the latest commits, it seems to be using mapbox-ios-sdk-gl-core-static that it is downloading from https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json and ignoring my custom changes in the vender folder for mapbox-gl-native. Why is this?
Steps to reproduce
Update to latest mapbox-gl-native-ios
Run make iframework BUILDTYPE=Release
Expected behavior
A Mapbox.framework file would be generate using my vendor/mapbox-gl-native which I have customized.
Actual behavior
It seems to no longer use vendor/mapbox-gl-native and use a static library downloaded instead. How can I get back to using my own changes that I have made in vendor/mapbox-gl-native?
I have made modifications to
mapbox-gl-native
and when building thenative-ios
framework it previously built using my changes tomapbox-gl-native
. Now, after updatingmapbox-gl-native-ios
with the latest commits, it seems to be usingmapbox-ios-sdk-gl-core-static
that it is downloading fromhttps://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json
and ignoring my custom changes in the vender folder formapbox-gl-native
. Why is this?Steps to reproduce
mapbox-gl-native-ios
make iframework BUILDTYPE=Release
Expected behavior
A
Mapbox.framework
file would be generate using myvendor/mapbox-gl-native
which I have customized.Actual behavior
It seems to no longer use
vendor/mapbox-gl-native
and use a static library downloaded instead. How can I get back to using my own changes that I have made invendor/mapbox-gl-native
?Configuration
Mapbox SDK versions:
iOS/macOS versions: iOS 14
Device/simulator models: iPhone 11 Pro
Xcode version: 12, beta 6
The text was updated successfully, but these errors were encountered: