Skip to content

fix: require iOS 14 for Mapbox v11 - #4296

Open
Preeternal wants to merge 1 commit into
rnmapbox:mainfrom
Preeternal:fix-ios-14-deployment-target
Open

fix: require iOS 14 for Mapbox v11#4296
Preeternal wants to merge 1 commit into
rnmapbox:mainfrom
Preeternal:fix-ios-14-deployment-target

Conversation

@Preeternal

Copy link
Copy Markdown

Description

Updates the iOS deployment target for Mapbox v11 from 12.4 to 14.0.

The current Mapbox Maps SDK v11 dependency requires iOS 14.0, while rnmapbox-maps.podspec still configures the rnmapbox-maps target with iOS 12.4.

This causes the iOS build to fail when compiling Swift sources that import MapboxMaps:

Compiling for iOS 12.4, but module 'MapboxMaps' has a minimum deployment target of iOS 14.0

Setting the deployment target to iOS 14.0 resolves the build failure.

Tested with:

  • @rnmapbox/maps 10.3.5

  • React Native 0.87.1

  • New Architecture

  • iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant