It seems that apps, which are generated with the latest version of Xcode, generate EXC_BAD_ACCESS when the iOS app is called by url-scheme. Do you have the same issues or any workaround?
Steps to reproduce:
1) Compile an app with an url-scheme
2) call this app from e.g. Safari by using myapp://open
The app opens and then crashes with EXC_BAD_ACCESS