[AC-105] Try catch not working and cause crash
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | n/a | 
| Status | Closed | 
| Resolution | Not Our Bug | 
| Resolution Date | 2015-11-10T06:06:09.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | Titanium SDK & CLI | 
| Labels | ios, regression | 
| Reporter | Yoann WYFFELS | 
| Assignee | Mostafizur Rahman | 
| Created | 2015-04-28T08:23:13.000+0000 | 
| Updated | 2015-11-10T06:06:09.000+0000 | 
Description
	[Link to Q&A](http://developer.appcelerator.com/question/182008/ios-simulator-close-because-not-valid-the-try--catch)
 have this try in my code:
try {
    var checkPedidoColumn = db.execute('ALTER TABLE pedido_item ADD COLUMN "min_tamanho" NUMERIC');
} catch(e) {
    Ti.API.info('the column min_tamanho exists in the table pedido_item');
}
[~yoannwyffels] can you please add a test case that can reproduce this issue? Please attach it to this ticket Best
The problem is when building for iOS simulator iPad 2 and Retina if building for iOS iPad simulator Air or Resizable iPad does not occur any problem.
So, to confirm: Bad: * iOS simulator iPad 2 * Retina iPad 4? Good: * iOS iPad simulator Air * Resizable iPad What versions of iOS are you using? All 8.3?
Hello [~maicojc], Are you still facing this issue in Appcelerator. Use Appcelerator Studio, build: 4.1.1.201507141126, and SDK 4.1.1.GA. Please reply. Thanks.
I'm using the ios version 8.4 and no longer the problem. Thank you.