Apple Releases macOS Mojave 10.14.6 Supplemental Update to Address Wake From Sleep Bug

Apple today released a new macOS Mojave 10.14.6 Supplemental Update, which comes a week and a half after the initial release of the macOS Mojave 10.14.6 update.

The macOS Mojave 10.14.6 Supplemental Update can be downloaded by going to the "Software Update" section of System Preferences and selecting the Update Now option.

macbookairmojave
Today's Supplemental Update addresses an issue that could prevent certain Macs from waking up from sleep properly. Apple recommends that all users install the new Supplemental Update to fix this problem.

The macOS Mojave 10.14.6 Supplemental Update fixes an issue that may prevent certain Macs from waking from sleep properly.

The original macOS Mojave 10.14.6 also addressed a bug that could cause a graphics issue when waking from sleep, and it included multiple other bug fixes. It also offered up several improvements to the Apple News+ service in the ‌Apple News‌ app.

Related Forum: macOS Mojave

Popular Stories

iPhone Air

Report: 'Virtually No Demand' for iPhone Air

Wednesday October 22, 2025 3:22 am PDT by
Apple is "drastically" cutting production of the iPhone Air and shifting focus toward the iPhone 17 and iPhone 17 Pro models, Nikkei Asia reports. The business publication claims to have learned of a major cut to iPhone Air production motivated by weaker-than-expected consumer interest, nearly to "end of production levels." Despite early reports of the iPhone Air selling out within hours of...
ios 26 1 liquid glass opaque

iOS 26.1 Beta 4 Lets Users Control Liquid Glass Transparency with New Toggle

Monday October 20, 2025 10:57 am PDT by
With the fourth betas of iOS 26.1, iPadOS 26.1, and macOS 26.1, Apple has introduced a new setting that's designed to allow users to customize the look of Liquid Glass. The toggle lets users select from a clear look for Liquid Glass, or a tinted look. Clear is the current Liquid Glass design, which is more transparent and shows the background underneath buttons, bars, and menus, while tinted ...
sam sung auction

Former Apple Employee Sam Sung Changed His Name to Avoid Attention

Wednesday October 22, 2025 4:44 pm PDT by
Back in 2012, an Apple retail employee named Sam Sung went viral because his name is similar to Samsung, one of Apple's main competitors. In a recent interview with Business Insider, he detailed that period in his life, how Apple responded, and he explained why he ultimately changed his name. Someone posted an image of Sung's Apple business card on Reddit in 2012, and it spread rapidly....
cadillac lyric infotainment

GM to Remove CarPlay from All Future Vehicles, Including Gas Cars

Wednesday October 22, 2025 11:34 am PDT by
General Motors began phasing out support for CarPlay in its electric vehicles back in 2023, leading to complaints from iPhone users, but the company has no plans to back down. In fact, GM is going further and plans to remove CarPlay from all future gas vehicles, too. In an interview with The Verge, GM CEO Mary Barra said that the company opted to prioritize its platform for EVs, but the...
All Screen iPhone 2027 Feature 1

Apple's Plan to Launch Three New iPhone Designs Allegedly Revealed

Wednesday October 22, 2025 6:24 am PDT by
Apple plans to launch a new type of iPhone every year for the foreseeable future, according to an Asia-based source. The detailed information was shared by the account "yeux1122" in a blog post on the Korean platform Naver, citing domestic trend and component research companies. Corroborating other reports, Apple will apparently launch its first foldable iPhone in 2026, featuring a...
maxresdefault

Here's How the iOS 26.1 Transparency Toggle Changes Liquid Glass

Monday October 20, 2025 1:55 pm PDT by
With the fourth beta of iOS 26.1, Apple added a toggle that makes Liquid Glass more opaque and reduces transparency. We tested the beta to see where the toggle works and what it looks like. Subscribe to the MacRumors YouTube channel for more videos. If you have the latest iOS 26.1 beta, you can go to Settings > Display and Brightness to get to the new option. Tap on Liquid Glass, then...
iOS 26

