mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #479] Build Failed #301
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#301
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 @ochowei on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/479
Hi, I just clone this repo and following the instructions on readme.md -> How to Build. But after I execute the 3rd step "Build", the xcode GUI displays
library not found for -lswiftXCTest. Does any one meet this before?@ochowei commented on GitHub (Aug 29, 2021):
I have resolved this by updating the dependency package Nimble to the latest version 9.2.0. Can I create a PR for this?
@jirkadev commented on GitHub (Sep 5, 2021):
@ochowei would you please share how to update Nimble. I am noob :D
ok after I installed cocoapod
pod update Nimbleupdated it@ochowei commented on GitHub (Sep 6, 2021):
Hey, @jirikrepl , I just simply update the Podfile.lock.
But after I update this package and rebuild Clipy, the UI part doesn't work correctly.
Some input fields show empty even I input some values.
@jirkadev commented on GitHub (Sep 6, 2021):
thanks! I just wanted clipy in darkmode.
I saw that someone forked the project and is adding some features/fixes
https://github.com/ian4hu/Clipy