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

Support macOS with Apple Silicon #118

Open
3 tasks done
Shakarang opened this issue Sep 18, 2020 · 2 comments
Open
3 tasks done

Support macOS with Apple Silicon #118

Shakarang opened this issue Sep 18, 2020 · 2 comments

Comments

@Shakarang
Copy link

Apple will release a new type of Mac having a different architecture than x86_64. This architecture is called Apple Silicon (arm64) and requires projects with custom VALID_ARCHS to add it in their VALID_ARCHS.

Checklist

Expected Behavior

DifferenceKit can be used on macOS having the Apple Silicon architecture.

Current Behavior

The Apple Silicon architecture (arm64) is not in the valid architectures of the project.

Steps to Reproduce

Build the framework and use the lipo -info command to see that the architecture is missing.

@taoshotaro
Copy link

Since VALID_ARCHS is not used by default in Xcode 12, isn't it better to remove VALID_ARCHS from the xcconfig?

@ra1028
Copy link
Owner

ra1028 commented May 7, 2021

Fixed #124

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

No branches or pull requests

3 participants