Clicking on Download in Xcode didn’t do anything – the progress bar did not progress (does that make it a regress bar?).
This is what worked for me:
- Open Xcode, open preferences, go to the Components section.
- Open the Console App, clear the console.
- Go back to the Xcode preferences. Start the simulator download, then cancel it.
- Now in the Console, you will see something about the cancellation with the download URL.
- Copy the URL from the Console. Then in Terminal in some suitable scratch folder, download it:
curl [the url you copied] -O
(the letter O, not a zero) - Finally, copy this file to ~/Library/Caches/com.apple.dt.Xcode/Downloads
Remove all *.dvtdownloadableindex files (maybe it doesn’t matter, but I removed them). - In Xcode, in the Downloads section, start the Simulator download again, it should find the file you downloaded and install it.
How easy was that! Only 7 steps, hah!
Related Posts:
- Alert”Developer tools access needs to take control of another process for debugging to continue.Type your password to allow this.”
- iOS Simulator – Can’t log in with iCloud
- Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- A server with the specified hostname could not be found
- Xcode 10, Command CodeSign failed with a nonzero exit code
- Xcode couldn’t find any provisioning profiles matching
- symbol(s) not found for architecture x86_64 in xcode 10
- UITableView example for Swift
- CFNetwork SSLHandshake failed (-9824) NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
- Command CompileSwift failed with a nonzero exit code in Xcode 10
- Always get build error : No such module ‘Alamofire’
- “Could not find any information for class named ViewController”
- Could not insert new outlet connection: Could not find any information for the class named
- Xcode: Could not locate device support files
- Could not load NIB in bundle
- Xcode error “Could not find Developer Disk Image”
- App iOS stuck on blank white screen when build release React Native
- Load Animated gif in UIImageView IOS
- iOS: Random black screen when loading the app
- Drawing Hexagon grid in Cocos 2d-x
- iPhone system font
- libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
- libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
- How to write C++ on Mac?
- Error Running React Native App From Terminal (iOS)
- Where is redeem code for public link for TestFlight?
- How do you create a Swift Date object?
- Swift 4 Attempt to present ViewController whose view is not in the window hierarchy
- Xcode – How to fix ‘NSUnknownKeyException’, reason: … this class is not key value coding-compliant for the key X” error?
- What are the difference between macOS and iOS?
- Attempt to present UIViewController on UIViewController whose view is not in the window hierarchy
- Attempt to present UIViewController on UIViewController whose view is not in the window hierarchy
- UIStackView before iOS 9.0
- Converting String to Int with Swift
- Where is the variable “code” in SKError defined?
- Is there a private messaging UI (inbox, sent, compose) framework for iOS?
- ‘strcmp’ was not declared in this scope
- malloc: *** error: incorrect checksum for freed object – object was probably modified after being freed
- NSURLErrorDomain error codes description
- Processing Symbol Files in Xcode
- what does Error “Thread 1:EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)” mean?
- Duplicate symbols for architecture x86_64 under Xcode
- Print: Entry, “:CFBundleIdentifier”, Does Not Exist
- Date Format in Swift
- What the meaning of question mark ‘?’ in swift?
- Loaded nib but the ‘view’ outlet was not set
- Xcode error: This device is no longer connected
- Xcode 9 – “Fixed Width Constraints May Cause Clipping” and Other Localization Warnings
- iPhone 6 and 6 Plus Media Queries
- Got a EXC_CORPSE_NOTIFY symbol crash, how to track it?
- warning: ‘characters’ is deprecated: Please use String or Substring directly
- com.apple.WebKit.WebContent drops 113 error: Could not find specified service
- Code signing is required for product type ‘Application’ in SDK ‘iOS 10.0’ – StickerPackExtension requires a development team error
- What is the meaning of ‘No bundle URL present’ in react-native?
- Convert .cer to .p12
- Add a simple UIView as header of UICollectionView
- UIButton title text color
- Remove alpha channel in an image
- Storyboard warning: prototype table cells must have reuse identifiers
- Pod install is staying on “Setting up CocoaPods Master repo”
- Swift Error: Variable used within its own initial value
- mailto link with HTML body
- Prepare for Segue in Swift
- How to play a sound using Swift?
- IOS home screen icons: where put and what size?
- Visual List of iOS Fonts?
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Xcode is not currently available from the Software Update server
- Xcode is not currently available from the Software Update server
- Add swipe left/right to web page, but use default swipe up/down
- MpMovie Player not rotating to land scape mode
- Xcode – Warning: Implicit declaration of function is invalid in C99
- C++ on mac : linker command failed with exit code 1 (use -v to see invocation)
- Dice rolling simulator in Python
- How to use iMonkey in an iOS app
- How to update Xcode from command line
- Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) standard C memory issue
- CFNetwork SSLHandshake failed iOS 9
- Compiling simple Hello World program on OS X via command line
- Can you Run Xcode in Linux?
- Xcode 10 Error: Multiple commands produce
- LLVM Compiler 2.0: Warning with “using namespace std;”
- ld: warning: directory not found for option’
- Failed to create provisioning profile
- Failed to launch macOS app built in Xcode
- Terminating app due to uncaught exception ‘NSUnknownKeyException’
- Xcode: Download mp3 file
- How to format code in Xcode?
- WordPress Iris Colour Picker adding iOS touch events
- Multisites, upload issues, and iOS!
- Apple push notification doesn’t work
- WordPress as webapp login session
- MP4 video on wordpress working on desktop, not on mobile devices
- How to query WordPress from another application?
- How can I improve the performance of this query_posts loop?
- Whats the best Practice for using a different Theme for WebView Apps?
- Download user generated data from WordPress
- IOS Ventura Safari 16.3 position fixed elements goes above scroll bar