mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #192] error when trying to build a Release version #97
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#97
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 (Jul 20, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/192
I get the following error, when I try to build a
Releaseversion (the debug binary is 47 MB compared to the release binary which is 24 MB):No profile matching 'ClipyDistribution' found: Xcode couldn't find a profile matching 'ClipyDistribution'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.@Econa77 commented on GitHub (Aug 6, 2017):
Since my certificate was required for release build, I deleted settings by #198 .
I think that you can create release binaries with this, so please try it.
@tessus commented on GitHub (Aug 9, 2017):
yes, it worked. thank you.