Replies: 2 comments 1 reply
-
There’s a script in build phases. Try disabling that. I think that’s caused some issues for me in the past.
Devin
…On Apr 6, 2023 at 3:47 PM -0700, István Király ***@***.***>, wrote:
Dear Developers, ...
I'm rarely compiling stuff, but need to compile Blackhole now.
I did as described, but can't get past the error Command CodeSign failed with a nonzero exit code.
There are some additional warnings,
BlackHole.c:436:31: A function declaration without a prototype is deprecated in all versions of C
...
BlackHole.c:441:40: A function declaration without a prototype is deprecated in all versions of C
I'm logged in with my Apple ID, downloaded the git repo, and whatever I set in Signing & Capabilities, I'm stuck.
Could someone shed some light on this, what needs to be set? Thank you.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The function declaration is just a warning. I highly doubt it’s the cause of your issues. I’m off for the next few days for Easter. I’ll take a closer look when I get back. That being said, I’ve built this code many many times without any problems. My guess is this might be an issue with the latest version of Xcode.
Devin
…On Apr 7, 2023 at 2:02 PM -0700, István Király ***@***.***>, wrote:
Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
This is probably what you mean. This was not a show-stopper though.
After starting over 10 times and trying 100 variations I finally got it compiled. I have no idea what was wrong, or how I fixed it.
The function declaration warning is an issue I think, ... I should open one I guess.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Developers, ...
I'm rarely compiling stuff, but need to compile Blackhole now.
I did as described, but can't get past the error
Command CodeSign failed with a nonzero exit code
.There are some additional warnings,
I'm logged in with my Apple ID, downloaded the git repo, and whatever I set in Signing & Capabilities, I'm stuck.
Could someone shed some light on this, what needs to be set? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions