Top "Xcode5" questions

Xcode 5 is Apple's integrated development environment (IDE).

Installing command line tools Xcode 5

I have tried and tried (looked at many headings for this) and I still don't have an answer to my …

xcode command-line xcode5 osx-mavericks command-line-tool
Xcode 5: enable/disable entitlements file

How can I enable or disable entitlements file in my project? In previous version of Xcode(4.2), it was like in …

xcode xcode5 entitlements
Xcode 5.0 Doesn't Symbolicate Crash Log

I have a submitted iOS app and I have the build archive with me. So, I took the crashes from …

ios xcode5 symbolicatecrash
Xcode5 Code Coverage (from cmd-line for CI builds)

How can I generate code coverage with Xcode 5 and iOS7? Prior to upgrading I was getting code coverage just fine. …

objective-c code-coverage xcode5 lcov
CGBitMapContextCreate Method Causes Compiler Warning Xcode 5 not Xcode 4

I just updated Xcode from version 4.6.2 to 5.0, and after doing a method in my project (created in Xcode 4.6.2) is suddenly …

ios xcode cgcontext xcode5 cgbitmapcontextcreate
How to initialise a vector member variable in the class definition?

The following code compiles OK using XCode 5.0 but not Visual Studio 2013. #include <vector> class VectorInit { private: std::vector&…

c++ c++11 xcode5 visual-studio-2013 uniform-initialization
UITextField highlight all text

I have searched through stackoverflow for a similar problem and found recommended solutions that worked for others but none of …

iphone uitextfield ios7 xcode5 selectall
Check Objective-C String for specific characters

For an app I'm working on, I need to check if a text field contains only the letters A, T, …

ios objective-c xcode5 illegal-characters
Xcode: How to set CA_DEBUG_TRANSACTIONS=1?

I'm getting this warning in the log window of the debugger: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_…

xcode5 nsthread catransaction
Suppress "undeclared selector" warning in Xcode 5

I have a parent view controller and a child view controller. In child view controller's view, I have a UIButton …

ios xcode5 suppress-warnings