-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting Apple Silicon #48
Comments
MapboxMaps contains an arm64 simulator slice: mapbox-maps-ios/scripts/framework/make-xcframework.sh Lines 18 to 21 in 82d5012
Presumably MapboxCoreMaps does as well. This script strips it out, but I don’t think the script is used anywhere: mapbox-maps-ios/scripts/framework/make-core-maps-framework.sh Lines 11 to 14 in 82d5012
If I’m not mistaken, MapboxCommon already contains an arm64 simulator slice. Now that #118 and #125 have landed, are there any other binary dependencies blocking Apple Silicon support? |
This was resolved with beta 14: https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.0.0-beta.14 |
Apple Silicon
Supporting Apple Silicon is an important goal for the Maps SDK. This means enabling Apple Silicon M1 Macs to be used as both development machines as well as deployment targets, allowing developers to build new and unique experiences for the desktop.
Now that the SDK and our dependencies support XCFrameworks and Swift Package Manager, we can address the following remaining tasks:
These unblock us from being able to provide Apple Silicon support via XCFrameworks, and to support Xcode 12.3+ without hacks.
The text was updated successfully, but these errors were encountered: