You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Base build is not compatible for this install method - macos upgrade

I'm getting an error trying to upgrade my macOS on my M1 Mac Mini to 13.4.1. First time i've had this problem.


'The base build is not compatible for this install method. An error occurred while downloading the selected updates. Please check your internet connection and try again.'


I've tried installing on my standard user and admin user accounts. I've tried creating a new admin account to install it, still no resolution.

Mac mini, macOS 13.4

Posted on Jul 7, 2023 6:04 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 11, 2023 4:09 AM

If you have a managed configuration profile to delay software updates this issue will occur - even if your Mac is now outside the delay period - just having the profile causes this problem. This only seems to impact Macs running macOS 13.4. I believe this is due to some confusion around there being two versions of the 13.4.1 update (there is a different version for Macs announced at WWDC23).

26 replies

Jul 14, 2023 9:37 AM in response to James Robson

This is exactly what the issue is, and what we had to do on a case by case basis, to correct it out the company that I work for one of the big five accounting firms in the US. Furthermore, this solution is crap because we can't do this for every single Mac user in our company, so I really need Apple to step up their game and get us a fix for this. The MDM profile's worked fine until these versions.

Jul 17, 2023 11:46 PM in response to Moses-wz

Fix.


Instead of configuring MDM build in restriction settings in MDM server, try to apply custom XML file with payloads, see below:


<?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>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadDisplayName</key>
            <string>Restrictions</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.applicationaccess.C72C75C5-EFFC-4107-99AE-BF586B060B2C</string>
            <key>PayloadType</key>
            <string>com.apple.applicationaccess</string>
            <key>PayloadUUID</key>
            <string>9446E80E-6735-408E-9DC1-E80A6666CF74</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>allowRapidSecurityResponseRemoval</key>
            <true/>
            <key>allowRapidSecurityResponseInstallation</key>
            <true/>
            <key>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
            <integer>65</integer>
            <key>enforcedSoftwareUpdateMinorOSDeferredInstallDelay</key>
            <integer>15</integer>
            <key>forceDelayedMajorSoftwareUpdates</key>
            <true/>
            <key>forceDelayedSoftwareUpdates</key>
            <true/>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>An update restriction</string>
    <key>PayloadIdentifier</key>
    <string>6155859A-643F-4F70-9371-99D3D3AB25E9</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>420C79D4-15B7-4875-A656-E042D5E8AE16</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>

Jul 18, 2023 12:09 AM in response to Moses-wz

I had a 40 min call with Apple support and explained them the issue.

They asked to check if device gets the update in recovery mode?


I told them that the installation (the update) was successful.

Once I replied to them that it was successful, they explained that it not their problem, and I have to speak with MDM server solution support.

The MDM support was unhelpful.


I'm decided to test Update deferrals in the different way and write the XML file, that I'm posted above.


I want to use it as custom configuration instead of build in MDM solution.

Jul 19, 2023 9:15 AM in response to Moses-wz

Currently I'm using this profile:


<?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>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadDisplayName</key>
            <string>Restrictions</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.applicationaccess.C72C75C5-EFFC-4107-99AE-BF586B060B2C</string>
            <key>PayloadType</key>
            <string>com.apple.applicationaccess</string>
            <key>PayloadUUID</key>
            <string>9446E80E-6735-408E-9DC1-E80A6666CF74</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>allowRapidSecurityResponseRemoval</key>
            <true/>
            <key>allowRapidSecurityResponseInstallation</key>
            <true/>
            <key>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
            <integer>45</integer>
            <key>enforcedSoftwareUpdateMinorOSDeferredInstallDelay</key>
            <integer>5</integer>
            <key>forceDelayedMajorSoftwareUpdates</key>
            <true/>
            <key>forceDelayedSoftwareUpdates</key>
            <true/>
        </dict>
        <dict>
            <key>AllowPreReleaseInstallation</key>
            <false/>
            <key>AutomaticallyInstallAppUpdates</key>
            <false/>
            <key>AutomaticallyInstallMacOSUpdates</key>
            <true/>
            <key>AutomaticDownload</key>
            <true/>
            <key>AutomaticCheckEnabled</key>
            <true/>
            <key>ConfigDataInstall</key>
            <true/>
            <key>PayloadDisplayName</key>
            <string>Software Update</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.SoftwareUpdate.78F884D3-BDA8-48AE-A776-228BE5EFC1A4</string>
            <key>PayloadType</key>
            <string>com.apple.SoftwareUpdate</string>
            <key>PayloadUUID</key>
            <string>78F884D3-BDA8-48AE-A776-228BE5EFC1A4</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>An update restriction</string>
    <key>PayloadIdentifier</key>
    <string>6155859A-643F-4F70-9371-99D3D3AB25E9</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>420C79D4-15B7-4875-A656-E042D5E8AE16</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>

Base build is not compatible for this install method - macos upgrade

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.