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:
as understand it, should build armv7s device (such iphone 5), , when trying run on armv7 device quite rightly error:
so try changing project's build architecture standard (armv7s, armv7) , build. still runs expected on armv7s device, on armv7 device these linking 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):
to fix read comments above stephen , did project clean , rebuilt it.
Comments
Post a Comment