Xcode ‘Could not find Developer Disk Image’ issue

On October 22, 2016, in iOS, Mac, by Anuj Gakhar

If you are running Xcode 7.3.1 (the previous version of Xcode) and you try to install an app to your iPhone running iOS 10 (latest version of iOS), you will most probably run into this issue. It’s not a very helpful message at all. Doesn’t really say what’s actually wrong here. It appears that the problem […]

Tagged with:  

Mobile Safari CSS :hover selector and Back button

On February 14, 2013, in iOS, Javascript, Browsers, by Anuj Gakhar

Mobile Safari (iOS) has no concept of hover, in general. Obviously, with touch devices, you can’t have this feature. The screen needs to be touched for it to detect any user interaction. That makes sense. And with that in mind, it would be OK to say that we can ignore all :hover CSS rules, because […]

Tagged with:  

Launched my first iOS app

On October 9, 2012, in iOS, by Anuj Gakhar

At the beginning of this year, I decided to learn a new programming language. My 2 choices were Ruby/Rails and Objective-C. Ruby is something I have been trying to get into for quite a while now and I have heard lots of good things about it. However, until you do a real commercial project, you […]

Tagged with:  
© 2011 Anuj Gakhar