iOS 26.1 Coming Soon With These 8 New Features for Your iPhone

Wednesday October 22, 2025 6:15 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. iOS 26.1 is currently in beta testing. The update will likely be released in the first half of November, and it is compatible with the iPhone 11 series and newer, but some...
iOS 26 Feature

iOS 26.1 to iOS 26.4 Will Add These New Features to Your iPhone

Saturday October 18, 2025 11:00 am PDT by
iOS 26 was released last month, but the software train never stops, and iOS 26.1 beta testing is already underway. So far, iOS 26.1 makes both Apple Intelligence and Live Translation on compatible AirPods available in additional languages, and it includes some other minor changes across the Apple Music, Calendar, Photos, Clock, and Safari apps. More features and changes will follow in future ...
iOS 26

What's New in iOS 26.1 Beta 4

Monday October 20, 2025 1:02 pm PDT by
Even though we're at the fourth beta of iOS 26.1, Apple is continuing to add new features. In fact, the fourth beta has some of the biggest changes that we'll get when iOS 26.1 releases to the public later this month. We've rounded up what's new below. Liquid Glass Transparency Toggle Apple added a toggle for customizing the look of Liquid Glass. In Settings > Display and Brightness,...

Top Rated Comments

cppguy Avatar
81 months ago
950 MB for "Wake from Sleep Bug"? LOL.
When I was young (12-16), we wrote 4KB programs. Then it started increasing, 60KB, 200KB, with Windows 95, 1MB, by the year 2000, 6MB, and we're well into 60MB per executable territory. The bloat is incredible.

Part of the problem is how large teams work. You have to break the problem down into smaller pieces, so small that you can hire 40+ developers, and that means everyone writes their own sort function, everyone writes their boilerplate code to interface with other modules, layers upon layers upon layers of interoperability. Of course this affects battery life, too, when the individual modules are doing little more than communicating with other modules.

This is especially true for C++, which doesn't support shared libraries, so you have to "glue" the same code into each module over and over and over. Probably 50+ megabytes of core libraries duplicated in every file. There's a way to share, but it's more difficult, it's easier to duplicate. You'll end up with 80% of your executable being either a duplicate, or boilerplate.

We just haven't figured out how to break down big problems to team members without introducing bloat. It's a race to the release type of world, when everything had to be finished yesterday, and the last thing managers care about is how many gigabytes the downloadable installer is.
Score: 13 Votes (Like | Disagree)
konqerror Avatar
81 months ago

We just haven't figured out how to break down big problems to team members without introducing bloat. It's a race to the release type of world, when everything had to be finished yesterday, and the last thing managers care about is how many gigabytes the downloadable installer is.
That's not the problem. The root issue is that Apple encrypts system code as part of anti-Hackintosh measures (DSMOS) and to provide some anti-tamper assurance.

Therefore, you can't binary delta patch since all contents are modified after the first changed byte. The only way to update a modified file is to download the whole thing.

Microsoft doesn't do this, so Windows allows binary delta patching with much smaller update sizes.
Score: 9 Votes (Like | Disagree)
Morgenland Avatar
81 months ago
950 MB for "Wake from Sleep Bug"? LOL.
Score: 9 Votes (Like | Disagree)
B4U Avatar
81 months ago
How about the bug that makes Mail unhide itself randomly since Yosemite?
Score: 6 Votes (Like | Disagree)
dickie001x Avatar
81 months ago
I wish they'd stop these occasional 'supplemental' updates and instead release any fix/patches as a proper point/dot release as they do with iOS. It seems a bit sloppy IMO, and when you have 40+ Macs to update it removes the easy visibility of which Macs require the update. Rant over.
Score: 5 Votes (Like | Disagree)
MacBird Avatar
81 months ago
Build number went from 18G84 to 18G87.
Score: 4 Votes (Like | Disagree)