Background: We've been using 3.1.3.GA and Xcode 5.02 for internal apps for a solid year. This included the es.smartaccess.cryptolibrary module (v4.0) for encrypted web services.
We have a test platform where we are performing analysis on the iOS 8 upgrade. Using 3.4.0-RC and Xcode 6.01. The app builds fine if I remove the crypto library module, but if I include it, I'm getting the following:
[ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/LV\ Dev1.app/LV\ Dev1 normal i386 [ERROR] : (1 failure)Is there a known incompatibility with this module? Has anyone run across this issue with the iOS platform?