Hello,
I recently inherited the responsibility for continuing development on an iPhone app last worked on about a year ago. This app works fine using Titanium SDK 3.3.0.GA and the iOS 7 SDK from Xcode 5.1.1.
When I recompile using 3.5.1GA and Xcode 6.0.1 the app crashes whenever I try to do anything database related. I suspect that the problem might related to an incompatibility between either the Titanium SDK with com.dmarie.sql v2.1 or the newer iOS SDK and com.dmarie.sql v2.1.
Does anybody know if com.dmarie.sql version 2.1 plays nicely with the newer versions of the Titanium or iOS SDK's?
Thank you.