Programmer algorithm practice must read, common Java API skills to share>>>
Error updating Xcode in app store, pop-up window shows: AMD action: authenticate: sp
Reason: I have two hard disks, one SSD, as the system disk; Another mechanical hard disk for data. In addition, the users directory is moved to the mechanical disk, and a soft connection is created on the SSD to point to users – because the users directory is too large for SSD. According to the analysis of the information obtained from Google, the reason is that the library directory is not on the SSD (system disk), which leads to this error
Solution:
1. First, find out the biggest folders in the users directory (a bit like tuning for “bottleneck”) – in my case, the library/Android folder. There are so many things in the SDK that exceed 40Gb – move them to another part of the mechanical disk and create a soft connection in the original location
2. Delete the soft connection to users on SSD
3. Copy the users directory back to the SSD hard disk; Because the biggest Android is no longer under users, SSD can accommodate it
4. Restart, update Xcode, success
Similar Posts:
- Xcode real machine testing could not find developer disk image solution
- How to Solve intelliJ IDEA 13 error: please select Android SDK
- Android: layout layout page can not be displayed, prompt: one or more layouts are missing the layout_width or layout_height attrib…
- [Solved] Xcode 10 Error: library not found for -lstdc++.6.0.9
- [Solved] JVM Error: Failed to write core dump. Core dumps have been disabled.(jar was Forced to Exit)
- Failed to load the native TensorFlow runtime [Solved]
- No JVM could be found on your system [How to Solve]
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun …
- Nginx report 500 internal server error
- Error: too many open files [How to Solve]