Skip to content
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

Add arm64 slice to XCFramework simulator build #836

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

emawby
Copy link
Contributor

@emawby emawby commented Dec 17, 2020

In order to support Apple Silicon macs we need to add arm64 to iOS simulator builds. This only works with XCFrameworks since we also need arm64 for iOS devices. For now the OneSignal framework will stay with iOS simulators built for x86_64 so folks now using apple silicon that were previously using the framework now will need to use the XCFramework. This should not impact non apple silicon users at all

This change is Reviewable

In order to support Apple Silicon macs we need to add arm64 to
iOS simulator builds. This only works with XCFrameworks since we
also need arm64 for iOS devices.
@emawby emawby linked an issue Dec 17, 2020 that may be closed by this pull request
@emawby emawby merged commit fb582d4 into master Dec 17, 2020
@emawby emawby deleted the fix/arm_simulator_support branch December 17, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does XCFramework version support new ARM based Mac?
3 participants