aidansteele / MagicKit

MagicKit is an Objective-C file identification framework based on libmagic.
Other
193 stars 50 forks source link

How to implement #1

Open tomleavy opened 12 years ago

tomleavy commented 12 years ago

I am trying to use the static library on iOS ... I archive the MagicKit-iOS build and import it with the headers into my project but whenever I try to use it I get an error saying that "Undefined symbols for architecture armv7" even though in the project it says I am building for Armv7 only.