Mac – CMAppUtil – failed with 80004005

Command sudo ./CMAppUtil -c “VLC-3.0.11.1.dmg” -o ./ Error VLC.app/Contents/Info.plist file failed with error The file ‚ÄúInfo.plist‚Äù couldn‚Äôt be opened using text encoding Unicode (UTF-8). ParseDirectory failed with 80004005.   Solution Add ‘-s’ to skip parse detection Command sudo ./CMAppUtil -s -c “VLC-3.0.11.1.dmg” -o ./     Notes Another method of getting around the error: Create Read More …