When we build for iOS devices we seem to be limited to armv7 architecture because the sqlcipher.framework (included with worklight) isn't built for more modern architectures (armv7s, arm64)
We have to manually change the target architecture in XCode5 to enable the project to build with the worklight library. With the default settings there are "slices missing" and the build fails
Is that known and is there a plan to provide the iOS Worklight library for the modern processor architectures?