Skip to content

Instantly share code, notes, and snippets.

@bxb100
Created February 14, 2023 17:16
Show Gist options
  • Save bxb100/b42ca47c3dafebc4de3da0a541a066e2 to your computer and use it in GitHub Desktop.
Save bxb100/b42ca47c3dafebc4de3da0a541a066e2 to your computer and use it in GitHub Desktop.

P1: jextract

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

It seem valid number is 10.x or 10.x.x so export MACOSX_DEPLOYMENT_TARGET=10.14 solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment