ios - Undefined symbols error from static framework -


i'm linking against static framework in xcode project, despite setting right linker keeps failing 'undefined symbols for...':

enter image description here

enter image description here

enter image description here

i've had problems in past, resolved making sure library set link, can't seem see problem in particular case.

the problem here because lib not being built agains armv7s. go build settings of static lib , find flag "build active architecture only". set "no". after that, clean project , build again (make sure armv7s listed in "valid architectures").


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -