I recently downloaded a fat, iOS static library for the popular C library boost. All my attempts in coaxing Xcode to link it have failed.
Things I have tried:
- Adding it to Link Binary With Libraries.
- Changing file type to Mach-O Object Code using File Inspector.
- Renaming the file to
libboost.a
and adding-lboost
to Other Linker Flags.
I am using Xcode 6.3 with the latest command line tools.