VERSION 2.0 FIXES + ADDED YTKACE #2
PDFMerger2025
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🎃 *YouMod IPA Build Workflow now including YTKACE *
🔧 1. Logos %orig Parsing Regression Fix
❗ Issue
Theos/Logos commit
777925d(June 29, 2026) introduced a regression that breaks%orig(...)calls unless they appear alone on their own line, causing errors like:✅ Fix
Logos is pinned to the last known-good commit
a62370066a97e36d59b200a9fa10c5091f5e8972immediately after Theos is restored from cache.🧩 Patch
🧱 2. Framework Stub Symlink Fix
❗ Issue
Private frameworks inside community iOS SDKs often ship only
.tbdfiles, missing the extensionless stub file the linker expects, resulting in “framework not found” errors.✅ Fix
A workflow step now auto‑creates symlinks for every framework:
🧩 Patch
🧭 3. Explicit PrivateFrameworks Linker Path
❗ Issue
Theos sometimes fails to auto-detect the PrivateFrameworks directory, causing unresolved framework errors even when symlinks exist.
✅ Fix
The linker is explicitly passed the PrivateFrameworks directory via
ADDITIONAL_LDFLAGS.🧩 Patch
ADDITIONAL_LDFLAGS="-F$THEOS/sdks/iPhoneOS18.6.sdk/System/Library/PrivateFrameworks"🧹 4. Alderis Makefile SDK Hook Removal
❗ Issue
Alderis’s
before-package:: sdkhook assumes a classic/Library/Frameworkslayout, but rootless builds use/var/jb/Library/Frameworks, causing build failures.✅ Fix
The workflow removes the problematic Makefile line using
sedbefore building Alderis.🧩 Patch
🐹 5. Golang Installation for Gonerino
❗ Issue
Gonerino requires Go to build, but Go was not installed in the workflow environment.
✅ Fix
Go is now included in the Homebrew dependency list.
🧩 Patch
brew install --quiet make ldid swiftlint dpkg meson ninja go❗ Issue
Alderis uses deprecated APIs such as
keyWindow, and-Werrortreats these warnings as fatal errors.✅ Fix
Added
ADDITIONAL_CFLAGS="-Wno-deprecated-declarations"to suppress deprecated API warnings.🧩 Patch
ADDITIONAL_CFLAGS="-Wno-deprecated-declarations"🆕 7. YTKace Integration by @itzzace0
🌟 New Feature
Added YTKace as a new optional tweak input so users can include it in their builds.
🧩 Patch
🧛 I also added Discussions tab - feel free to use it for ideas/feedback/questions along with Issues tab, thank you!
This discussion was created from the release VERSION 2.0 FIXES + ADDED YTKACE.
All reactions