In my app, when I press a button the method called for that button first assigns my textfield texts directly to NSArray object like:
NSArray
val = [[NS
it may be a case of memory managemnet...have you released all the objects after their use?
simulator has the memory space of whole of the machine...but iphone has a defined memory of a sandbox for a single app.