Project setup
Contact us to learn more about licensing the CoPilot Native Nav SDK.
To use the CoPilot Native Nav SDK for iOS, set up Carthage dependencies following the steps below.
Step 1
In a Cartfile include the necessary frameworks:
binary "https://trimblemaps.jfrog.io/artifactory/carthage/RoutePlugin.json" == 1.0.1
binary "https://trimblemaps.jfrog.io/artifactory/carthage/SearchUIPlugin.json" == 1.0.1
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsAccounts.json" == 1.0.1
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMaps.json" == 1.0.1
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsWebservicesClient.json" == 1.0.1
binary "https://trimblemaps.jfrog.io/artifactory/carthage/Turf.json" == 1.0.0
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsMobileEvents.json" == 1.0.0
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsCoreNavigation.json" == 1.0.0
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsNavigation.json" == 1.0.0
binary "https://trimblemaps.jfrog.io/artifactory/carthage/TrimbleMapsNavigationNative.json" == 1.0.0
github "raphaelmor/Polyline" ~> 5.1
github "ceeK/Solar" ~> 3.0
binary "https://trimblemaps.jfrog.io/artifactory/carthage/RoutingProfilesPlugin.json" == 1.0.1
github "auth0/JWTDecode.swift" == 3.0.1
Step 2
Build and include the Carthage frameworks in the iOS project.
carthage bootstrap --platform iOS --use-xcframeworks
Step 3
Navigate to your project using the Finder app on your Mac. That’s where the Carthage folders are created.
.../YourNavSDKProject/Carthage/Build
In this directory, there are .xcframework folders. Select all these folders and drop them in the Frameworks, Libraries, and Embedded Content in your Xcode project. This is located in the Navigator panel > Targets (Click ProjectName) > General > Frameworks, Libraries, and Embedded Content.