Skip to content

Wrapper for inject YandexMapsMobile SDK using Swift Package Manager

License

Notifications You must be signed in to change notification settings

Software-Product/YandexMapsMobileSPM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Full MapKit version 🔥

Latest release

This solution implements intalling YandexMapsMobile using Swift Package Manager instead base install guide using CocoaPods

Current version as of 03 July 2024 - 4.6.1-full 🎉

How to use

Step №1 Add dependency

Open a Xcode project

Step №2 Add linker flags ‼️

Open project settings in xcode file in "Other linker flags" set this (⚠️ Actually version 4.6.1)

$(inherited) -ObjC -lresolv -l"c++" -framework "CoreFoundation" -framework "Foundation" -framework "CoreLocation" -framework "UIKit" -framework "OpenGLES" -framework "SystemConfiguration" -framework "CoreGraphics" -framework "QuartzCore" -framework "Security" -framework "CoreTelephony" -framework "DeviceCheck" -framework "CoreMotion"

Step №3 Clean project folder

Press CMD+Shift+K to clean build folder

About

Wrapper for inject YandexMapsMobile SDK using Swift Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%