mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #76] agvtool in "Sync Version Numbers" Run Script is making it impossible to build #64
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#64
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 @JoniVR on GitHub (May 8, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/76
I'm not sure if I'm the only one or not, but I'm unable to build.
Xcode will not throw an error or anything, the build will simply be "cancelled"
I found this stackoverflow question related to the issue, which says it's a problem with agvtool in run scripts, I tested this by removing the "sync version numbers" script and that seems to have fixed it.
@the0neyouseek commented on GitHub (May 8, 2019):
Had to do the same thing to build
@reitermarkus commented on GitHub (May 8, 2019):
Yes, I think it's because Xcode will reload the project when it is changed by
avgtool.Are you sure it is the Sync Version Numbers script and not the Increase Build Number script?
@JoniVR commented on GitHub (May 8, 2019):
After some more testing, seems like it's either one of the scripts.
If I remove either "Increase Build Number" or "Sync Version Numbers", clean and then build it will fail at first attempt, but if I build a second time after that it will succeed. But it does require me to remove either one of the scripts, otherwise it simply doesn't build.