dayanch96 / YTMusicUltimate

The best tweak for YouTube Music iOS.
GNU General Public License v3.0
1.1k stars 2.14k forks source link

Building IPA is going wrong #269

Closed Corotyest closed 4 weeks ago

Corotyest commented 3 months ago

Describe the bug

All the steps further to the package making was going great

Steps to reproduce

until this 

YTMusicUltimate % make clean package
Makefile:13: /makefiles/common.mk: No such file or directory
Makefile:26: /tweak.mk: No such file or directory
make: *** No rule to make target `/tweak.mk'.  Stop.


### Crashlog

_No response_

### Post Requisites

- [X] I have checked that a similar issue has not been reported before.
- [X] Verified the relevance of the project and the version you are using.
- [X] Provided a detailed description of the problem and have filled in all required fields.
- [X] I have read the 'IPA Building Troubleshooting' section (Only for issues related to building the IPA file).
- [ ] I did not answer truthfully to **ALL** the above checkboxes.
- [X] By submitting this issue, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the issue being closed without discussion, and repeated violations may lead to restrict account from further participation.**
dayanch96 commented 3 months ago

make sure your theos installed correctly

chwhaanews commented 3 months ago

Run git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ fatal: could not read Username for 'https://github.com/': Device not configured Error: Process completed with exit code 128.

chwhaanews commented 3 months ago

福昕截屏20240702154924295

zSynt3x commented 3 months ago

Yes, the account of arichorn was closed by GitHub. At the moment we cannot do anything

MrAlucardDante commented 3 months ago

I opened a pull request that fixes the issue. In the mean time, everyone that forked the project can update their workflow file as I did until the pull request is merged https://github.com/dayanch96/YTMusicUltimate/pull/272

chwhaanews commented 2 months ago

problem resolved

Velocity-7 commented 2 months ago

Any updates on when arichorn 's account will be re-instated or if there is an alternative way to get the SDK's?

zSynt3x commented 2 months ago

Any updates on when arichorn 's account will be re-instated or if there is an alternative way to get the SDK's?

Just change the SDK target with the one provided. Or try to copy/sync the public repo from @MrAlucardDante

chwhaanews commented 2 months ago

Screenshot_2024-07-19-12-17-33-767_com.github.android-edit.jpg

modify code like this, then it works.

Blockr22 commented 2 months ago

Run brew install coreutils

==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/manifests/9.5-1 ==> Fetching coreutils ==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/blobs/sha256:0177633e7a1b426030d1172b7237c765f96be4ef54c4e455f99fc65ff3d60119 ==> Pouring coreutils--9.5.monterey.bottle.1.tar.gz ==> Caveats Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with: PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" ==> Summary 🍺 /usr/local/Cellar/coreutils/9.5: 481 files, 14.2MB [] Downloading CydiaSubstrate.framework... [] Downloading Substitute... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 7213k 1 81280 0 0 230k 0 0:00:31 --:--:-- 0:00:31 230k 2 2475k 2 67792 0 0 192k 0 0:00:12 --:--:-- 0:00:12 191k 56 2475k 56 1401k 0 0 1059k 0 0:00:02 0:00:01 0:00:01 1058k 20 7213k 20 1474k 0 0 1110k 0 0:00:06 0:00:01 0:00:05 1110k 100 2475k 100 2475k 0 0 1249k 0 0:00:01 0:00:01 --:--:-- 1249k [] Downloaded CydiaSubstrate.framework 43 7213k 43 3163k 0 0 1328k 0 0:00:05 0:00:02 0:00:03 1328k 64 7213k 64 4677k 0 0 1385k 0 0:00:05 0:00:03 0:00:02 1385k 92 7213k 92 6685k 0 0 1529k 0 0:00:04 0:00:04 --:--:-- 1529k 100 7213k 100 7213k 0 0 1574k 0 0:00:04 0:00:04 --:--:-- 1683k [] Downloaded Substitute [/Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa or /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa.zip, and cannot find /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa.ZIP, period. [/Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa or /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa.zip, and cannot find /Users/runner/work/YTMusicUltimate/YTMusicUltimate/main/YouTubeMusic.ipa.ZIP, period. [*] Couldn't set app executable Error: Process completed with exit code 12.

NilUx98 commented 1 month ago

same issue Error: Process completed with exit code 12. image

mustafacakirogludev commented 4 weeks ago

Please update your forks, we just pushed a commit fixing this issue.