Using
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro17,1
Chip: Apple M1
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 8419.80.7
OS Loader Version: 8419.80.7
Serial Number (system): C02F20E7Q05N
but when call jextract
cause this error: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.3'
according to
- https://stackoverflow.com/questions/25352389/what-is-the-difference-between-macosx-deployment-target-and-mmacosx-version-min
- https://opensource.apple.com/source/cctools/cctools-667.10.0/libstuff/macosx_deployment_target.c.auto.html
It seem valid number is 10.x
or 10.x.x
so export MACOSX_DEPLOYMENT_TARGET=10.14
solved