My app complied when “Minimum Deployments” was 12.x but with 13.3 I get the alert:
" 'dsyev_' was deprecated in macOS 13.3: The CLAPACK interface is deprecated. Please compile with -DACCELERATE_NEW_LAPACK to access the new lapack headers."
Where do I enter this compiler flag?
I am using XCode 14.3 Ventura 13.3.1 on an Intel macMini Build Phases:Link Binary With Libraries (3 items)
- libf77lapack.tbd
- libclapack.tbd
- liblapack.tbd
each of which is provided by Apple.
I have rooted around in “Build Settings”, “ Build Phases”, and “Build Rules” but can’t see where to put the compiler flag.
Thanks