getsentry / apple-system-symbols-upload

9 stars 2 forks source link

Import fails for iOS 16 #6

Closed philipphofmann closed 2 years ago

philipphofmann commented 2 years ago

Environment

iOS 16

Steps to Reproduce

Check the run https://github.com/getsentry/apple-system-symbols-upload/actions/runs/3044936514/jobs/4905876819.

Expected Result

iOS 16 dSYMs should be uploaded

Actual Result

Fails with

FileNotFoundError: [Errno 2] No such file or directory: '/Volumes/Sydney20A362.D63OS/System/Library/Caches/com.apple.dyld'
philipphofmann commented 2 years ago

I uploaded the arm64 manually to minimize the damage.

philipphofmann commented 2 years ago

Maybe we need to adapt the path similar to https://github.com/getsentry/apple-system-symbols-upload/issues/5.

philipphofmann commented 2 years ago

Thanks @phacops 🎉