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

fix: remove EXCLUDED_ARCHS workaround in xcode 13+ #5705

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

rigor789
Copy link
Member

PR Checklist

What is the current behavior?

The EXCLUDED_ARCHS added for XCode 12 is applied for all XCode versions, even though it's not required for 13+ and causes build failures in some cases like #5702

What is the new behavior?

The workaround is only applied on XCode 12.

Fixes #5702

@cla-bot cla-bot bot added the cla: yes label Nov 29, 2022
@rigor789 rigor789 merged commit 3e430cf into main Nov 29, 2022
@rigor789 rigor789 deleted the fix/xcode13+-excluded-archs branch November 29, 2022 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

could not find module for target 'arm64-apple-ios-simulator'
1 participant