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
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.
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 customVALID_ARCHS
to add it in theirVALID_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.The text was updated successfully, but these errors were encountered: