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
I'm trying to integrate Mapbox Navigation into an existing Swift app, which already uses the Mapbox iOS SDK. I added the Podfile entry, and can build it and run it on the simulator. However, when building for a real device attached to the Mac I get the following error:
Building for iOS, but linking in dylib file (/Users/sam/Library/Developer/Xcode/DerivedData/ios-cmobagmodbdjaudrzlbsisjqppwo/Build/Products/Debug-iphoneos/MapboxAccounts.framework/MapboxAccounts) built for Mac Catalyst, file '/Users/sam/Library/Developer/Xcode/DerivedData/ios-cmobagmodbdjaudrzlbsisjqppwo/Build/Products/Debug-iphoneos/MapboxAccounts.framework/MapboxAccounts' for architecture arm64
Steps to reproduce
Create an XCode project using the below Podfile
Build for a real iOS device, attached via USB to the Mac, observe the failure above
Podfile:
platform :ios, '13.0'
target 'ios' do
use_frameworks!
# Pods for ios
pod 'Mapbox-iOS-SDK', '~> 6.3.0'
pod 'MapboxGeocoder.swift', '~> 0.13'
pod 'MapboxAnnotationExtension', '0.0.1-beta.2'
pod 'MapboxStatic.swift', '~> 0.12'
pod 'MapboxNavigation', '~> 1.2.1'
pod 'Turf', '~> 1.1'
pod 'Alamofire', '~> 5.2'
pod 'OverlayContainer'
pod 'RadioGroup'
pod 'Charts'
pod 'MTSlideToOpen'
pod 'GoogleSignIn'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '6.1.4'
end
Expected behavior
I should be able to build the project.
Actual behavior
I am unable to build the project.
The text was updated successfully, but these errors were encountered:
Mapbox Navigation SDK version: 1.2.1
XCode version: 12.4
Cocoeapods version: 1.10.1
Issue
I'm trying to integrate Mapbox Navigation into an existing Swift app, which already uses the Mapbox iOS SDK. I added the Podfile entry, and can build it and run it on the simulator. However, when building for a real device attached to the Mac I get the following error:
Steps to reproduce
Podfile:
Expected behavior
I should be able to build the project.
Actual behavior
I am unable to build the project.
The text was updated successfully, but these errors were encountered: