Hi! Here is a really working macos amd fix for adobe products: photoshop / premier and etc (hackintosh). Tested on my Ryzentosh.
Before any manipulations install amdfriend from this repo: https://github.com/NyaomiDEV/AMDFriend. It's archived, so you can just download from releases section and add it to your path
- put the command:
sudo amdfriend --dry-run --directories /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks | grep "Routines found"
- it will show all the paths with *.dylib files that are need to be patched.
- patch with --in-place --sign flags
- should be similar to this:
sudo amdfriend --in-place --sign /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks/libippik0.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks/libmkl_avx2.2.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks/libmkl_mc3.2.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks/libmkl_avx512.2.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Photoshop\ 2024/Adobe\ Photoshop\ 2024.app/Contents/Frameworks/libmkl_core.2.dylib
- put the command:
sudo amdfriend --dry-run --directories /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks | grep "Routines found"
- it will show all the paths with *.dylib files that are need to be patched
- patch with --in-place --sign flags
- should be similar to this:
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libmkl_core.1.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libmkl_avx512.1.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libmkl_avx.1.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libmkl_avx2.1.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libmkl_mc3.1.dylib
sudo amdfriend --in-place --sign /Applications/Adobe\ Premiere\ Pro\ 2024/Adobe\ Premiere\ Pro\ 2024.app/Contents/Frameworks/libiomp5.dylib
Try to use the same method to fix other adobe products if there are any errors.