-
Notifications
You must be signed in to change notification settings - Fork 2
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
macOS 13 symbols #5
Comments
I think the automated process will still work as it's only removing the dyld folder from what's shipped to customers but not the IPSW file we can download from Apple. We should verify that once the file is published through |
I just tried extracting the dSYMs from the dyld with the
I think we need to adapt these lines of code apple-system-symbols-upload/import_system_symbols_from_ipsw.py Lines 242 to 247 in b8e6e2c
|
Apple released macOS 13 yesterday, but I don't see the dSYMs in our bucket. I only see
GH actions fails with
@phacops, could you please have a look? |
#11 is a bit unrelated to that. The issue here is related to the GitHub action runner. I don't have a formal fix for that but we have a workaround (run the script locally). In any case, This can be closed because the issue I'm describing is not tied to macOS 13, the GitHub action runner can't mount any DMG we download. |
But the issue is about getting the dSYMs for macOS 13; we have to run the script locally. So I think this issue is not fixed yet. |
I just wanted to upload the macOS 13 symbols manually. I tried to look for the dyld cache files in
/System/Library/dyld/
, but in macOS 13, they are no longer located in this folder. Is our current solution able to get the macOS 13 dsyms? If yes, please close this issue, if not let's discuss how we can make this happen.A possible solution to get the dyld files dortania/OpenCore-Legacy-Patcher#998 (comment).
The text was updated successfully, but these errors were encountered: