You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the build instructions, my fork keeps on failing on the Fix Compiling and Build Package step for any number of reasons... Most likely getting timed out by the GitHub task runner.
So I set out to build locally. There were a couple of issues:
The installation doc says to get a patched 16.5 sdk. This comes with Theos when installed. However, both your Makefile and the YTHoldForSpeed tweak requires 16.2 sdk. I went ahead and changed both to 16.5 manually.
The find path in the Makefile for the Alderis framework is not right anymore. Updated it to theos/obj/install_Alderis.xcarchive/Products/var/jb/Library/Frameworks/Alderis.framework
This allowed me to get an ipa output, but all my videos crashed until I turned on vp9.
Update: I think it is not enabling vp9 that fixed the crash, I disabled return Youtube dislike
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Following the build instructions, my fork keeps on failing on the Fix Compiling and Build Package step for any number of reasons... Most likely getting timed out by the GitHub task runner.
So I set out to build locally. There were a couple of issues:
The installation doc says to get a patched 16.5 sdk. This comes with Theos when installed. However, both your Makefile and the YTHoldForSpeed tweak requires 16.2 sdk. I went ahead and changed both to 16.5 manually.
The find path in the Makefile for the Alderis framework is not right anymore. Updated it to theos/obj/install_Alderis.xcarchive/Products/var/jb/Library/Frameworks/Alderis.framework
This allowed me to get an ipa output, but all my videos crashed until I turned on vp9.
Update: I think it is not enabling vp9 that fixed the crash, I disabled return Youtube dislike
Beta Was this translation helpful? Give feedback.
All reactions