Pages

Monday, April 4, 2022

Creating a bootable macOS installer errors ( dyld: Library not loaded: @executable_path/../Frameworks/IAESD.framework Versions/A/IAESD’ )

If you face this type of error when booting your Pendrive the reason is that your installed mac os is old so try to boot your USB Pendrive from a newer macOS if possible. it will work fine

 sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume  
 dyld: Library not loaded: @executable_path/../Frameworks/IAESD.framework/Versions/A/IAESD  
  Referenced from: /Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia  
  Reason: no suitable image found. Did find:  
   /Applications/Install macOS Big Sur.app/Contents/Resources/../Frameworks/IAESD.framework/Versions/A/IAESD: mmap() error 1 at address=0x1021F8000, size=0x00008000 segment=__TEXT in Segment::map() mapping /Applications/Install macOS Big Sur.app/Contents/Resources/../Frameworks/IAESD.framework/Versions/A/IAESD  
   /Applications/Install macOS Big Sur.app/Contents/Resources/../Frameworks/IAESD.framework/Versions/A/IAESD: mmap() error 1 at address=0x102211000, size=0x00008000 segment=__TEXT in Segment::map() mapping /Applications/Install macOS Big Sur.app/Contents/Resources/../Frameworks/IAESD.framework/Versions/A/IAESD  


No comments:

Post a Comment