-
Notifications
You must be signed in to change notification settings - Fork 78
Fix the local build in Xcode #376
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
Conversation
* Enable Xcode to automatically manage signing. * Create a GitX.xcconfig file and set it as config for the GitX target. * Add instructions to create a Dev.xcconfig file. * Add this file in .gitignore. * Add instructions to create and find Development Team ID.
Right, so this won't work for the CI because it's looking for the Team ID which isn't present. Hmm... |
f2edc4e
to
13e83cd
Compare
@hannesa2 please help me cancel the old queued and running |
@jspiro oh I meant the older ones here: https://github.com/gitx/gitx/actions |
OK, thanks. |
git commit --allow-empty -m kick |
Cleaned all the builds up. Good to go now. |
18c7681
to
bf88ea6
Compare
Concerning the arm runner: Yes, weeks ago it was removed from this repository anyhow, without my fingers into it But installing as service runs into an issue. That's why I've to start it currently manually ... |
@hannesa2 Thanks for the merge. I think this will help newcomers get started easily without having to muck up the tracked project files with their private info. Regarding the runner, the instructions says you should use Failing the above, can you check if the service is disabled under Allow in the Background? (It's in System Settings/Preferences). Last attempt, try adding the application to Login Items. (You can choose the Shell Script there.) |
I wrote the support of github action a question ... |
I cannot see your ticket. Support tickets are private in GitHub. Try to uninstall the existing installation first, before installing with the username.
|
I opened a public discussion https://github.com/orgs/community/discussions/48686 |
Is it still the same if you restart the Mac? Try the same steps again after a reboot. |
A reboot doesn't help |
I already tried all this low hanging fruits, but till now without success. |
@ADTC Just for the records, after chatting over days with github support, this is the workaround actions/runner#1056 (comment) which made the github-runner start during reboot. |
Enable Xcode to automatically manage signing.This is removed.GitX.xcconfig
file and set it as config for the GitX target.Dev.xcconfig
file..gitignore
.Fixes #366