The updates to LLVM packaged with Xcode 7.3 cause several new warnings. Most of them related to Swift, but there are also a few bugging us in legacy Objective-C code.
DTFoundation 1.7.10
This bug fix release for DTFoundation addresses some build problems that resulted from updating to Xcode 7.3 as well.
Steve’s Senior Moment
Stefan “Steve” Gugarel came on board of Drobnik KG on April 1st, 2012. He took over main responsibility of the day-to-day development for our most important client at that time. Now, in 2016, he has accrued 8 years of experience in software development, which earns him the status of Senior Developer.
With the average churn in IT being at around 2 years, it is unusual for anyone to stick around that long. So why did he? We asked him.
First Quarter 2.0
Since November 2015, I had been really busy because our most valued client International Color Services started a new project with us. Then, at the turn of the year, I become the new CEO of the family business, Drobnik KG, when my dear father retired.
Half of our revenue had come from real estate, but now all of that had been sold off. What remains is a pure software company, dedicated to world-class level iOS and Mac development.
App-Level Passcode
In the latest version of iWoman we are finally coming around to implementing TouchID. Or more precisely: device owner authentication.
iOS 8 introduced the ability to let us use the user’s finger print for authentication. But if that wasn’t set up or otherwise unavailable, we still had to fall back to displaying a keypad via DTPinLock. iOS 9 finally gave us the ability to fall back on the device passcode, just like the user would use to unlock iPhone without TouchID.
NSLog crashes with certain NSURLs
This is a bug in NSURL which managed to astonish me. Even as a seasoned developer you can only but marvel at the easy way to reproduce it and wonder what might be the reason for it happening.
A client reported that our app was crashing. When I launched the app in debugger I expected to see the exception to be something obvious, like a nil being unwrapped. But it turns out that there is a bug in NSLog. Filed as Radar rdar://24406969 and on Open Radar.
Top 100 Best Blogs
Ok, it is probably just a ploy to get back links… and page rank…
Nevertheless, I feel flattered to be mentioned in this list amongst many other illustrious individuals and organizations. And it’s not a bad list to be mentioned on:
Day of the Day
Video Job Pitch
Here’s a short video where I am trying to make a point of why you might like to be working in Vienna, Austria. My company Drobnik KG is looking for a Junior developer to join the team. And video is what young people respond to best these days, don’t they?
DTBonjour 1.1.2
DTBonjour simplifies the communication between client and server over Bonjour by allowing you to send any object which conforms to NSCoding. This update adds a new delegate method to inform about client disconnects. The rest is house-keeping.