Posts Tagged iphone dev

Beginning iPhone App Dev Issues: Part 3 (double free errors)

At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0×1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]

Tags: , , , , , , ,

Beginning iPhone App Dev Issues: Part 2 (Running App on the device issues)

iPhone development is fun most of the time, but can be more than frustrating at times as well. Apple didn’t make the running app on the device a simple task. A developer has to deal with a lot of things like AppIDs, identifiers, certificates and Provisioning profiles before he/she is able to see it running [...]

Tags: , , , , , , ,

Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)

iPhone app development is one of the most exciting and interesting work sector these days. The very initial iPhone app developers were mostly veteran Mac OS application developers, but as time progressed and the app store started climbing the peak, more and more software developers and even non-developers started getting into the field. Being a [...]

Tags: , , , , , , ,