I'm developing an ios app with master/detail pattern. Since SDK 3.5.0 I have the next problem: When in my detail view I include a button to show a new window with a map view and I close that window, my app crash 2 or 3 second after. And it is the same result in device and simulator. The simplest test is to make a project with titanium master/detail patter. In the detail patter I put a button that call a function to open a window or add a view. In that window or view I put the example of map from Appcelerator docs. And a button to close that window or remove that view. Then when I come back to master view my app crash. I'm developing in MAC OS with the latest titanium. I have tried to put the ti.map module 2.2.0 in modules folder and I have tried without this module ( with core module) . Even I have tried to compile my old apps that were running some months ago and I have the same result: When I close a window or remove a view with a map into, my app is unstable and some seconds after it closes. In my console it doesn't show any error, but If I show the log from ios simulator it shows a. Segmentation fault 11. I'm become crazy with this error. It's a bug or Am I forgetting something or what? Thanks.
↧