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
Can't compile for iOS Simulator on Apple Silicone Mac:
Could not find module 'MapboxDirections' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: /Users/user/Library/Developer/Xcode/DerivedData/project-aslfqkpxdckiatdadbaaceazrmrq/Index.noindex/Build/Products/Debug-iphonesimulator/MapboxDirections/MapboxDirections.framework/Modules/MapboxDirections.swiftmodule
I'm installing via CocoaPods
MapboxDirections (2.11.1)
I don't have EXCLUDED_ARCHS in my .pbxproj
Compiles fine to a physical iPhone.
Could this be because you're not publishing MapboxDirections as a .xcframework?
Is there a workaround for .framework?
The text was updated successfully, but these errors were encountered:
Can't compile for iOS Simulator on Apple Silicone Mac:
Could not find module 'MapboxDirections' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: /Users/user/Library/Developer/Xcode/DerivedData/project-aslfqkpxdckiatdadbaaceazrmrq/Index.noindex/Build/Products/Debug-iphonesimulator/MapboxDirections/MapboxDirections.framework/Modules/MapboxDirections.swiftmodule
MapboxDirections (2.11.1)
EXCLUDED_ARCHS
in my .pbxprojCompiles fine to a physical iPhone.
Could this be because you're not publishing MapboxDirections as a .xcframework?
Is there a workaround for .framework?
The text was updated successfully, but these errors were encountered: