kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Archive build - Exclude i386 architecture #110

Closed iosdeveloper closed 11 years ago

iosdeveloper commented 11 years ago

Can I exclude the i386 architecture from the Archive build?

iosdeveloper commented 11 years ago

Just figured out I can use

lipo [input_file] -remove i386 -output [output_file]

afterwards.