kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 474 forks source link

problem with static library #174

Closed ghost closed 10 years ago

ghost commented 10 years ago

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?

ghost commented 10 years ago

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