-
Notifications
You must be signed in to change notification settings - Fork 129
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
dsc_extractor can't extract symbol files from iOS 15.0 #29
Comments
yeah same issue for me. Also, if we open the dmg file now (Step 6) it leads to these 3 files which are now different from older ios versions and accordingly I guess the parsing needs to change I tried both with Xcode 12, 13 for ios 15 symbol files but failed. |
I update Xcode to Xcode 13 and i extract it successfully. Seems that it need a new bundle file in Xcode 13: |
I made a supplement to symol files here. |
I couldn't able to extract 15.1 symbol files by using XCode 13.1, getting the below error Error: failed to read shared cache file at ./arm64e Could anyone help me, please? |
you can use this tool ipsw dyld split [cache_file] |
Hey thanks for the help. ipsw dyld extract ~/Desktop/Symbolfiles/15.1(19B74)/iPhone14,2_15.1_19B74_Restore.ipsw ./output Please let me know if tried previously. |
ipsw extract -d /Desktop/stack/15.0.2(19A404)/iPhone14,5_15.0.2_19A404_Restore.ipsw
ipsw dyld split /Desktop/stack/15.0.2(19A404)/19A404__iPhone14,5/dyld_shared_cache_arm64e sorry for telling u wrong command just now |
Hey thanks for the help.. |
thanks,good job |
i have downloaded iOS 15.0 fireware.
i followed the steps. when i run dsc_extractor , the result is as bellows:
it seems to be not found any symbol files.
information of my mac
os version: 11.0.1
xcode: Xcode 12.5.1 Build version 12E507
The text was updated successfully, but these errors were encountered: