Hi Guys and Gals,
i'm pretty new to this whole Xcode world and fighting my way through.
Currently i'm pretty much stuck at a chapter of my guiding book, requiring an "Application utility" template to start with. As you may know this feature is no longer available since Xcode 6+ versions are out. I have searched the internet for possible alternative solutions without success. I also tried to adjust a single view Application to provide a flipsideviewcontroller but that didn't really go well.
I know this might be completely stupid question to most of you guys and it wouldn't surprise me if there was a totally simple way to solve it. Although i have to risk it to be able to continue learning.
Thanks!
If you're talking about OS X, then probably the biggest template difference that's getting in your way is the switch from XIB files to storyboards. Unfortunately, a lot of behavior changes when you use storyboards, and if you're trying to learn how to write apps, sorting out what's different is a much harder problem.
Your best bet is probably to find the web site of the book's author, and see if there's an updated version. Or switch to a different book.