error checking and playgrounds in xCode6.4

2015-07-28 Thread Venkatesh Potluri
Hi, I have a few questions regarding Xcode 6.4. 1. How do I identify and navigate to the line of code that causes an error while building and running an app? I managed to locate the issue navigator and it says Swift compiler error . How do I navigate to the exact line that is causing the

Re: error checking and playgrounds in xCode6.4

2015-07-28 Thread Alex Hall
In the group of a code file are the text input area and a ruler. This ruler contains all warnings and errors, each as a button. The buttons don't do anything, but you can us the jump to line command to quickly get to the line the error/warning references. I usually find this more useful than