xcode - SQLCipher for iOS, running on armv7s and armv devices -


so i've had headaches today trying solve one. have sqlcipher integrated ios application , before go further, here architecture build settings:

build settings

as understand it, should build armv7s device (such iphone 5), , when trying run on armv7 device quite rightly error:

err

so try changing project's build architecture standard (armv7s, armv7) , build. still runs expected on armv7s device, on armv7 device these linking errors:

build errors

so naturally check out build settings library throwing these errors, , both have armv7 , armv7s in valid architecture setting, know why getting build errors on armv7 device? missing something?

here build settings libraries i'm using (openssl-xcode , sqlcipher):

openssl xcode sqlcipher

to fix read comments above stephen , did project clean , rebuilt it.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -