I don't have a Macbook but let's see if I can give you some solution to your issue.
Have you tried to search the folder instead of the block data? You can use the magnifying glass on the top right corner or use "Command + F" and type "blocks" The result should show two blocks folder if you are right that Bitcoin core created a new folder to resync or redownload the whole blockchain.
If you already have downloaded blocks I suggest make or edit bitcoin.conf file and put manually the directory of your blockchain so that it won't redownload all data that you already downloaded before.
You can find the bitcoin.conf under this directory below or you can find it on the GUI by going to settings>options and then open the configuration file
$HOME/Library/Application Support/Bitcoin/bitcoin.conf
Edit it with Notepad or software on a Macbook that can edit the file and paste this config below it's just a sample but you should replace it with your Bitcoin path folder and then save it and reboot Bitcoin core.
datadir=$HOME/Library/Application\ Support/Bitcoin
If the blockchain is on a different path you can point it only the block folder use this parameter below
blocksdir=$HOME/Library/Application\ Support/Bitcoin/blocks