libtiff-ios

Compile libTIFF, libPNG and JPEG libraries for use on iOS and macOS

Creates "fat" binary libraries compatible with i386/Simulator, x86_64, arm64, armv7 and armv7s

make            #builds all libraries
make libtiff
make libpng
make libjpg

By default every "fat" library will contain all architectures specified above. So it can be linked with apps either for devices or simulator. If you don't need all architectures above (for example, for AppStore submission), just specify the necessary architectures in the ARCHS environment variable as follows:

export ARCHS=armv7, armv7s, arm64