Apple - Cannot install macOS Beta version on MacBook Pro July 2019

I found this... Catalina Link to App Store

Edit: This link now downloads beta 5.

It may help trigger the search for updates but it didn't fix the issue for me either.

Update: I ran the App Store link on my iMac that already has Catalina. App Store opened System Preferences and asked if I wanted to download Catalina. I answered yes and that downloaded the full installer.

From there I made the thumb drive from the command line and when I booted off the thumb drive it tells me that a software update is required for this Mac and clicking software update tells me that there is no update.

Running the installer from within Mojave tells me that "This version of macOS 10.15 cannot be installed on this computer."Catalina Beta Screenshot

Apparently the laptop is really unsupported at this point.


This worked for me, finally! https://www.reddit.com/r/MacOSBeta/comments/clb8at/the_requested_version_of_macos_is_not_available/

Execute this command in your terminal:

sudo /usr/sbin/softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.15beta-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz

Then, delete the current file in case there is any:

sudo rm /Users/Shared/.SeedEnrollment.plist

Make a new file using nano:

sudo nano /Users/Shared/.SeedEnrollment.plist

Copy paste this in it, then save the file and you can finally see the update.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>SeedProgram</key>
    <string>PublicSeed</string>
</dict>
</plist>