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.
Note: this issue is currently being updated for version 6.2.1
6.2.0
Maps SDK for iOS
6.2.0
adds initial support for iOS 14. Please see the release notes for changes; iOS 14 specific changes include:Build Process
In order to use
6.2.0
with an Xcode 12, you'll need to amend your build process:Carthage
Add an xcconfig file (example) that contains:
then run
carthage update
setting theXCODE_CONFIG_FILE
environment variable:XCODE_CONFIG_FILE=/path/to/Xcode-12.xcconfig carthage update --platform iOS --use-netrc
This solution is taken from the Carthage issue (thanks!). Please read for more details.
Cocoapods
Add two lines to podspec file to automatically exclude arm64 within build settings architecture:
then run
pod update
This solution is taken from the Cocoapods PR. Please read for more details.
Direct download
No change.
The text was updated successfully, but these errors were encountered: