Question:
Im getting following error on running sh makeUniversalLib.sh
on terminal
libtool: object: arm64/libchilkatIos.a(CkoAtom.o) malformed object (unknown load command 1)
Following is makeUniversalLib.h that came with the download
cd lib
libtool -static i386/libchilkatIos.a x86_64/libchilkatIos.a armv7s/libchilkatIos.a armv7/libchilkatIos.a arm64/libchilkatIos.a armv6/libchilkatIos.a -o libchilkatIos.a
cd ..
See the Note in the Install Instructions on the web page where the download is located:
(from http://www.chilkatsoft.com/downloads_ios.asp)
**Note: Make sure that Apple's SDK libtool is used because increasingly the PATH environment variable might be such that a different libtool is used by default (from brew, ports, etc)**