[GH-ISSUE #453] Cannot build on M1 mac. #280

Closed
opened 2026-03-03 01:11:27 +03:00 by kerem · 4 comments
Owner

Originally created by @keisukeYamagishi on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/453

I can't build on M1 mac CPUs because they are not compatible.
There are about 100 errors in Realm. Some of them are listed below.

Undefined symbol: realm::ArrayBinary::set(unsigned long, realm::BinaryData)

This is due to CPU incompatibilities.

So you can solve this by adding arm64 to the Excluded Architectures in Clipy

Originally created by @keisukeYamagishi on GitHub (Feb 21, 2021). Original GitHub issue: https://github.com/Clipy/Clipy/issues/453 I can't build on M1 mac CPUs because they are not compatible. There are about 100 errors in Realm. Some of them are listed below. Undefined symbol: realm::ArrayBinary::set(unsigned long, realm::BinaryData) This is due to CPU incompatibilities. So you can solve this by adding `arm64` to the `Excluded Architectures` in Clipy
kerem closed this issue 2026-03-03 01:11:27 +03:00
Author
Owner

@kalafalas commented on GitHub (Mar 3, 2021):

Theres a Apple Silicon beta build floating out in the wild, but it doesn't launch. maybe you could help?

https://github.com/ian4hu/Clipy/issues/57

<!-- gh-comment-id:789934436 --> @kalafalas commented on GitHub (Mar 3, 2021): Theres a Apple Silicon beta build floating out in the wild, but it doesn't launch. maybe you could help? https://github.com/ian4hu/Clipy/issues/57
Author
Owner

@keisukeYamagishi commented on GitHub (Mar 4, 2021):

Yes, it is possible.
My PC is an M1 mac, so I can verify this.

<!-- gh-comment-id:790193713 --> @keisukeYamagishi commented on GitHub (Mar 4, 2021): Yes, it is possible. My PC is an M1 mac, so I can verify this.
Author
Owner

@keisukeYamagishi commented on GitHub (Mar 8, 2021):

Hi there👋
I fixed it.
Check out bellow pull request
https://github.com/Clipy/Clipy/pull/457

<!-- gh-comment-id:792530412 --> @keisukeYamagishi commented on GitHub (Mar 8, 2021): Hi there👋 I fixed it. Check out bellow pull request https://github.com/Clipy/Clipy/pull/457
Author
Owner

@Econa77 commented on GitHub (Apr 10, 2021):

@keisukeYamagishi Thank you for the issue and PR 👍

We have upgraded the dependency libraries so that it can be built on M1 mac ( #465 ).

<!-- gh-comment-id:817068834 --> @Econa77 commented on GitHub (Apr 10, 2021): @keisukeYamagishi Thank you for the issue and PR 👍 We have upgraded the dependency libraries so that it can be built on M1 mac ( #465 ).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#280
No description provided.