Skip to content
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

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

2 participants