Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcode 7.2

  1. M

    iOS No Error message in the debugger area in Xcode7.2 swift, only "(lldb)" is displayed

    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...
  2. M

    iOS Cannot call value for non-function type element ('aka' (key:anyobject ,value:anyobject)..

    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 =...
  3. Aquamite

    macOS Help Installing C++ Library in El Capitan (boost)

    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...