kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with static library

opened this issue · comments

Hello,

i am using sqlcipher to encrypt and decrypt sqlite file. This methods i have added to my dynamic framework. As i start the project from xcode on iPad so it works very well. but if i generate an *.ipa file and install this on iPad with itunes, so i get an error: "database are encrypted". it looks like the universal framework don't take/copy the static library.

how can i solve this problem?

Sorry, my mistake. second database to encrypt/decrypt was not copied.
so universal framework doesn't have problem with static libraries.
have a nice day, Hunt3rDe