Parece que Gatekeeper en macOS Sierra es un poco más selectivo. En cualquier caso, está causando que una pequeña utilidad que hice hace algunos años arroje un error bastante molesto.
Como todavía no he tenido tiempo de profundizar en los cambios en la parte inferior del capó en Sierra, no estoy seguro de cómo corregir el error. ¿Alguien tiene experiencia en el manejo de errores relacionados con la AppTranslocation y su solución?
El código y el error siguen:
Código :
tell application "Finder"
set currentDir to POSIX path of ((container of (path to me)) as text)
end tell
set currentDir to quoted form of currentDir
set lib80211 to quoted form of "AirPort Utility 5.6.1 Launcher.app/Contents/Resources/Apple80211.framework/Versions/A/Apple80211"
do shell script "export DYLD_INSERT_LIBRARIES=" & currentDir & lib80211 & "
cd " & currentDir & "AirPort\ Utility\ 5.6.1.app/Contents/MacOS
./AirPort\ Utility"
Error :
sh: line 1: cd: /private/var/folders/t4/7k5z832d2tjd4xpzvvq43n4m0000gn/T/AppTranslocation/23AF67A4-3DF7-4982-A1A3-B019CDACB4C2/dAirPort Utility 5.6.1.app/Contents/MacOS: No such file or directory
sh: line 2: ./AirPort Utility: No such file or directory (127)