Xcode – Build FFTW for Apple M1 and the older intel devices
I built FFTW on my Apple m1 computer. When I run lipo -info libfftw3.a (which is located in .libs/libfftw3.a). It says it is of architecture ARM64. In my Xcode I set the build target to 10.11, for backward compatibility. Now…