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

Manually extracting symbols for iOS 13.3.1 (17D50) #17

Closed
fbaptista opened this issue Mar 5, 2020 · 1 comment
Closed

Manually extracting symbols for iOS 13.3.1 (17D50) #17

fbaptista opened this issue Mar 5, 2020 · 1 comment

Comments

@fbaptista
Copy link

Downloading and uncompressing iOS 13.3.1 (17D50) works from https://ipsw.me/iPhone12,3
But extracting dsc with the tool fails with the following error:

$ ./dsc_extractor ../dyld_shared_cache_arm64e ../output
> dsc_extractor.bundle could not be loaded

do you know the reason?
should the dsc_extractor be placed in a particular folder? or a local recompilation is needed?
thanks in advance,

@fbaptista
Copy link
Author

I found out how to fix it. The problem was that this dsc_extractor has a patch looking for bundle at:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle

Since I was using XCode-beta, my .app file needs to be renamed to Xcode.app

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

No branches or pull requests

1 participant