问题
When we connect any iOS device to MAC OS X, by default Xcode copy device info into ~/Library/Developer/Xcode/iOS DeviceSupport
path. I want that files for symbolicate crash log. But my MAC derive is almost full only 1 GB avaialble. So I want to move ~/Library/Developer/Xcode/iOS DeviceSupport
to my External drive so my symbolication works well. So can any one please suggest me some way to change path. I have try to change the developer directory but that's not work.
Any help or hint will be appreciate.
Thanks
回答1:
Until Xcode 10 i was able to symlink the whole Developer folder on an external drive, e.g.:
ln -s /Volumes/_/Library/Developer/Xcode /Users/_/Library/Developer/Xcode
来源:https://stackoverflow.com/questions/43626213/i-want-to-change-path-of-library-developer-xcode-ios-devicesupport-to-my-exter