I'm trying to fetch this git repo:
https://github.com/libsdl-org/SDL_image.git
I am doing zig fetch --save git+https://github.com/libsdl-org/SDL_image.git.
And i am getting this error:
error: unable to unpack packfile
note: unable to create symlink from 'Xcode\macOS\SDL3.framework\Headers' to 'Versions/Current/Headers': AccessDenied
note: unable to create symlink from 'Xcode\macOS\SDL3.framework\Resources' to 'Versions/Current/Resources': AccessDenied
note: unable to create symlink from 'Xcode\macOS\SDL3.framework\SDL3.tbd' to 'Versions/Current/SDL3.tbd': AccessDenied
note: unable to create symlink from 'Xcode\macOS\SDL3.framework\Versions\Current' to 'A': AccessDenied
What can i do about this? Am i doing something wrong?