iphone Programming Glossary: customiphonelib.a
Extract object (*.o) files from an iPhone static library http://stackoverflow.com/questions/4578771/extract-object-o-files-from-an-iphone-static-library files and rearchive. However when I try this with an iPhone compliled static library I get the following error ar CustomiPhoneLib.a is a fat file use libtool 1 or lipo 1 and ar 1 on it ar CustomiPhoneLib.a Inappropriate file type or format Does anyone.. static library I get the following error ar CustomiPhoneLib.a is a fat file use libtool 1 or lipo 1 and ar 1 on it ar CustomiPhoneLib.a Inappropriate file type or format Does anyone know how to extract the object files from an iphone compiled static library.. reduce the final file size. iphone objective c linux compiler share improve this question That ™s because your CustomiPhoneLib.a is a fat library i.e. a library that contains more than one target architecture namely armv6 and armv7 on iOS. You can use..
|