-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to build Ejectify
#80
Comments
Builds fine using Xcode 16 here. It might be related to disabling code signing? Can you try to sign using your own ID? |
Thanks for your reply ❤️ ! I have noticed that codesigning is enabled in the project, but I don't want to change it. I am using the following command to explicitly disable codesigning with CLI:
I am seeing the following stdout at the start of the build:
So it seems that the codesigning was disabled. Also, it seems that the Copy /Users/[redacted]/ejectify-macos/build/Release/Ejectify.app/Contents/Resources/LaunchAtLogin_LaunchAtLogin.bundle /Users/[redacted]/ejectify-macos/build/Release/LaunchAtLogin_LaunchAtLogin.bundle (in target 'Ejectify' from project 'Ejectify')
cd /Users/[redacted]/ejectify-macos
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/[redacted]/ejectify-macos/build/Release/LaunchAtLogin_LaunchAtLogin.bundle /Users/[redacted]/ejectify-macos/build/Release/Ejectify.app/Contents/Resources
error: /Users/[redacted]/ejectify-macos/build/Release/LaunchAtLogin_LaunchAtLogin.bundle: No such file or directory (in target 'Ejectify' from project 'Ejectify') |
Sorry, I don't have time to support you with this. Please ask this question on SO, or something. |
IME:
|
Thanks for your instruction! |
I am more than happy to purchase
Ejectify
with 3 USD, but I want to give it a shot first, so I cloned the repo and tried to build using Xcode 16 with the following command:However, the build failed with
LaunchAtLogin
dependency:Any clue about what happened?
The text was updated successfully, but these errors were encountered: