Currently, I am working on my first app, the app crashes showing this error message[http://i.stack.imgur.com/Hf5Ce.png] and only (lldb) is displayed in the debugger area. I have attached the backtrace below. Please help me out.
lldb) bt
* thread #1: tid = 0x8e27, 0x000000010d581fed...
How to resolve this error? I am new to programming and got totally struck with this error in all llines of code attached below
videoObj.videoid = video("snippet.videoid") as! String
videoObj.videoTitle = video("snippet.title") as! String
videoObj.videoDescription =...
I have no experience with using other libraries in C++ other than the STL. I have been using clang++ for compiling small C++ codes and projects using Terminal commands with makefiles and rarely I've had to use XCode. However it had to come the day I had to move beyond that soft code beach and...