8000 Applied a quick fix for "Throwing unknown load command on dataOffsetF……orAddress #39 " by mfarhand-sa · Pull Request #40 · preemptive/PPiOS-Rename · GitHub
[go: up one dir, main page]

Skip to content

Applied a quick fix for "Throwing unknown load command on dataOffsetF……orAddress #39 "#40

Open
mfarhand-sa wants to merge 3 commits intopreemptive:masterfrom
mfarhand-sa:master
Open

Applied a quick fix for "Throwing unknown load command on dataOffsetF……orAddress #39 "#40
mfarhand-sa wants to merge 3 commits intopreemptive:masterfrom
mfarhand-sa:master

Conversation

@mfarhand-sa
Copy link
@mfarhand-sa mfarhand-sa commented May 17, 2023

We received the error "Unknown load command: 0x80000033" even though we passed the old Xcode path as --sdk-root params in our command!

I've added old dylibs files from old Mac OS to a bundle and read them from the added bundle only for the following DYLIB files and it's working atm. 🥳

  • libsystem_kernel.dylib
  • libsystem_platform.dylib
  • libsystem_pthread.dylib

*You might still need to add more dylibs files to the bundle and change the code depending on your project requirements. *

TLDR:
"Build the project, Copy the ppios-rename and PPiOSBundle.bundle" in the destination project directory or wherever you want and run your command"
**You still need to pass the iPhoneOS.sdk path from the old Xcode (e.g 11-12) as the --sdk-root param **

@mobikats
Copy link

"I've added old dylibs files from old Mac OS to a bundle"

Which one please?
I tried the libraries included with Xcode 11.7 but they are still missing at least one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0