mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #335] build issues and question regarding build process #185
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#185
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 @tessus on GitHub (Jan 13, 2019).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/335
I've been trying to build Clipy for a while now and with #315 I was able to compile it.
(Xcode 9 was updated months ago, even on macOS 10.13.x, so I don't have Xcode 9 anymore - anywhere.)
However there are several issues:
When I build it on the command line with command:
xcodebuild -workspace Clipy.xcworkspace -scheme Clipy builda build directory is supposed to be created in the root directory of the repo, but it still uses the
~/Library/Developer/..dir. But at least there's a working binary at/Users/tessus/Library/Developer/Xcode/DerivedData/Clipy-frzrgxwvkiemzlccfyrxmidnzfnb/Build/Products/Debug.Anyway, then I tried to create a release build, since I don't necessarily need debug symbols in the binary. I ran the command:
xcodebuild -workspace Clipy.xcworkspace -scheme Clipy -configuration "Release" buildwhich failes with the following error:
However, guess what. There's a working binary in
/Users/tessus/Library/Developer/Xcode/DerivedData/Clipy-frzrgxwvkiemzlccfyrxmidnzfnb/Build/Products/Release!Wow, I'm rather confused now. How is your build process working? I'm just asking, because I usually like to create a
Makefileto make the build process easier. But I'm currently at a loss how to accomplish this with Clipy. Also, why do I get a working release binary, even though the build process fails. Very strange, indeed.e.g. in one of my projects, the following Makefile works like a charm.
Sorry for the rather long wall of text, but I'm curious what is going on. I'd appreciate any help and explanation.
@tessus commented on GitHub (Mar 4, 2020):
Project dead. Thanks for all the fish.