I am trying to add Stackmob SDK to an existing app and it crashes right after the app launches with EXC_BAD_ACCESS. The SDK works fine with any new project, but crashes my existing code. Adding the SDK consists of adding the actual SDK folder, adding frameworks, editing pch header file and adding -ObjC value for Other linker flags in Build settings.
The last step actually makes the app crashing. I am not sure if the SDK conflicts with any other library. I use SBJSON and 2 small helper classes beyond my own code. It's iPhone only, iOS 7.0.3, Xcode 5.0.2. Any idea what may cause the issue or how to adjust my settings? Thank you.