Problème programme d’installation amorçable pour macOS (https://support.apple.com/fr-fr/HT201372)
Bonjour à tous,
Souhaitant créer un programme d’installation amorçable pour macOS, je me suis référé à la fiche Apple https://support.apple.com/fr-fr/HT201372, mais malgré le fait d'avoir suivi à la lettre les instructions, voici ce qu'affiche le Terminal en fin de processus :
2019-11-02 20:21:10.199 createinstallmedia[4951:47064] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't posix_spawn: error 35'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff3b61f9b3 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff7160b562 objc_exception_throw + 48
2 Foundation 0x00007fff3dc7dfd5 -[NSConcreteTask launchWithDictionary:error:] + 5014
3 Foundation 0x00007fff3dc8b5a5 +[NSTask launchedTaskWithLaunchPath:arguments:] + 153
4 createinstallmedia 0x0000000102003968 createinstallmedia + 6504
5 libdyld.dylib 0x00007fff729622e5 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Quelqu'un pourrait-il svp me dire d'où vient le problème et comment le résoudre.
Merci beaucoup !