mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #548] Has anyone successfully built this project on a Mac with Apple Silicon recently? #366
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#366
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wyy511511 on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/548
I use M2 Mac mini and I spent a whole afternoon to build it and failed.
If you need more information, I would happy to provide it.
Command PhaseScriptExecution failed with a nonzero exit code
window, select View > Navigators > Reports from the menu bar at the top of the screen, or press ⌘9
I am not familiar BartyCrouch. Hope anyone can provide some help. Thanks!
Some other problems I encountered:
softwareupdate --install-rosetta
versions do not match:
Compiling for macOS 10.9, but module 'RealmSwift' has a minimum deployment target of macOS 10.14:/Library/Developer/Xcode/DerivedData/Clipy-dvszeluieajnwtgygzboptciryfh/Index.noindex/Build/Products/Debug/RealmSwift/RealmSwift.framework/Modules/RealmSwift.swiftmodule/arm64-apple-macos.swiftmodule
solution
change Podfile : Clipy/Podfile
change build target to supported macOS version
@wyy511511 commented on GitHub (Apr 14, 2024):
I deleted BartyCrouch

also disable some in ClipyTests
I can build now. Tho there will be many potential issues.
@hw0102 commented on GitHub (Apr 19, 2024):
Thanks for flagging this. Tried to build this today and got a similar error. Tried downloading and installing the .dmg but after granting access to Accessibility the app didn't even launch. Believe the project needs some massive overhaul to bring it to more recent macOS
@t0b1hh commented on GitHub (Jun 29, 2024):
@hw0102
I am currently running Clipy from the official v1.2.1 .dmg download (https://clipy-app.com/ ) on a MacBook Pro M3 Pro with Sonoma 14.4 (23E214). Works absolutely fine for me having installed Rosetta previously for other Apps.
See: https://support.apple.com/en-us/102527
Was prepared to have to build it myself, but as it just works i'll skip that ;)